249 Commits (c2356e57c8d9160e22d99f39279a32c5944b5b53)

Author SHA1 Message Date
Chris Beams 51b307681a Fix warnings due to unused import statements 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 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
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 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
Rossen Stoyanchev 85a552daed Fix package cycle among http message converters 12 years ago
Rossen Stoyanchev 9cc4bd892a Fix issue with suffix pattern match 12 years ago
Rob Winch 149e6f6425 polish web.Mock* classpath 12 years ago
Juergen Hoeller b8d86330d1 Deprecated Spring's own JSP expression evaluation 12 years ago
Rossen Stoyanchev 2d8bacace7 Set the ApplicationContext prop of ExceptionResolver 12 years ago
Rossen Stoyanchev b7f7fae78a Fix issue with @RequestBody args that are type vars 12 years ago
Rossen Stoyanchev ecce7520fb Support HttpMessageConverter refs in mvc namespace 12 years ago
Rossen Stoyanchev c0baea58c0 Fix issue with generic @RequestBody arguments 12 years ago
Rossen Stoyanchev 1acd5cff8f Polish methods to register async interceptors 12 years ago
Rossen Stoyanchev f7ec738857 Sync up MockAsyncContext implementations in src/test 12 years ago
Sam Brannen 591aa01741 Configurable locales in MockHttpServletRequest 12 years ago
Rossen Stoyanchev e14ba9dec3 Add config options for MVC async interceptors 12 years ago
Rossen Stoyanchev c7e7e80a3a Update AbstractView with method to set content type 12 years ago
Rossen Stoyanchev e98dc50f99 Fix issue in PatternsRequestCondition 12 years ago
Rossen Stoyanchev dc01f088f7 Fix issue in message conversion 12 years ago
Rossen Stoyanchev 3552173b81 Fix issue in AnnotationMethodHandlerExceptionResolver 12 years ago
Rossen Stoyanchev 7718936158 Recognize wildcards in media types with a suffix 12 years ago
Rossen Stoyanchev 7513e2124a Sync up MockHttpServletResponse copies in test sources 12 years ago
Rossen Stoyanchev 4566db82f5 Polish MockFilterChain 12 years ago
Rossen Stoyanchev 7b30ffd522 Work around Servlet dependency in content negotiation 12 years ago
Rossen Stoyanchev ef9d35c473 Add PATCH to "Allow" header for OPTIONS requests 12 years ago
Phillip Webb c0729756d7 Protect RequestCondition against unkown HTTP methods 12 years ago
Rossen Stoyanchev 97f97c4e9f Polish async support 12 years ago
Phillip Webb 8e7622bb8a Fix Windows-related build issues 12 years ago
Rossen Stoyanchev 48b963aaa5 Add error request attribute for 500 reponses 12 years ago
Chris Beams 6517517ca9 Refactor to lazy Environment creation where possible 12 years ago
Rob Winch c92a06f003 Support Filters/Servlet invocation in MockFilterChain 12 years ago
Rossen Stoyanchev cb564b287f Provide support for filter registrations 12 years ago
Rossen Stoyanchev 473de081b8 Improve no-match handling for @RequestMapping methods 12 years ago
Rossen Stoyanchev 2201dd8c45 Add support for matrix variables 12 years ago
Rossen Stoyanchev da05b094f5 Polish standard Spring MVC exception handling 12 years ago
Rossen Stoyanchev c9b7b132fb Support generic types in @RequestBody arguments 12 years ago
Rossen Stoyanchev de6f74fa40 Encode UTF-8 characters used in Java test sources 12 years ago
Rossen Stoyanchev 364bb696e0 Decode target parameters prior to saving a FlashMap 12 years ago
Rossen Stoyanchev af1561634c Allow Errors after @RequestBody and @RequestPart 12 years ago
Rossen Stoyanchev 06d95915a0 Add error message for missing servlet request param. 12 years ago
Rossen Stoyanchev 1cf4a2facd Add ExceptionHandlerSupport class 12 years ago
Rossen Stoyanchev 9c8c967caa Add async options to MVC namespace and Java config 12 years ago
Sam Brannen 3b9833c538 Update MockHttpSession across the test suite 12 years ago