196 Commits (584e79c677e69853a983667521a20b66331d52a6)

Author SHA1 Message Date
Juergen Hoeller c6cf911931 Marked spring-web module as 'distributable' in order for session replication to work on Tomcat 12 years ago
Juergen Hoeller ab3aa6c8c2 Added ContentNegotiationManager(Collection<ContentNegotiationStrategy>) constructor 12 years ago
Phillip Webb f464a45ba4 Polish formatting 12 years ago
Juergen Hoeller 58f59d6851 MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException 12 years ago
Phillip Webb d89e30b864 Fix unnecessary @SupressWarnings annotations 12 years ago
Phillip Webb 2b0d860923 Fix Javadoc warnings 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 12 years ago
Rossen Stoyanchev 2ee70d683d Suppress serialization warning 12 years ago
Rossen Stoyanchev 9982b4c01a Add BS and VT char escape sequences to JavaScriptUtils 12 years ago
Juergen Hoeller 5a773b771d MockHttpServletResponse's getHeaderNames declares Collection instead of Set for Servlet 3.0 compatibility 12 years ago
Juergen Hoeller c1a4f5c0fe MockHttpServletRequest's getParameter(Values) returns null for null parameter name 12 years ago
Rossen Stoyanchev 40ed4e78be Make UriComponents Serializable 12 years ago
Sam Brannen 2a41de00e3 Polish Javadoc in Spring MVC async support 12 years ago
Chris Beams 3cdb866bda Relax ConfigurableWebEnvironment signatures 12 years ago
Rossen Stoyanchev 0c56e86bfb Fix NPE in FormHttpMessageConverter 12 years ago
Juergen Hoeller 701c5f1110 ContextLoader properly detects pre-refreshed WebApplicationContext 12 years ago
Sam Brannen 2427391286 Polish Javadoc in CookieValue and RequestHeader 12 years ago
Chris Beams 0829cbfdd3 Update license header for recently modified files 12 years ago
Rossen Stoyanchev 87109b348c Add decoding matrix variable values 12 years ago
Rossen Stoyanchev 2391277115 Fix issue in BufferedImageHttpMessageConverter 12 years ago
Rossen Stoyanchev 7bc9667913 Add support for placeholders in @RequestMapping 12 years ago
Stevo Slavic 4c0a306943 Mark all IsFastEnough tests as performance tests 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Rossen Stoyanchev 9f9f1ed253 Fix ClassCastException when setting media types 12 years ago
Rossen Stoyanchev 42cdb200ed Fix null parameterName issue in content negotiation 12 years ago
Phillip Webb 65fb26f847 Move spring-build-junit into spring-core 12 years ago
Phillip Webb 6626a38730 Fix [deprecation] compiler warnings 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Phillip Webb 60032e0012 Ignore performance-sensitive tests by default 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Chris Beams 4c7cafbde6 Fix "unnecessary @SuppressWarnings" warnings 12 years ago
Chris Beams 4d97ff2479 Fix [dep-ann] warnings with @Deprecated 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Juergen Hoeller b73a7a8410 Added MappingJackson2MessageConverter for JMS 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Chris Beams f26534700a Eliminate all Javadoc warnings 12 years ago
Juergen Hoeller 7af92b483a Fixed HierarchicalUriComponents equals implementation 12 years ago
Rob Winch be7b07f832 Make DeferredResult extensible 12 years ago
Sam Brannen 756bff8e0a Improve Javadoc in SpringServletContainerInitializer 12 years ago
Rossen Stoyanchev 85a552daed Fix package cycle among http message converters 12 years ago
Rossen Stoyanchev d309bb4bbb Add web-fragment.xml to spring-web 12 years ago
Rossen Stoyanchev d1a6ceecc2 Update @ModelAttribute javadoc 12 years ago
Sam Brannen 31dfffde52 Update TODOs with new JIRA issue 12 years ago
Sam Brannen 025d111efc Re-enable and document @Ignore'd tests 12 years ago