639 Commits (f1ef3e4dcdb45ebceda3547e73069836e10c4dee)

Author SHA1 Message Date
Juergen Hoeller 6cd55b7986 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id 15 years ago
Sam Brannen e94d1e314f fixed typo and formatting in Javadoc 15 years ago
Rossen Stoyanchev e0d2e20fc4 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver 15 years ago
Rossen Stoyanchev a58bd3073d SPR-8431 Extract RedirectView URL creation into separate method available for subclasses to use 15 years ago
Rossen Stoyanchev 0dae1a6bd8 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 15 years ago
Rossen Stoyanchev 3a87d8e7cb SPR-8483 Add support for @RequestPart annotated method parameters 15 years ago
Juergen Hoeller 3bbefb3e65 fixed getHeaderNames signature 15 years ago
Juergen Hoeller 0371f569ec added headers support to MultipartFile abstraction 15 years ago
Rossen Stoyanchev 78470782d4 SPR-8487 Ensure setters for argument resolvers and return value handlers replace the defaults completely. 15 years ago
Rossen Stoyanchev 1e07af8827 SPR-7608 Add fallback mechanism for instantiating a model attribute from a path variable 15 years ago
Rossen Stoyanchev 8e240d814b SPR-6909 Improve extension hooks in DefaultDataBinderFactory and subclasses. 15 years ago
Rossen Stoyanchev 2122cbcb1b SPR-8484 Add path variables to the model via AbstractView.render(..) rather than HandlerMethodArgumentResolver 15 years ago
Rossen Stoyanchev df5e4d6d56 SPR-7746 Add examples of using regex in URI template vars and working with 'Last-Modified' HTTP requests 15 years ago
Rossen Stoyanchev 465712c845 Add boolean flag in RequestMappingHandlerMapping to indicate if type- or method-level @RequestMapping annotation is being introspected 15 years ago
Rossen Stoyanchev 54c82a53cd SPR-8452 Provide getter for statusCodes property of SimpleMappingExceptionResolver 15 years ago
Rossen Stoyanchev 5797fe7f62 SPR-7210 Add setModelKey and setModelKeys to MappingJacksonJsonView for consistency with MarshallingView. 15 years ago
Rossen Stoyanchev 564f0ec3c3 SPR-8444 Added MapAccessor and EnvironmentAccessor to EL context in the eval tag 15 years ago
Rossen Stoyanchev 5f76ad809f SPR-8429 Return 400 instead of 500 for required header/cookie/pathvar. This is also more in line with jax-rs. 15 years ago
Rossen Stoyanchev 8292491a53 SPR-6164 Add option to disable '.*' pattern matching in RequestMappingHandlerMapping and PatternsRequestCondition 15 years ago
Rossen Stoyanchev a7ff8a2efa SPR-8464 Fix problem in test with date formatting 15 years ago
Rossen Stoyanchev 40fb1b21e1 SPR-8464 Fix bug with detecting annotations on handler method arguments and consolidate anotation detection tests. 15 years ago
Rossen Stoyanchev c41caa3c2f SPR-8462 15 years ago
Rossen Stoyanchev 6007801537 SPR-7812 Add CustomRequestCondition, PatternsRequestCondition, and other condition related tests 15 years ago
Rossen Stoyanchev aacdd36e04 SPR-7812 Move condition package under mvc 15 years ago
Rossen Stoyanchev 4826cae064 SPR-7812 Add CustomRequestCondition 15 years ago
Rossen Stoyanchev e5eceafa3f SPR-7278 extension hook to extend the @ExceptionHandler methods for a controller 15 years ago
Rossen Stoyanchev 96b0752ddb SPR-7812 RequestCondition refactoring with the possibility for custom request conditions in mind. 15 years ago
Rossen Stoyanchev 23f31d453f SPR-8448 Remove URI template vars from the model before appending to query string in RedirectView 15 years ago
Rossen Stoyanchev ab033086f9 SPR-8454 Introduce Registration style objects, rename several Spring MVC *Configurer helpers to *Registry, add more tests 15 years ago
Juergen Hoeller cb1ddb334b consistent dependency on Hibernate Validator 4.1.0.GA 15 years ago
Rossen Stoyanchev fa0b683161 Extract base class from RequestMappingHandlerMapping, one that allows for discovering request mappings from something other than annotations 15 years ago
Juergen Hoeller 6c3cc786d0 added further conversion tests (triggered by 3.0.6 backports) 15 years ago
Rossen Stoyanchev 883ac319bc SPR-8430 Rename WebMvcConfiguration to DelegatingWebMvcConfiguration, make it public and make delegation methods final 15 years ago
Chris Beams 9b45d50b9b Add missing isDebugEnabled guard in FrameworkServlet 15 years ago
Chris Beams 2d68b726b5 Add syntax highlighting to Javadoc where necessary 15 years ago
Rossen Stoyanchev fdeeeac5d0 SPR-8430 15 years ago
Rossen Stoyanchev 00d57907a3 Introduce base class for WebMvcConfiguration 15 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
David Syer 32ebf18429 SPR-5937: add param map to freemarker url macro 15 years ago
David Syer c2e62f098a Add ignorable log file to .gitignore 15 years ago
Rossen Stoyanchev f1ad53d570 SPR-6709 Update changelog and add one test 15 years ago
Rossen Stoyanchev 9d2ee7061c SPR-6709 Handle RequestBodyNotValidException and update reference docs 15 years ago
Rossen Stoyanchev 18f5d90235 SPR-6709 Support @Valid with @RequestBody method arguments 15 years ago
Chris Beams cee9da36eb Mention code alternatives in context and mvc XSDs 15 years ago
Rossen Stoyanchev ce78a519f6 SPR-8059 fix issue with != param condition 15 years ago
Chris Beams 2b4328023e Improve ApplicationContextInitializer sorting 15 years ago
Chris Beams 2eea63eec5 Introduce Framework/DispatcherServlet constructors 15 years ago
Chris Beams c4d98278e9 Fix DispatcherServlet warnings 15 years ago
Arjen Poutsma 37d955b35b Added tests for @RequestMaping produces and consumes 15 years ago
Rossen Stoyanchev c5833b192e SPR-7353 Use canWrite to narrow down list of producible types 15 years ago