426 Commits (564a5556191ff39334eabc6d62b87eecf1480c91)

Author SHA1 Message Date
Juergen Hoeller ec7d80b851 Polishing 11 years ago
Juergen Hoeller 21f9ca088d ServletServerHttpResponse specifically checks for Servlet 3.0's HttpServletResponse.getHeader(String) method 11 years ago
Juergen Hoeller 794e859e68 checkNotModified leniently handles IE-10-style If-Modified-Since values and silently proceeds if header value cannot be parsed at all 11 years ago
Juergen Hoeller 3f392e32f5 ShallowEtagHeaderFilter writes body early on sendError/sendRedirect and interprets setContentLength/setBufferSize as a hint for capacity increase 11 years ago
Stephane Nicoll 5559209233 Remove useless imports 11 years ago
Philippe Marschall d00d0b0274 Clean up spring-web tests warnings 11 years ago
Sam Brannen 408fe42df2 Fix Javadoc syntax error in HttpRequestHandler 11 years ago
Juergen Hoeller 086f1eda71 Polishing 11 years ago
Sam Brannen 711c95d7d2 Clean up warnings due to removal of legacy Jackson support 11 years ago
Juergen Hoeller 8006696613 Revised ByteArrayOutputStream handling in MarshallingView and co 11 years ago
Stephane Nicoll dcf5f4a6a3 javax.annotation.Priority alternative to @Order 11 years ago
Juergen Hoeller ea1e27efa2 Require Jackson 2.0+, EhCache 2.5+, Quartz 2.1.4+ 11 years ago
Juergen Hoeller 074590730b Polishing 11 years ago
Juergen Hoeller 53352882ca Polishing 11 years ago
Juergen Hoeller dd7f54c3c0 Revised ResizableByteArrayOutputStream as an actual subclass of ByteArrayOutputStream, and consistently applied appropriate ByteArrayOutputStream initial capacities across the codebase 11 years ago
Brian Clozel ae012ae6e2 ShallowEtagHeaderFilter use specified contentlength 11 years ago
Juergen Hoeller 90e3dbb0f5 BufferedImageHttpMessageConverter ignores empty MIME types 11 years ago
Stephane Nicoll 4cd818b9e4 Harmonize log configuration 11 years ago
Juergen Hoeller e0757e7ed6 Detect ControllerAdvice beans in ancestor contexts as well 11 years ago
Sam Brannen 9dcd03d862 Clean up imports and warnings 11 years ago
Juergen Hoeller 791f58e6be Polishing 11 years ago
Rossen Stoyanchev 6b31074e4a Add HTTP series check shortcut methods to HttpStatus 11 years ago
Juergen Hoeller 4d3ca4319e Polishing 11 years ago
Juergen Hoeller bbcb1837c5 Polishing 11 years ago
Stephane Nicoll 7a6ec69523 Fix custom config with older HttpClient 11 years ago
Juergen Hoeller 3080ff3890 Polishing 11 years ago
Rossen Stoyanchev 49d7bda722 Improve CORS handling in AbstractSockJsService 11 years ago
Sam Brannen 9891bdc7b4 Clean up "abstract" test issues 11 years ago
Juergen Hoeller 9b771573ec Log4jWebConfigurer does not try to parse empty "log4jRefreshInterval" context-param 11 years ago
Rossen Stoyanchev c553d681f1 Add Servlet 3.1 methods to mock request 11 years ago
Rossen Stoyanchev c4000727ef Move customize(Un)Marshaller methods to abstract class 11 years ago
Sebastien Deleuze 45be8c0692 Add marshalling hooks in Jaxb2RootElementHttpMessageConverter 11 years ago
Rossen Stoyanchev edba32b309 Add processExternalEntities support to OXM 11 years ago
Rossen Stoyanchev 268657b6cb Add PropertyNamingStrategy field to ObjectMapperFB 11 years ago
Juergen Hoeller bde4964af5 Polishing 11 years ago
Juergen Hoeller 8a96d1a6ee Polishing 11 years ago
Juergen Hoeller 9c6df766cd Related polishing 11 years ago
Brian Clozel 6fba8292f5 Restrict ETag generation in ShallowEtagHeaderFilter 11 years ago
Rossen Stoyanchev 0cb27f4bc5 Allow HttpMethod as a controller method argument 11 years ago
Juergen Hoeller 0ec99fdef7 Polishing 11 years ago
Juergen Hoeller cead06a3d9 Polishing 11 years ago
Juergen Hoeller 1a1c72ce4b Revised InvocableHandlerMethod exception handling 11 years ago
Juergen Hoeller 5f1592a61a Consistently avoid close() call on Servlet OutputStream 11 years ago
Rossen Stoyanchev 7301b58ec9 Improve info on use of @Controller's with aop proxying 11 years ago
Rossen Stoyanchev 12598f8581 Fix issue w/ use of UrlPathHelper's urlDecode property 11 years ago
Sam Brannen c335e99e3f Remove trailing whitespace from source code 11 years ago
Sam Brannen 1f778530b5 Polish test classes 11 years ago
Juergen Hoeller 919d6ccb3b Actually log the cause of canRead/canWrite failures 11 years ago
Rossen Stoyanchev 42d0470d94 Improve expanding in MvcUriComponentsBuilder 11 years ago
Sam Brannen 67142dcb0a Polish Javadoc in @*ExceptionHandler 11 years ago