653 Commits (3a6beb601e5d7ce99ead509d72b69196073535ea)

Author SHA1 Message Date
Rossen Stoyanchev 38a6660777 SPR-8543 Fix issue in AnnotationMethodHandlerAdapter with extracting URI template variable from URL with file extension 13 years ago
Juergen Hoeller ff8ebbb9c4 moved OpenSessionInViewTests back to orm module 13 years ago
Juergen Hoeller 83df082930 moved OpenSessionInViewTests back to orm module 13 years ago
Juergen Hoeller d7cd11a48c consistent update of HeaderValueHolder class 13 years ago
Juergen Hoeller bbab294116 added Jetty dependency 13 years ago
Juergen Hoeller 2218cdb16f polishing 13 years ago
Rossen Stoyanchev fd7e0b405b SPR-8515 Check for traversal to parent directory via ../ in resource requests 13 years ago
Rossen Stoyanchev 3363d05879 SPR-8483 Add integration test for accessing multipart request parts with @RequestPart 13 years ago
Juergen Hoeller 2d7af57149 fixed DispatcherServletTests breakage 13 years ago
Juergen Hoeller 571535352b revised Servlet 3.0 based StandardServletMultipartResolver for correct param/file distinction; added multipart content type and headers access to MultipartRequest (dropping the previous header access solution on MultipartFile); MultipartFilter uses a Servlet 3.0 based StandardServletMultipartResolver by default 13 years ago
Rossen Stoyanchev e787887f46 SPR-8532 Exclude Tiles transitive deps on 'com.springsource.javax.servlet' from 'com.springsource.org.apache.tiles.jsp' and 'com.springsource.org.apache.tiles.servlet' only. 13 years ago
Juergen Hoeller 7e4982d6ae updated dependencies 13 years ago
Rossen Stoyanchev 2568a3c2c6 SPR-8001 Recognize case when MultipartRequest is null and argument is of type MultipartFile and raise helpful exception. 13 years ago
Rossen Stoyanchev b8c723d080 SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter 13 years ago
Juergen Hoeller 6cd55b7986 ContextLoader and FrameworkServlet support "contextId" parameter for custom serialization id 13 years ago
Sam Brannen e94d1e314f fixed typo and formatting in Javadoc 13 years ago
Rossen Stoyanchev e0d2e20fc4 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver 13 years ago
Rossen Stoyanchev a58bd3073d SPR-8431 Extract RedirectView URL creation into separate method available for subclasses to use 13 years ago
Rossen Stoyanchev 0dae1a6bd8 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 13 years ago
Rossen Stoyanchev 3a87d8e7cb SPR-8483 Add support for @RequestPart annotated method parameters 13 years ago
Juergen Hoeller 3bbefb3e65 fixed getHeaderNames signature 13 years ago
Juergen Hoeller 0371f569ec added headers support to MultipartFile abstraction 13 years ago
Rossen Stoyanchev 78470782d4 SPR-8487 Ensure setters for argument resolvers and return value handlers replace the defaults completely. 13 years ago
Rossen Stoyanchev 1e07af8827 SPR-7608 Add fallback mechanism for instantiating a model attribute from a path variable 13 years ago
Rossen Stoyanchev 8e240d814b SPR-6909 Improve extension hooks in DefaultDataBinderFactory and subclasses. 13 years ago
Rossen Stoyanchev 2122cbcb1b SPR-8484 Add path variables to the model via AbstractView.render(..) rather than HandlerMethodArgumentResolver 13 years ago
Rossen Stoyanchev df5e4d6d56 SPR-7746 Add examples of using regex in URI template vars and working with 'Last-Modified' HTTP requests 13 years ago
Rossen Stoyanchev 465712c845 Add boolean flag in RequestMappingHandlerMapping to indicate if type- or method-level @RequestMapping annotation is being introspected 13 years ago
Rossen Stoyanchev 54c82a53cd SPR-8452 Provide getter for statusCodes property of SimpleMappingExceptionResolver 13 years ago
Rossen Stoyanchev 5797fe7f62 SPR-7210 Add setModelKey and setModelKeys to MappingJacksonJsonView for consistency with MarshallingView. 13 years ago
Rossen Stoyanchev 564f0ec3c3 SPR-8444 Added MapAccessor and EnvironmentAccessor to EL context in the eval tag 13 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. 13 years ago
Rossen Stoyanchev 8292491a53 SPR-6164 Add option to disable '.*' pattern matching in RequestMappingHandlerMapping and PatternsRequestCondition 13 years ago
Rossen Stoyanchev a7ff8a2efa SPR-8464 Fix problem in test with date formatting 13 years ago
Rossen Stoyanchev 40fb1b21e1 SPR-8464 Fix bug with detecting annotations on handler method arguments and consolidate anotation detection tests. 13 years ago
Rossen Stoyanchev c41caa3c2f SPR-8462 13 years ago
Rossen Stoyanchev 6007801537 SPR-7812 Add CustomRequestCondition, PatternsRequestCondition, and other condition related tests 13 years ago
Rossen Stoyanchev aacdd36e04 SPR-7812 Move condition package under mvc 13 years ago
Rossen Stoyanchev 4826cae064 SPR-7812 Add CustomRequestCondition 13 years ago
Rossen Stoyanchev e5eceafa3f SPR-7278 extension hook to extend the @ExceptionHandler methods for a controller 13 years ago
Rossen Stoyanchev 96b0752ddb SPR-7812 RequestCondition refactoring with the possibility for custom request conditions in mind. 13 years ago
Rossen Stoyanchev 23f31d453f SPR-8448 Remove URI template vars from the model before appending to query string in RedirectView 13 years ago
Rossen Stoyanchev ab033086f9 SPR-8454 Introduce Registration style objects, rename several Spring MVC *Configurer helpers to *Registry, add more tests 13 years ago
Juergen Hoeller cb1ddb334b consistent dependency on Hibernate Validator 4.1.0.GA 13 years ago
Rossen Stoyanchev fa0b683161 Extract base class from RequestMappingHandlerMapping, one that allows for discovering request mappings from something other than annotations 13 years ago
Juergen Hoeller 6c3cc786d0 added further conversion tests (triggered by 3.0.6 backports) 13 years ago
Rossen Stoyanchev 883ac319bc SPR-8430 Rename WebMvcConfiguration to DelegatingWebMvcConfiguration, make it public and make delegation methods final 13 years ago
Chris Beams 9b45d50b9b Add missing isDebugEnabled guard in FrameworkServlet 13 years ago
Chris Beams 2d68b726b5 Add syntax highlighting to Javadoc where necessary 13 years ago
Rossen Stoyanchev fdeeeac5d0 SPR-8430 13 years ago