356 Commits (8f3e13987228e28a6e3781226dbba2b2134ea25d)

Author SHA1 Message Date
Juergen Hoeller dbf2f44e9b polishing 15 years ago
Rossen Stoyanchev b4187f716b SPR-8515 Check for traversal to parent directory via ../ in resource requests 15 years ago
Rossen Stoyanchev f90400f2b6 SPR-8483 Add integration test for accessing multipart request parts with @RequestPart 15 years ago
Juergen Hoeller d8497f7c23 fixed DispatcherServletTests breakage 15 years ago
Juergen Hoeller d3a7fdadb0 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 15 years ago
Rossen Stoyanchev 89d7bf8dab SPR-8532 Upgrade org.springframework.web.servlet to Servlet 3.0 (as provided dependency) and add support for javax.servlet.Part parameter 15 years ago
Rossen Stoyanchev 326503eac2 8483 Add support for MultipartFile arg type in RequestPartMethodArgumentResolver 15 years ago
Rossen Stoyanchev 09197872e9 SPR-8447 Provide sufficient contextwherever possible when exceptions are raised in new @MVC classes. 15 years ago
Rossen Stoyanchev 538364c966 SPR-8483 Add support for @RequestPart annotated method parameters 15 years ago
Juergen Hoeller b0383f9080 fixed getHeaderNames signature 15 years ago
Juergen Hoeller 30f9c3c937 added headers support to MultipartFile abstraction 15 years ago
Rossen Stoyanchev 75d036f82e SPR-8487 Ensure setters for argument resolvers and return value handlers replace the defaults completely. 15 years ago
Rossen Stoyanchev d6cb75f2de SPR-7608 Add fallback mechanism for instantiating a model attribute from a path variable 15 years ago
Rossen Stoyanchev 166ad38200 SPR-6909 Improve extension hooks in DefaultDataBinderFactory and subclasses. 15 years ago
Rossen Stoyanchev 78796d4ea9 SPR-8484 Add path variables to the model via AbstractView.render(..) rather than HandlerMethodArgumentResolver 15 years ago
Rossen Stoyanchev bb5ea0a8aa SPR-7210 Add setModelKey and setModelKeys to MappingJacksonJsonView for consistency with MarshallingView. 15 years ago
Rossen Stoyanchev d8b8f91046 SPR-8444 Added MapAccessor and EnvironmentAccessor to EL context in the eval tag 15 years ago
Rossen Stoyanchev a9c7d0b32b 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 58727ac9c6 SPR-6164 Add option to disable '.*' pattern matching in RequestMappingHandlerMapping and PatternsRequestCondition 15 years ago
Rossen Stoyanchev 1f81b4e277 SPR-8464 Fix problem in test with date formatting 15 years ago
Rossen Stoyanchev ee6900c19b SPR-8464 Fix bug with detecting annotations on handler method arguments and consolidate anotation detection tests. 15 years ago
Rossen Stoyanchev aa00728440 SPR-8462 15 years ago
Rossen Stoyanchev e6bd842bd5 SPR-7812 Add CustomRequestCondition, PatternsRequestCondition, and other condition related tests 15 years ago
Rossen Stoyanchev e1ca59e9a3 SPR-7812 Move condition package under mvc 15 years ago
Rossen Stoyanchev 29c2207c2e SPR-7812 Add CustomRequestCondition 15 years ago
Rossen Stoyanchev 6f537ca74b SPR-7812 RequestCondition refactoring with the possibility for custom request conditions in mind. 15 years ago
Rossen Stoyanchev b8ada5e596 SPR-8448 Remove URI template vars from the model before appending to query string in RedirectView 15 years ago
Rossen Stoyanchev c4605e91b6 SPR-8454 Introduce Registration style objects, rename several Spring MVC *Configurer helpers to *Registry, add more tests 15 years ago
Rossen Stoyanchev 9f57017842 Extract base class from RequestMappingHandlerMapping, one that allows for discovering request mappings from something other than annotations 15 years ago
Juergen Hoeller bbeed23f94 added further conversion tests (triggered by 3.0.6 backports) 15 years ago
Rossen Stoyanchev 6ecdc6ea2d SPR-8430 Rename WebMvcConfiguration to DelegatingWebMvcConfiguration, make it public and make delegation methods final 15 years ago
Rossen Stoyanchev 17a83ffec6 SPR-8430 15 years ago
Rossen Stoyanchev 83a5f0bb4a Introduce base class for WebMvcConfiguration 15 years ago
David Syer 0905eb333d SPR-5937: add param map to freemarker url macro 15 years ago
David Syer 24b857ac2c Add ignorable log file to .gitignore 15 years ago
Rossen Stoyanchev b585202eb8 SPR-6709 Update changelog and add one test 15 years ago
Rossen Stoyanchev 5d69429178 SPR-6709 Handle RequestBodyNotValidException and update reference docs 15 years ago
Rossen Stoyanchev da6976b562 SPR-6709 Support @Valid with @RequestBody method arguments 15 years ago
Rossen Stoyanchev ac9a3d0541 SPR-8059 fix issue with != param condition 15 years ago
Arjen Poutsma 2e8c494824 Added tests for @RequestMaping produces and consumes 15 years ago
Rossen Stoyanchev af8f63fa65 SPR-7353 Use canWrite to narrow down list of producible types 15 years ago
Chris Beams c0b7d175e9 Delegate parent environment to child app contexts 15 years ago
Rossen Stoyanchev 1b48f26900 SPR-7353 Respect 'produces' condition in ContentNegotiatingViewResolver, improve selection of more specific media type in a pair 15 years ago
Rossen Stoyanchev f30ae5abc8 SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping 15 years ago
Rossen Stoyanchev 408be8082a SPR-8350 ContentNegotiatingViewResolver initialization for nested ViewResolvers 15 years ago
Arjen Poutsma 66e1c8c743 @RequestMapping.consumes() and produces() now default to an empty array, instead of */* 15 years ago
Rossen Stoyanchev 76abf77077 Use request attribute to check producible media types when writing to the response body 15 years ago
Arjen Poutsma 7b6c98ac9b SPR-7353 - @ResponseBody and returned HttpEntity now respect @RequestMapping.produces() 15 years ago
Rossen Stoyanchev f4bfd5766a SPR-6996 Add mvc:interceptor bean references 15 years ago
Rossen Stoyanchev 461c3dd1a6 SPR-8289 Ensure BeanNameUrlHandlerMapping and default HandlerAdapters are never 'turned off' through the MVC namespaces 15 years ago