320 Commits (fbd797e50b2f1c5b0dfef944ee218d826f1a0694)

Author SHA1 Message Date
Arjen Poutsma ead5df4546 SPR-6649 - Request mapping incorrectly receiving all dispatches for a controller 15 years ago
Juergen Hoeller 0a6f2348b8 WebRequest is a resolvable dependency in Servlet/Portlet web application contexts (SPR-6727) 15 years ago
Juergen Hoeller c31f245dc9 added test for system placeholders in PropertyPlaceholerConfigurer's Resource array property 15 years ago
Juergen Hoeller 88ff3c9a23 only try to restore attribute if the value differs (ignoring Portlet spec attributes; SPR-6712) 15 years ago
Arjen Poutsma 1cd0a9750d SPR-6467 - Allow ContentNegotiatingViewResolver to be strict ant return a 406 if no view found 15 years ago
Arjen Poutsma 8d5fc2bf91 SPR-6686 - @ResponseBody throws HttpMediaTypeNotAcceptableException if client accepts "*/*" 15 years ago
David Syer b077d5ba97 SPR-6678: fix poms for 3.0.1 15 years ago
Arjen Poutsma bb3c8e5c87 SPR-6640 - PathVariable does not work properly after updated to 3.0 GA 15 years ago
Juergen Hoeller a7a03356f4 revised JSP-based views to never fail when trying to setting forward attributes (SPR-6623) 15 years ago
Juergen Hoeller b594192425 refactored to pass along original ServletContext (for WebLogic and Resin JSP compatibility; SPR-6606) 15 years ago
Christian Dupuis f3274624b3 STS-723: fixed ViewControllerBeanDefinitionParser to not rely on instance state for handler mapping and handler adapter bean names 15 years ago
Juergen Hoeller 5f9f69958e refined PropertyEditor exposure for the ConversionService case 15 years ago
Juergen Hoeller 26b3443299 added unit test for setRequiredFields with @MVC (SPR-6552) 15 years ago
Christian Dupuis 7c6c1c3ad8 some minor adjustments to the mvc namespace to make it work in the tools 15 years ago
Juergen Hoeller 1e1964a060 reintroduced createBinder template method in Servlet/Portlet AnnotationMethodHandlerAdapter (SPR-6534) 15 years ago
Arjen Poutsma 27e0642543 SPR-6502 - Broken @RequestMapping inheritance 15 years ago
Arjen Poutsma 8678652f3e SPR-6528 - PathVariables of type double 15 years ago
Arjen Poutsma 976f920db2 SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character 15 years ago
Juergen Hoeller f36e8252c8 polishing 15 years ago
Juergen Hoeller f72769a621 added order property to AnnotationMethodHandlerAdapter (SPR-6516) 15 years ago
David Syer 1202f67cc8 SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that 15 years ago
Juergen Hoeller 132bb8a672 polishing 15 years ago
Keith Donald b7b52fffea renamed path element to mapping per code review 15 years ago
David Syer 1a06b6a0ab SPR-5327: tidy up Maven dependencies (keeping commons-logging) 15 years ago
Arjen Poutsma 81d7f5bc5a SPR-6375 - Register sensible default HTTP Message Converters based on what is available in the classpath 15 years ago
Arjen Poutsma cc32399878 SPR-6470 - Make filterModel() in MappingJacksonJsonView more lenient 15 years ago
Arjen Poutsma 73b54f4efe SPR-6466 - ContentNegotiatingViewResolver can not handle View implementations returning null as content type 15 years ago
Keith Donald c8d6360855 ability to have multiple path patterns per mapped interceptor definition 15 years ago
Keith Donald d4a21f1db8 added back mvc:interceptors element and added interceptor matching based on path pattern; needs review 15 years ago
Keith Donald fbfa67e8a6 ordered sorting 15 years ago
Keith Donald 57f0a7d94b added detectInterceptors compatibility check 15 years ago
Arjen Poutsma dc0613f487 HttpMessageConverter.supports() is split into canRead/canWrite. 15 years ago
Juergen Hoeller a1916ca765 polishing 15 years ago
Sam Brannen 218051464d Fixed typo 15 years ago
Keith Donald 8259d45583 removed now obsolete test case 15 years ago
Keith Donald de1d548725 SPR-6413 and SPR-6414 first cut: needs review, particularly compatibility note in AbstractHandlerMapping 15 years ago
Arjen Poutsma 89975c8b79 SPR-6378 - RC2: Issue with RequestMethod.GET differs from M2 15 years ago
Arjen Poutsma ef50082cad SPR-6280 - PathVariable resolution does not work properly 15 years ago
Keith Donald 94eeb99333 used managed list to detect bean definitions 15 years ago
Keith Donald 7309b11849 mvc namespace interceptors element--ignoring test case until issue with setting collection of bean definition property values is resolved 15 years ago
Keith Donald 44fcc572a7 mvc:interceptors namespace element initial commit 15 years ago
Keith Donald d9aab1079c found hotspot; added ConverisonServiceFactoryBean 15 years ago
Juergen Hoeller 4efa91d2f0 mvc:annotation-driven exposes default Validator and ConversionService as top-level beans (SPR-6377) 15 years ago
Juergen Hoeller 46cd083976 added chaining-capable "add" method to MutablePropertyValues 15 years ago
Juergen Hoeller 856fefeaad fixed javadoc to reflect current implementation (SPR-6390) 15 years ago
Keith Donald d85dc01e28 moved generic converter to spi; added entity converter; removed various service impls in favor of service factory 15 years ago
Luke Taylor 222ae33666 SPR-6087: Updated Javadoc for HandlerInterceptor to indicate invocation order of afterCompletion() methods 15 years ago
Jeremy Grelle 58841f3c66 Updated javadoc to reflect minimum JSP version 2.0 15 years ago
Jeremy Grelle 130ef7948d Fixed javadoc 15 years ago
Arjen Poutsma 60d2fdfcea SPR-6188 - UriTemplate: Insufficient handling of characters that need to be escaped. 15 years ago