578 Commits (53eec48ffd4cb2a15f54617129272a00f93eb50f)

Author SHA1 Message Date
Rossen Stoyanchev 53eec48ffd Fix HttpUrlConnection DELETE without body 10 years ago
Juergen Hoeller bf9295bec3 ShallowEtagHeaderFilter skips "Cache-Control" header check on Servlet 2.5 10 years ago
Rossen Stoyanchev d8941ca098 Normalize 2+ '/' in path in UriComponentsBuilder 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Rossen Stoyanchev 584b831bb9 Allow HTTP delete with request entity 10 years ago
Rossen Stoyanchev 083dece106 Polish netty client support 10 years ago
Arjen Poutsma 7de0a70f0c Netty support for (Async)RestTemplate 10 years ago
Sam Brannen 6463878f2d Polish Javadoc for @RequestMapping 10 years ago
Brian Clozel a0c210457b Use response encoding when escaping HTML 10 years ago
Rossen Stoyanchev d5eb669416 Add mention of java.util.Optional in @MVC 10 years ago
Craig Andrews d5bf6713ed Add author attribution for htmlEscape methods 10 years ago
Juergen Hoeller 2035b17925 Polishing 10 years ago
Sebastien Deleuze 1c217aae40 Support text/xml and application/*+xml in Jackson XML message converter 10 years ago
Rossen Stoyanchev 051c5fb66a Update javadoc 10 years ago
Rossen Stoyanchev df090235bb Update documentation for Map arguments 10 years ago
Brian Clozel a011b360d1 Polish SPR-12286 10 years ago
Brian Clozel 86d97baf65 Allow defining default content negotiation strategy 10 years ago
Juergen Hoeller 3106905877 Polishing 10 years ago
Brian Clozel 369cabf064 Conditionally htmlEscape chars based on encoding 10 years ago
Sam Brannen 66069333f1 Fix JUnit imports in SourceHttpMessageConverterTests 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Rossen Stoyanchev 956b66bbd4 Fix issue with async return value type determination 10 years ago
Juergen Hoeller c7e7d11156 Polishing 10 years ago
Juergen Hoeller d501137f4e Consistently accept empty Content-Type header and empty character encoding 10 years ago
Juergen Hoeller 0fb8f0b469 Polishing 10 years ago
Juergen Hoeller 8760be7d64 ResponseEntity's HeadersBuilder allows for specifying existing HttpHeaders 10 years ago
Brian Clozel 0a68d265fb Polish indentation 10 years ago
Sebastien Deleuze f518ad9009 Add (de)serializerByType() and mixIn() to Jackson2ObjectMapperBuilder 10 years ago
Tadaya Tsuyukubo 25bb58a1e8 Add shortcuts for Jackson mix-in annotations registration 10 years ago
Juergen Hoeller 20a8416c2e Jackson2ObjectMapperBuilder allows for regular constructor usage as well 10 years ago
Juergen Hoeller 3a3c52dbdd Polishing 10 years ago
Juergen Hoeller d778037f40 Jackson2ObjectMapperFactoryBean builds on revised Jackson2ObjectMapperBuilder now 10 years ago
Juergen Hoeller 69998e3d50 Remove outdated references to ContextLoaderServlet 10 years ago
Sam Brannen 62fc39cca1 Suppress warnings in MappingJackson2XmlHttpMessageConverterTests 10 years ago
Sebastien Deleuze 77abe07807 Set Jackson DEFAULT_VIEW_INCLUSION property to false by default 10 years ago
Sebastien Deleuze 42aef5f5dc Set Jackson FAIL_ON_UNKNOWN_PROPERTIES property to false by default 10 years ago
Sebastien Deleuze 4e24d66ff7 Create a builder for Jackson ObjectMapper 10 years ago
Juergen Hoeller 7bc8e5199e Polishing 10 years ago
Juergen Hoeller 7f43f02a13 FormHttpMessageConverter uses a delegate class for JavaMail-based MIME encoding (isolating the JavaMail API dependency) 10 years ago
Juergen Hoeller bf99d6a3b5 WebAsyncManager avoids concurrentResult.toString() and builds correct DeferredResultProcessingInterceptor keys 10 years ago
Sam Brannen 24d09a3b8d Fix Javadoc link to DEFAULT_NONE in @RequestMapping 10 years ago
Rossen Stoyanchev 2a64834a44 Fix test dependency 10 years ago
Rossen Stoyanchev 9be0cf21e5 Support writing multipart non-ASCII file names 10 years ago
Rossen Stoyanchev 6cbe1433e2 Polish FormHttpMessageConverter 10 years ago
Juergen Hoeller 1f3e195dac Polishing 10 years ago
Juergen Hoeller cfc821d179 DataBinder unwraps Optional objects and allows for proper handling of Optional.empty() 10 years ago
Brian Clozel 26326fb40b Mention DEFAULT_NONE in @RequestMapping's Javadoc 10 years ago
Brian Clozel b9348bb89c Fix Protobuf support - HTTP headers already written 10 years ago
Sebastien Deleuze 2989fe4203 Support Jackson based XML serialization in RestTemplate 10 years ago
Sam Brannen 4aa97f8945 Remove references to CommonsHttpInvokerRequestExecutor 10 years ago