4930 Commits (1765b6879f64e2d64274d3560704876bde26532e)
 

Author SHA1 Message Date
Sam Brannen 1bb5b21881 [SPR-8240] Introduced new "Context management with @Configuration classes" section; fleshing out sections on context configuration inheritance and context caching. 13 years ago
Sam Brannen 713017aedc polishing and formatting 13 years ago
Sam Brannen 2608744479 fixed numerous typos and formatting 13 years ago
Sam Brannen b38d022b84 Fixed broken link to non-existent mvc-multipart-resolver ID. 13 years ago
Sam Brannen a4953e7c22 [SPR-8240] Restructuring the "Context management and caching" section. 13 years ago
Sam Brannen bc6927e601 [SPR-8240] Documented ContextLoaders in the testing chapter. 13 years ago
Sam Brannen e7ce297cf3 [SPR-8240] Restructuring annotation content. 13 years ago
Sam Brannen ac4cd8c37b [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual; and polishing the testing content in general. 13 years ago
Sam Brannen 15f217c274 [SPR-8240] Documenting TestContext support for @Configuration classes in the reference manual. 13 years ago
Rossen Stoyanchev b08c7f6e00 SPR-6801 @ModelAttribute instantiation refinement. 13 years ago
Chris Beams 34956d30b3 Fix doc typo in AbstractAutowireCapableBeanFactory 13 years ago
Rossen Stoyanchev a33d277509 Add ExceptionHandlerExceptionResolver tests for custom arg resolvers 13 years ago
Rossen Stoyanchev 7fec9d7fa8 SPR-7943 Add one missing call to RequestDataValueProcessor in FormTag. 13 years ago
Rossen Stoyanchev 57fffb147c SPR-7608 ALLOW EXCEPTION WHEN MODEL ATTR IS CREATED FROM URI VARIABLE 13 years ago
Arjen Poutsma 5afe139285 SPR-8706 - UriUrils.decode() not properly rejecting invalid escaped URLs 13 years ago
Arjen Poutsma 67fda70cb8 SPR-8713 - DefaultResponseErrorHandler IOException Bug 13 years ago
Sam Brannen aa7a100807 [SPR-8178] re-enabled testPrintNull(). 13 years ago
Rossen Stoyanchev 3d50d416eb SPR-8718 Revert fix from earlier for now (need a different approach). 13 years ago
Sam Brannen 5309e43ea0 [SPR-8178] @Ignore-ing testPrintNull() until it is determined why changes to GenericConversionService broke this test. 13 years ago
Sam Brannen 052d3e7ccb [SPR-8718] now using correct JIRA ID in the comments. 13 years ago
Sam Brannen f752b47fcb [SPR-8178] @Ignore-ing testDefaultNumberFormatting() until it is determined why changes to GenericConversionService broke this test. 13 years ago
Rossen Stoyanchev 1d7a6c53da SPR-8718 Prevent ClassCastException when the target of Converter<?,?> is a super-class of the actual target. 13 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. 13 years ago
Rossen Stoyanchev 48f7dcc464 POLISH CREATION OF DATA BINDERS FOR @RequestMapping METHODS 13 years ago
Rossen Stoyanchev 6bc4ea058c POLISH ARGUMENT RESOLVERS AND RETURN VALUE HANDLERS. 13 years ago
Rossen Stoyanchev fe7e2a7f54 Improvements to the way the content of RequestConditions is exposed. 13 years ago
Rossen Stoyanchev fb526f534a SPR-8700 REFINE ORDER OF ARGUMENT RESOLUTION AND RETURN VALUE HANDLING. 13 years ago
Rossen Stoyanchev f200ccd899 SPR-8712 Expose BEST_MATCHING_PATTERN_ATTRIBUTE in RequestMappingHandlerMapping. 13 years ago
Rossen Stoyanchev 7a3f02bce9 SPR-8688 Don't use Servlet request params for form 'PUT' in ServletServerHttpRequest. 13 years ago
Rossen Stoyanchev c257afa515 SPR-7943 Add interface for HDIV integration and delegate to it from JSP form tags. 13 years ago
Sam Brannen 8b8be39d9f polishing 13 years ago
Rossen Stoyanchev 71cc38aaff SPR-6464 Update reference doc with FlashMap and RedirectAttributes information. 13 years ago
Rossen Stoyanchev b2d88ba858 SPR-6464 Polish following code review. 13 years ago
Arjen Poutsma aeba9d244a SPR-5973: now dealing with path followed by segments (and vice-versa) correctly. 13 years ago
Rossen Stoyanchev 1300da06a6 SPR-8593 Fix issue in ModelAndViewMethodReturnValueHandler with ModelAndView containing a View 13 years ago
Arjen Poutsma 38f05678c1 SPR-5973: UriComponents now encapsulates uri template variables 13 years ago
Arjen Poutsma 3f2ea7f50e SPR-5973: UriComponents now encapsulates a PathCompont, switching between string paths and path segment lists automatically. 13 years ago
Arjen Poutsma 782c2a4657 Removed ServletUriComponentsBuilder for now. 13 years ago
Arjen Poutsma 1b61f27f5b polishing 13 years ago
Chris Beams 10be0ef9e7 Clarify BeanFactory#containsBean Javadoc 13 years ago
Chris Beams bc57f72bbb Temporarily @Ignore failure in RequestContextTests 13 years ago
Chris Beams 15a8f776b9 Clarify stereotype and exception translation Javadoc 13 years ago
Keith Donald 1a2f96000e clarified repository definition from DDD and removed comparison with DAO to reduce confusion 13 years ago
Arjen Poutsma 663f056329 SPR-5973: UriComponents no longer a Map, moved all static methods from UriComponents to builder, added expand method to UriComponents 13 years ago
Arjen Poutsma dd1f3f8e0f Added MultiValueMap utility methods 13 years ago
Rossen Stoyanchev 28a696ba51 SPR-8676 Fix minor issue in how ServletServletHttpRequest detects form content-type requests 13 years ago
Rossen Stoyanchev de504fa613 SPR-8678 Use the lookup path to determine the media type by file name. 13 years ago
Rossen Stoyanchev 2799e710bc SPR-6464 Add 'setAlwaysUseRedirectAttributes' flag. 13 years ago
Chris Beams a456a1a0e3 Improve annotation processing thread-safety 13 years ago
Arjen Poutsma c8add61a72 SPR-5973: Using UriComponents in more places, replaced UriBuilder by UriComponentsBuilder, UriComponents is now immutable. 13 years ago