530 Commits (2989fe4203563e7b2335dcf1e8b14befb69c9512)

Author SHA1 Message Date
Juergen Hoeller 20fb418785 Removed Spring’s own JSP expression support (in favor of JSP 2.0+) 12 years ago
Juergen Hoeller f1258a6a02 Removed JAX-RPC support 12 years ago
Juergen Hoeller a03d125b4e Removed Servlet 2.4 forward attribute support in InternalResourceView and TilesView 12 years ago
Sam Brannen 12db873002 Polish Javadoc in RequestAttributes 12 years ago
Sam Brannen bf6ee1631c Fix copy-n-paste errors in NativeWebRequest 12 years ago
Rossen Stoyanchev 8ab8e4f7c2 Make the methodParameter field of HandlerMethod final 12 years ago
Oliver Gierke 3eb3610660 UriComponentsBuilder parse of empty fragments 12 years ago
Rossen Stoyanchev 8e4e0f3531 Use null in MockServletContext for unknown mime types 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Rossen Stoyanchev 3abe05c65e Update @RequestParam javadoc 12 years ago
Chris Beams 0e8c950f7d Re-enable JaxWsSupportTests 12 years ago
Phillip Webb e2e4cbe6b3 Deprecate HttpStatus.MOVED_TEMPORARILY 12 years ago
Phillip Webb 5b7969e726 Fix UriComponents.equals() method 12 years ago
Rossen Stoyanchev 5b1165b102 Ignore path parameters in request mappings 12 years ago
Juergen Hoeller ff15534211 Log4jWebConfigurer supports resolving placeholders against ServletContext init-parameters as well 12 years ago
Rossen Stoyanchev 221562dbeb Use default value for empty values in @RequestParam 12 years ago
Rossen Stoyanchev f5c9fe69a4 Update JavaScriptUtils 12 years ago
Phillip Webb 6e5cb7fbcd Protect against '//' in UriComponentsBuilder 12 years ago
Phillip Webb 92ad66bf10 Add setOutputStreaming option for HTTP factory 12 years ago
Phillip Webb 6661788748 Ensure HTTP classes don't close streams 12 years ago
Phillip Webb 2ca75386f1 Align UriComponents.toUri() with toUriString() 12 years ago
Phillip Webb 203b22b246 UriComponentsBuilder supports query without value 12 years ago
Phillip Webb f32ce3a613 Make HierarchicalUriComponents Serializable 12 years ago
Phillip Webb 536325bc75 Make HierarchicalUriComponents Serializable 12 years ago
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