433 Commits (f2991da6d651bdcb16519ea4ffdc64242744b4b3)

Author SHA1 Message Date
Mattias Severson f2991da6d6 Made string constants in HttpHeaders public 11 years ago
Rossen Stoyanchev 676282c66e Support ListenableFuture on @RequestMapping methods 11 years ago
Rossen Stoyanchev 0d2aa51576 Update ContentNegotiationManager for unknown path exts 11 years ago
Stephane Nicoll bd85c916eb Integrate animal sniffer 11 years ago
Chexpir 77a250ef92 Update RequestMapping javadoc typo. 11 years ago
Juergen Hoeller 8e6e6c22af Test for base package specified as config location 11 years ago
Juergen Hoeller 6f2e61b19f Polishing 11 years ago
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