4642 Commits (0920f2d7d52848320246aa6287c3f328c744aa42)
 

Author SHA1 Message Date
Thomas Risberg 0920f2d7d5 SPR-8235 SPR-7480 Updating H2 error codes 14 years ago
Rossen Stoyanchev facb40e5a6 SPR-7943 Add test case for inserting extra hidden fields 14 years ago
Rossen Stoyanchev 4199d772cc SPR-8718 Minor polish 14 years ago
Rossen Stoyanchev 369f6f032b SPR-7943 Minor fix 14 years ago
Rossen Stoyanchev cb5954ed02 SPR-8714 Do not create copy in map-to-map and collection-to-collection conversion if not necessary 14 years ago
Rossen Stoyanchev 00a726b098 SPR-8718 Prevent Converter<?,?> from converting target sub-type. 14 years ago
Chris Beams dfda4c32d5 Fix error in AbstractResource#contentLength Javadoc 14 years ago
Sam Brannen ae1205a56c [SPR-8240] polishing 14 years ago
Sam Brannen 5e1d6b9a1b [SPR-8240] polishing 14 years ago
Sam Brannen 3f5135d809 consistent title-case for 1st and 2nd level sections 14 years ago
Sam Brannen 0b2592a70a [SPR-8240] polishing 14 years ago
Sam Brannen 5db7cca9a7 [SPR-8240] polishing the "Context management and caching" section of the reference manual and related Javadoc. 14 years ago
Sam Brannen 1bb5b21881 [SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching. 14 years ago
Sam Brannen 713017aedc polishing and formatting 14 years ago
Sam Brannen 2608744479 fixed numerous typos and formatting 14 years ago
Sam Brannen b38d022b84 Fixed broken link to non-existent mvc-multipart-resolver ID. 14 years ago
Sam Brannen a4953e7c22 [SPR-8240] Restructuring the "Context management and caching" section. 14 years ago
Sam Brannen bc6927e601 [SPR-8240] Documented ContextLoaders in the testing chapter. 14 years ago
Sam Brannen e7ce297cf3 [SPR-8240] Restructuring annotation content. 14 years ago
Sam Brannen ac4cd8c37b [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general. 14 years ago
Sam Brannen 15f217c274 [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual. 14 years ago
Rossen Stoyanchev b08c7f6e00 SPR-6801 @ModelAttribute instantiation refinement. 14 years ago
Chris Beams 34956d30b3 Fix doc typo in AbstractAutowireCapableBeanFactory 14 years ago
Rossen Stoyanchev a33d277509 Add ExceptionHandlerExceptionResolver tests for custom arg resolvers 14 years ago
Rossen Stoyanchev 7fec9d7fa8 SPR-7943 Add one missing call to RequestDataValueProcessor in FormTag. 14 years ago
Rossen Stoyanchev 57fffb147c SPR-7608 ALLOW EXCEPTION WHEN MODEL ATTR IS CREATED FROM URI VARIABLE 14 years ago
Arjen Poutsma 5afe139285 SPR-8706 - UriUrils.decode() not properly rejecting invalid escaped URLs 14 years ago
Arjen Poutsma 67fda70cb8 SPR-8713 - DefaultResponseErrorHandler IOException Bug 14 years ago
Sam Brannen aa7a100807 [SPR-8178] re-enabled testPrintNull(). 14 years ago
Rossen Stoyanchev 3d50d416eb SPR-8718 Revert fix from earlier for now (need a different approach). 14 years ago
Sam Brannen 5309e43ea0 [SPR-8178] @Ignore-ing testPrintNull() until it is determined why changes to GenericConversionService broke this test. 14 years ago
Sam Brannen 052d3e7ccb [SPR-8718] now using correct JIRA ID in the comments. 14 years ago
Sam Brannen f752b47fcb [SPR-8178] @Ignore-ing testDefaultNumberFormatting() until it is determined why changes to GenericConversionService broke this test. 14 years ago
Rossen Stoyanchev 1d7a6c53da SPR-8718 Prevent ClassCastException when the target of Converter<?,?> is a super-class of the actual target. 14 years ago
Sam Brannen f6483cad3c [SPR-8222] Suppressing deprecation warnings for org.junit.internal.runners.model.MultipleFailureException, which has been deprecated in JUnit 4.9. 14 years ago
Rossen Stoyanchev 48f7dcc464 POLISH CREATION OF DATA BINDERS FOR @RequestMapping METHODS 14 years ago
Rossen Stoyanchev 6bc4ea058c POLISH ARGUMENT RESOLVERS AND RETURN VALUE HANDLERS. 14 years ago
Rossen Stoyanchev fe7e2a7f54 Improvements to the way the content of RequestConditions is exposed. 14 years ago
Rossen Stoyanchev fb526f534a SPR-8700 REFINE ORDER OF ARGUMENT RESOLUTION AND RETURN VALUE HANDLING. 14 years ago
Rossen Stoyanchev f200ccd899 SPR-8712 Expose BEST_MATCHING_PATTERN_ATTRIBUTE in RequestMappingHandlerMapping. 14 years ago
Rossen Stoyanchev 7a3f02bce9 SPR-8688 Don't use Servlet request params for form 'PUT' in ServletServerHttpRequest. 14 years ago
Rossen Stoyanchev c257afa515 SPR-7943 Add interface for HDIV integration and delegate to it from JSP form tags. 14 years ago
Sam Brannen 8b8be39d9f polishing 14 years ago
Rossen Stoyanchev 71cc38aaff SPR-6464 Update reference doc with FlashMap and RedirectAttributes information. 14 years ago
Rossen Stoyanchev b2d88ba858 SPR-6464 Polish following code review. 14 years ago
Arjen Poutsma aeba9d244a SPR-5973: now dealing with path followed by segments (and vice-versa) correctly. 14 years ago
Rossen Stoyanchev 1300da06a6 SPR-8593 Fix issue in ModelAndViewMethodReturnValueHandler with ModelAndView containing a View 14 years ago
Arjen Poutsma 38f05678c1 SPR-5973: UriComponents now encapsulates uri template variables 14 years ago
Arjen Poutsma 3f2ea7f50e SPR-5973: UriComponents now encapsulates a PathCompont, switching between string paths and path segment lists automatically. 14 years ago
Arjen Poutsma 782c2a4657 Removed ServletUriComponentsBuilder for now. 14 years ago