532 Commits (b9d07b9c47274e0ff4a065e3bedc1f8ff6b4612e)

Author SHA1 Message Date
Chris Beams 5de35e8f92 Polishing 14 years ago
Rossen Stoyanchev 386d8fdaa6 SPR-6932 Add option to extract value from single-key models in MappingJacksonJsonView 14 years ago
Rossen Stoyanchev 761a836236 SPR-2692 Add URI template support to RedirectView 14 years ago
Rossen Stoyanchev 4027cbd952 Improve docs for MvcDefaultServletHandler container feature. 14 years ago
Rossen Stoyanchev 9779ca191c SPR-7976 Add MvcInterceptors features. 14 years ago
Chris Beams 9cc125531b Fix STS compatibility issues; other improvements 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Chris Beams 2d76dde611 Rename ExecutorContext => SpecificationContext 14 years ago
Chris Beams a2bc381ade Extract ProblemCollector interface 14 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 14 years ago
Rossen Stoyanchev 37e0a90350 SPR-7327 Add minOccurs=0 to sub-elements of mvc:annotation-driven and add more tests 14 years ago
Rossen Stoyanchev 7aaad37120 SPR-7327 add <mvc:argument-resolvers> namespace element 14 years ago
Rossen Stoyanchev 93de9622fc Remove code for parsing mvc:formatters (SPR-7732) 14 years ago
Rossen Stoyanchev abff2b959b SPR-7912 Add tests for FormattingConversionServiceFactoryBean, update reference docs, and remove mvc:formatters 14 years ago
Juergen Hoeller f4a2282d9d LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) 14 years ago
Rossen Stoyanchev f26b499cbd SPR-7732, SPR-6506, SPR-7191 MVC Namespace improvements to the annotation-driven element - custom message converters, formatters, and message codes resolver. 14 years ago
Arjen Poutsma 157623b47f SPR-6902 - @ResponseBody does not work with @ExceptionHandler 14 years ago
Keith Donald 0d28b70aa8 failing test case 14 years ago
Keith Donald 7bf4e93783 out of memory test case 14 years ago
Keith Donald 414fcab899 sp7839 - map autogrow, including auto-grow support for map values 14 years ago
Keith Donald b5c167bdb1 ignore failing tests temp for array nesting level bug and map autogrow bug 14 years ago
Keith Donald 90d8dade25 fixed bug related to array autogrow 14 years ago
Keith Donald 8df6b86dd1 ignore failing test 14 years ago
Keith Donald 5d6840e877 array autogrow on set e.g. array[0]=foo 14 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 14 years ago
Keith Donald cc91efecae Fixed bugs in bean wrapper related to nesting levels on method parameters 14 years ago
Keith Donald 3536b8178d failing nested list binding 14 years ago
Keith Donald a417aa2ea3 ignore failing map test case 14 years ago
Keith Donald 818bd841fe method naming improvements; applyIndexObject call for array indexing 14 years ago
Keith Donald 3cfe557971 spr 7839 reproduce 14 years ago
Keith Donald da898faac9 spr7766 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams 9f5fd3afcf Normalize indentation of Apache license URL 14 years ago
Arjen Poutsma db3634f859 SPR-7706 - 304 responses should not have non-0 Content-Length 14 years ago
Arjen Poutsma 8762ec956c SPR-7707 - Unexpected behavior with class-level @RequestMappings 14 years ago
Costin Leau 01e79cfedd SPR-7703 14 years ago
Chris Beams f480333d31 Merge 3.1.0 development branch into trunk 14 years ago
Juergen Hoeller d418eed56f AbstractJasperReportsView only sets locale model attributes if not present already 14 years ago
Juergen Hoeller be21358db7 reintroduced getHandler(request, cache) in deprecated form (after removing it in 3.0.4) 14 years ago
Juergen Hoeller 4c73a29f99 polishing 14 years ago
Arjen Poutsma 4108927b28 SPR-5367 - PathVariable mappings are greedy over hard coded mappings 14 years ago
Juergen Hoeller 7ad191c912 made ResourceHttpRequestHandlerTests more reliable (SPR-7565) 14 years ago
Chris Beams 562747ef41 Review recent documentation and default servlet changes 14 years ago
Jeremy Grelle 334a294e2a SPR-7553 - DefaultServletHttpRequestHandler fails on Google App Engine 14 years ago
Juergen Hoeller 7a42ff16ac polishing 14 years ago
Juergen Hoeller 284f98f12a fixed @MVC processing of parameter-level annotations to work with interface-based proxies again (SPR-7483) 14 years ago
Juergen Hoeller 907febd86e revised @RequestParam processing to support CSV-to-array/collection binding with ConversionService (SPR-7479) 14 years ago
Juergen Hoeller 45d9b0cb2d allow for writing the response directly in a Portlet @ExceptionHandler method (like in the Servlet equivalent) 14 years ago
Juergen Hoeller 66b4499973 polishing 14 years ago