801 Commits (16da15eca1682efcc3f0529eb4466f94f0334686)

Author SHA1 Message Date
Juergen Hoeller e7b44e015a Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 13 years ago
Juergen Hoeller 23fe1e2934 Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 13 years ago
Juergen Hoeller 5e4f3b3108 Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 13 years ago
Juergen Hoeller 3b4210fa6f Cannot amend properties in RequestMappingHandlerMapping (e.g. useSuffixPatternMatch) using a bean post processor as ApplicationContextAwareProcessor always fires first initialising RequestMappingHandlerMapping 13 years ago
Chris Beams a387d13d5f Reflect 3.2=>3.1.2 backports in @since tags etc 13 years ago
Chris Beams 1eb50297ad Introduce ConfigurableWebEnvironment 13 years ago
Chris Beams 20f87ab98d Introduce ConfigurableEnvironment#merge 13 years ago
Rossen Stoyanchev 1af7575bde Merge rather than add URI vars to data binding values 13 years ago
Rossen Stoyanchev 8143d66e4c Pattern suffix issue in AnnotationMethodHandlerAdapter 13 years ago
Rossen Stoyanchev 9e370208d0 Fix content negotiation issue with sort by q-value 13 years ago
Rossen Stoyanchev c9a2dbdbfd Add Jackson 2 HttpMessageConverter and View 13 years ago
Rossen Stoyanchev 2fa0e63e5a Discover controllers based on type @RequestMapping 13 years ago
Rossen Stoyanchev 83ac44d1e4 Fix issue with parsing media types 13 years ago
Rossen Stoyanchev 0cf93711b9 Fix race condition in AnntationMethodHER 13 years ago
Rossen Stoyanchev 8faa2e61ec Fix bug with custom RequestCondition 13 years ago
Spring Buildmaster b32a365f14 Increment version to 3.1.2.BUILD-SNAPSHOT 13 years ago
Spring Buildmaster 79c9ca1a26 Release version 3.1.1.RELEASE 13 years ago
Rossen Stoyanchev a3484aebb3 Minor fix in ServletResponseMethodArgumentResolver 13 years ago
Juergen Hoeller 57851de88e clarified Resource's "getFilename" method to consistently return null if resource type does not have a filename (SPR-9043) 13 years ago
Rossen Stoyanchev 21aed042ea Minor polish in WebMvcConfigurationSupport 13 years ago
Rossen Stoyanchev a3bb3769ba Tighten FlashMapManager for use with alternative storage options 13 years ago
Chris Beams 025b8abfaf Allow ACI classes access to servlet context params 13 years ago
Chris Beams 856b77bc31 Optimize ApplicationContextInitializer handling 13 years ago
Rossen Stoyanchev 95683f5137 SPR-9075 Add fromRequestUri() methods to ServletUriComponentsBuilder 13 years ago
Rossen Stoyanchev 64a69f7cf8 SPR-9079 Don't check for "POST" multipart request method arg resolvers 13 years ago
Rossen Stoyanchev 3d1fa4f6b6 SPR-9060 Revise HTTP Session based FlashMapManager implementation. 13 years ago
Chris Beams 87a021d5c9 Add <license> section to 3.1.x Maven poms 13 years ago
Rossen Stoyanchev e9208981a6 SPR-9062 Fix bug with ambiguous path and HTTP method request mappings 13 years ago
Rossen Stoyanchev 21966990c8 SPR-9016 Add flag to Redirectview to disable expanding URI vars 13 years ago
Rossen Stoyanchev 610fa618aa SPR-9056 Make DelegatingWebMvcConfiguration config callbacks not final 13 years ago
Rossen Stoyanchev b0c735feae SPR-8976 Make flash attrs available to view controllers. 13 years ago
Rossen Stoyanchev be4e698483 SPR-9021 Correct issue in comparing Accept header media types. 13 years ago
Rossen Stoyanchev 6da6acbe54 Make AbstractHandlerMethodExceptionResolver an abstract class. 13 years ago
Rossen Stoyanchev 5a2bd97c37 SPR-8997 Add getter for access to flash timeout. 13 years ago
Chris Beams d7d1b495f2 Polish "Support flash attrs..." and related classes 13 years ago
Rossen Stoyanchev 92f8446eea SPR-8997 Add HttpServletResponse to FlashMapManager contract. 13 years ago
Rossen Stoyanchev 66df039b03 SPR-8698 Support flash attrs and a ModelAndView return value. 13 years ago
Rossen Stoyanchev a4b33533d3 SPR-9001 Javadoc fix 13 years ago
Chris Beams 41c405998e Convert CRLF=>LF on files missed earlier 13 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 13 years ago
Chris Beams e158f61e93 Increment version to 3.1.1.BUILD-SNAPSHOT 13 years ago
Chris Beams ac107d0c2a Release Spring Framework 3.1.0.RELEASE 13 years ago
Juergen Hoeller 6796a775d2 overhaul of support package arrangements; added missing package-info files 13 years ago
Juergen Hoeller 1c45c51fe1 overhaul of support package arrangements for handler method processing; added missing package-info files 13 years ago
Juergen Hoeller d507c2b927 "dispatchOptionsRequest" only sets the default 'Allow' header if actually needed (SPR-7837); "dispatchTraceRequest" only generates default response body if actually needed 13 years ago
Juergen Hoeller 450a3d7eee polishing 13 years ago
Chris Beams 23e58aa718 Preserve programmatically set context config locations 13 years ago
Juergen Hoeller d8e640d708 polishing 13 years ago
Juergen Hoeller e648245eb3 added MethodValidationInterceptor/PostProcessor for Hibernate Validator 4.2 based method validation; renamed Spring's variant of @Valid to @Validated 13 years ago
Juergen Hoeller 2dba480d9d used specific SLF4J versions for running the test suites of individual modules (fixing the Hibernate Validator 4.2 upgrade) 13 years ago