630 Commits (4cbe2ae00aaec2ca4074b06f389f5e50ca235da3)

Author SHA1 Message Date
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
Chris Beams c4363673dc Delegate parent environment to child app contexts 15 years ago
Chris Beams 56720fc42c Support "contextInitializerClasses" init-param 15 years ago
Chris Beams 3c6254df90 Polish FrameworkServlet Javadoc; fix warnings 15 years ago
Rossen Stoyanchev 5fa7f24794 SPR-7353 Respect 'produces' condition in ContentNegotiatingViewResolver, improve selection of more specific media type in a pair 15 years ago
Chris Beams f893b62a9b Rename {DefaultWeb=>StandardServlet}Environment 15 years ago
Rossen Stoyanchev 0bf92782ea SPR-8352 Init and apply MappedInterceptors from AbstractHandlerMapping 15 years ago
Rossen Stoyanchev 5ac2e4418f SPR-8350 ContentNegotiatingViewResolver initialization for nested ViewResolvers 15 years ago
Arjen Poutsma 1eaca65720 @RequestMapping.consumes() and produces() now default to an empty array, instead of */* 15 years ago
Rossen Stoyanchev af1dfd3577 Use request attribute to check producible media types when writing to the response body 15 years ago