181 Commits (53c8646b54e09226ee33db9e0d4146eef9dcf7ab)

Author SHA1 Message Date
Keith Donald 53c8646b54 moved multipart and bind to web project since independent of servlet and required by new native web request parameter map 17 years ago
Keith Donald 71932f7503 updated manifest template to add model package import 17 years ago
Keith Donald a0e2b6b13b initial BindingLifecycle @MVC integration 17 years ago
Arjen Poutsma 92ce56028a SPR-5953 - Allow SimpleMappingExceptionResolver to Resolve HTTP Status Codes 17 years ago
Arjen Poutsma 98d2c5a0b9 SPR-5923 - HttpMessageConverter selection as a result of @ResponseBody should consider the requested content type 17 years ago
Keith Donald fcc81d1992 mvc binding lifecycle; packaged with model map for now since it depends on it 17 years ago
Arjen Poutsma 7a11e8bdf9 SPR-5622: Changed javadoc to reflect current HandlerExceptionResolvers. 17 years ago
Juergen Hoeller 298909bcfc polishing 17 years ago
Chris Beams b33d28d6cf updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed. 17 years ago
Arjen Poutsma df46fe603f SPR-5870 - Add support for content negotiation based on a request parameter value 17 years ago
Arjen Poutsma 0909d43f19 BindingJacsonConverter/View -> MappingJacksonConverter/View 17 years ago
Mark Pollack 0d92d4afb3 SPR-5619 - (OpenSessionInViewTests, ClassUtilTests fixed) 17 years ago
Mark Pollack da4f4ef034 POM maintenance/development - initial jarjar support in maven build for ASM 17 years ago
Mark Pollack ead546b2f2 SPR-5803 and additional POM maintenance/development 17 years ago
Juergen Hoeller a848f64378 only call LocaleResolver when encountering an actual HttpServletRequest 17 years ago
Juergen Hoeller 5c19909c61 preserve custom pre-bound RequestAttributes implementations (for Grails) 17 years ago
Juergen Hoeller 59b6b5ef0d extended checkResource(Locale) signature 17 years ago
Juergen Hoeller 4315988726 updated Tiles support for Tiles 2.1 compatibility (SPR-5411) 17 years ago
Sam Brannen aef72ba508 [SPR-5895] Upgraded to EasyMock 2.5.1. 17 years ago
Sam Brannen 887f8b3c10 [SPR-5887] Upgraded to JUnit 4.6.0. 17 years ago
Arjen Poutsma 0a5241a8a1 Added defaultViews property. 17 years ago
Arjen Poutsma b4bf6c75da FixedJsonView 17 years ago
Arjen Poutsma d8f28cb3da Fixing the build, stupid java.util.Date 17 years ago
Sam Brannen 262fef0ff3 Fixed Eclipse .classpath by adding org.codehaus.jackson, org.codehaus.jackson.mapper, and org.mozilla.javascript. 17 years ago
Arjen Poutsma 90221b9fcd Test for SPR-5822 - Extend @CookieValue mapping to support user-defined types 17 years ago
Arjen Poutsma 68c0ac014e SPR-5853 - JSON formatting view for Spring MVC 17 years ago
Arjen Poutsma ec63210be3 SPR-5853 - JSON formatting view for Spring MVC 17 years ago
Arjen Poutsma 79f41818aa Fixing build 17 years ago
Arjen Poutsma d59c0145c9 SPR-5772 - Annotation handler method matching doesn't get method/param choice right 17 years ago
Sam Brannen 5705ad0305 Repairing Eclipse classpaths and Ivy config: 17 years ago
Arjen Poutsma efd346d579 Added @Override 17 years ago
Sam Brannen 1eb0b97748 JavaDoc typo 17 years ago
Arjen Poutsma 1fe51d4a27 SPR-5802 - NullPointerException when using @CookieValue annotation 17 years ago
Arjen Poutsma 81b3fb47b2 Javadoc 17 years ago
Chris Beams 49b6bbc8fa RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java' 17 years ago
Arjen Poutsma b81ede9f55 Fixing tests 17 years ago
Arjen Poutsma e241542e8d SPR-5782 - BufferedImageHttpMessageConverter 17 years ago
Arjen Poutsma 16af500388 SPR-5766 - @ResponseBody 17 years ago
Arjen Poutsma e8d4e6949d SPR-5768 - Rearrange logic in ServletHandlerMethodInvoker.getModelAndView() 17 years ago
Arjen Poutsma 76ca1add52 SPR-5767 - Misleading error message in HandlerMethodInvoker.resolveRequestBody() 17 years ago
Juergen Hoeller 3d4cb2a13a added Commons Lang for Velocity tests 17 years ago
Juergen Hoeller 6691cd09ec Velocity/FreeMarker/TilesViewResolver only return a view if the target resource exists now 17 years ago
Juergen Hoeller 8a49660e47 replaced Commons Collections dependency with Spring-provided LinkedCaseInsensitiveMap; revised CollectionFactory and Spring Map implementations for consistency 17 years ago
Juergen Hoeller 11450f1fdb updated all Spring Framework OSGI manifests to list unversioned imports explicitly; relaxed several OSGi bundle dependencies to optional and extended version ranges 17 years ago
Arjen Poutsma 2b1d156acf SPR-5732 - When no type conversion strategy is found on a @Controller handler method bind target, a 500 error code should be returned not a 400. 17 years ago
Arjen Poutsma 3854aea64b SPR-4927 - Return 405 instead of 404 when HTTP method is not supported 17 years ago
Arjen Poutsma 0650a6d471 SPR-5731 - @Controller method order effects @RequestMapping behavior in ways not expected 17 years ago
Arjen Poutsma e22f772c4c SPR-5726: Unexpected @RequestMapping semantics when class-level and method-level mappings used together 17 years ago
Juergen Hoeller 1d1dba1693 Servlet/Portlet ApplicationContexts use a specific id based on servlet/portlet name; DefaultListableBeanFactory references are serializable now when initialized with an id; scoped proxies are serializable now, for web scopes as well as for singleton beans; injected request/session references are serializable proxies for the current request now 17 years ago
Juergen Hoeller c5521dfed7 added test for custom controller stereotype 17 years ago