189 Commits (b42cf25599fe9a497ce8da47e1cd06475f2a80e5)

Author SHA1 Message Date
Arjen Poutsma 17d5b31af3 SPR-6206 - When looking up methods with @RequestMapping annotation, unannotated bridge methods are included 15 years ago
Sam Brannen 52ad49b3ae fixed typo and JavaDoc polishing. 15 years ago
Sam Brannen 0f06771249 fixed typo 15 years ago
Arjen Poutsma 8738fd7b7b SPR-6177 - HttpHeadersTests fails with non-english locale 15 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 15 years ago
Juergen Hoeller 49b647ca93 check against MultipartRequest mixin interface 15 years ago
Arjen Poutsma 06286b19ce Added URI variant methods to the RestTemplate. 15 years ago
Chris Beams d020d73118 SPR-6186: removed remaining duplicate check for @Configuration 15 years ago
Chris Beams cbadf350e1 Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes 15 years ago
Chris Beams fd8935ba0b SPR-5682: 15 years ago
Juergen Hoeller 4d29f65a9c @Event/ResourceMapping uniquely mapped to through event/resource id, even across controllers (SPR-6062); type-level @RequestMapping header conditions validated in Portlet environments as well 15 years ago
Juergen Hoeller 9cb1338b94 all @SessionAttributes get exposed to the model before handler method execution; MultipartRequest is available as a mixin interface on (Native)WebRequest as well 15 years ago
Juergen Hoeller 6fe0e36fe0 polishing 15 years ago
Juergen Hoeller ce4e3784d1 updated dependencies 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
Juergen Hoeller 5c1b0e6caf removed classes which are not used in 3.0 yet 15 years ago
Juergen Hoeller 8eca898d44 removed outdated "cacheJspExpressions" feature from ExpressionEvaluationUtils 15 years ago
Mark Pollack bd098ce1db pom maintenance - sync with ivy.xml 15 years ago
Juergen Hoeller 64bf3b74b5 revised Hessian/Burlap exception clauses (SPR-5897) 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Juergen Hoeller 2a0d68cb5c restored getMostSpecificMethod's traversal of the inheritance hierarchy 15 years ago
Arjen Poutsma 429d78b902 javadoc. 15 years ago
Arjen Poutsma 9f19e5e73b Polish 15 years ago
Juergen Hoeller bb70c9a4c4 @RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope) 15 years ago
Arjen Poutsma ee0a59d464 Test -> Tests 15 years ago
Juergen Hoeller a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 15 years ago
Juergen Hoeller 1045847cf7 updated to CGLIB 2.2 and EHCache 1.6.2 15 years ago
Juergen Hoeller d0c8545d9b updated setCookieMaxAge to match getCookieMaxAge return type (SPR-6070) 15 years ago
Juergen Hoeller 8754f0bc85 updated dependencies 15 years ago
Arjen Poutsma 66a799552f SPR-2784: Support MultipartFile-array property 15 years ago
Juergen Hoeller fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 15 years ago
Arjen Poutsma 3b7691d525 SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored 15 years ago
Arjen Poutsma 5680cd4a19 SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller 15 years ago
Juergen Hoeller 6b824d9af7 revised WebApplicationContext id determination; lazy logger initialization in ContextLoaderListener (SPR-5977) 15 years ago
Juergen Hoeller 9a0108ac6a added support for @WebServiceProvider annotation to Spring's JaxWsServiceExporters (SPR-5988) 15 years ago
Juergen Hoeller a7a97316e7 turned requestedSessionId into a settable property 16 years ago
Mark Pollack 1683179434 SPR-5968 - Maven central POM for spring-web has wrong versions of dependencies and a missing dependency 16 years ago
Keith Donald 00f90cd816 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 16 years ago
Arjen Poutsma 1915192d9a 16 years ago
Arjen Poutsma 4267f8488f SPR-5975 - BufferedImageHttpMessageConverter doesn't work on Google AppEngine 16 years ago
Arjen Poutsma 3d29023ef3 Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom. 16 years ago
Keith Donald 77b294fe59 native web request parameter map tests 16 years ago
Keith Donald 9ed5353947 unified map view of request parameters, including multiparts 16 years ago
Keith Donald 9eb85af234 moved multipart and bind to web project since independent of servlet and required by new native web request parameter map 16 years ago
Keith Donald e986434a25 moved collection utilities to util 16 years ago
Keith Donald e020b5752a initial BindingLifecycle @MVC integration 16 years ago
Arjen Poutsma 2d4ae59ff1 SPR-5961 16 years ago
Arjen Poutsma 9eb962d941 16 years ago
Arjen Poutsma dc59ca427c Using correct encoding (ISO-8859-1) instead of JVM default when no character encoding is given. 16 years ago