167 Commits (8d304efad1abe99d3c1dedfff3a6b9d96ac65c01)

Author SHA1 Message Date
Juergen Hoeller 17cc63ef63 checkNotModified needs to consider HEAD as well 12 years ago
Juergen Hoeller 85921808b3 MappingJackson2(Http)MessageConverter logs warnings after canRead/canWrite checks 12 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 13 years ago
Brian Clozel cc4faa5990 Fix standard multipart binding + Polish 13 years ago
Rossen Stoyanchev 2ae6a6a341 Disable ext entities in SourceHttpMessageConverter 13 years ago
Sam Brannen 2e6c998168 Update Javadoc for mocks regarding Servlet 3.0 13 years ago
Brian Clozel 397d52ad17 Upgrade to Jetty 9.1.0 .RC0 13 years ago
Rossen Stoyanchev 81dda069af Update WebSocket extensions change 13 years ago
Rossen Stoyanchev 4f28c77db7 Polish ControllerAdvice selectors 13 years ago
Brian Clozel c4a8bf9c4d Add new features on @ControllerAdvice 13 years ago
Rossen Stoyanchev 8ae88c20d1 Add support for resolving message headers 13 years ago
Brian Clozel a5e3916724 Add Jackson's Modules registration in Jackson2OMFactoryBean 13 years ago
Brian Clozel e91ce23cd0 Add javax.servlet.http.Part support for data binding 13 years ago
Rossen Stoyanchev 92795f463a Polish 13 years ago
Brian Clozel 2dd4480103 Add IPv6 support in RestTemplate 13 years ago
Arjen Poutsma d0aa158aef Added ListenableFuture interface 13 years ago
Arjen Poutsma e33324b700 Changed Future<Void> to Future<?> 13 years ago
Juergen Hoeller 4447248a83 Introduced support for @Lazy on injection points 13 years ago
Arjen Poutsma ebcee26d57 Add AsyncRestTemplate 13 years ago
Gabriel Axel d66206704e Fix NPE in ResourceHttpMessageConverter 13 years ago
Dmitry Katsubo 47d40053a4 Add Jackson serialization inclusion to FactoryBean 13 years ago
Rossen Stoyanchev 71dbd7bc1f Remove qetQueryParams from ServerHttpRequest 13 years ago
Dmitry Katsubo b232dc9d2b Add canRead/Write to MarshallingHttpMessageConverter 13 years ago
Rossen Stoyanchev ead0124b39 Fix bug that ignored custom json prefix 13 years ago
Rossen Stoyanchev eb4579b4d4 Extract MimeType as a base class of MediaType 13 years ago
Rossen Stoyanchev 9245fffcaf Return -1 after parse error for Expires header 13 years ago
Rossen Stoyanchev a03517fa35 Polish ServletServerHttpRequest query param handling 13 years ago
Rossen Stoyanchev 0d5901ffb6 Polish Cookie abstraction in http packge of spring-web 13 years ago
Rossen Stoyanchev 803779d160 Support List<Part> method arguments 13 years ago
Rossen Stoyanchev 4c991ba4d0 Make HTTP scheme parsing case-insensitive 13 years ago
Arjen Poutsma 14ab2c88cc Request streaming for Apache HttpClient 13 years ago
Rossen Stoyanchev c6ecaacc03 Add getResult/hasResult methods to DeferredResult 13 years ago
Rossen Stoyanchev 2d8315fba0 Reverse SPR-10402 change that caused 3.2.3 regression 13 years ago
Sam Brannen f311bf3daf Introduce TCP & UDP server port scanning utility 13 years ago
Rossen Stoyanchev a86283eb28 Make removal of jsessionid case insensitive 13 years ago
Rob Winch 9468548116 Add @Override to remaining source files 13 years ago
Rossen Stoyanchev e39fe1822d Allow treating empty @RequestParam as missing value 13 years ago
Rossen Stoyanchev aaded7e30b Improve default content type selection 13 years ago
Juergen Hoeller 1ca943c681 Fixed javadoc warnings 13 years ago
Rossen Stoyanchev 88447e503b Add first cut of SockJS server support 13 years ago
Juergen Hoeller 6d710563cc Upgraded to Commons FileUpload 1.3 and JSF 2.1, removing deprecated JSF 1.1 VariableResolvers 13 years ago
Juergen Hoeller 15441da969 Removed Apache Commons HttpClient support (superseded by Apache HttpComponents) 13 years ago
Juergen Hoeller deba32cad9 Upgraded all Servlet API mocks to Servlet 3.0 (with a little bit of Servlet 3.1 support in MockHttpServletResponse) 13 years ago
Juergen Hoeller 20fb418785 Removed Spring’s own JSP expression support (in favor of JSP 2.0+) 13 years ago
Juergen Hoeller f1258a6a02 Removed JAX-RPC support 13 years ago
Oliver Gierke 3eb3610660 UriComponentsBuilder parse of empty fragments 13 years ago
Rossen Stoyanchev 8e4e0f3531 Use null in MockServletContext for unknown mime types 13 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 13 years ago
Chris Beams 0e8c950f7d Re-enable JaxWsSupportTests 13 years ago
Phillip Webb 5b7969e726 Fix UriComponents.equals() method 13 years ago