99 Commits (e4c3adba2d906d03b9cf3371d7335a095bd3ca8e)

Author SHA1 Message Date
Rob Harrop 37276349d7 [SPR-5927] fixed FormTag attribute clearing 17 years ago
Arjen Poutsma db7751e5ee SPR-2784: Support MultipartFile-array property 17 years ago
Juergen Hoeller 3d9dfb340f support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 17 years ago
Arjen Poutsma 1b2834ad74 SPR-6009 - @ExceptionHandler methods are still expected to return a ModelAndView, even when consuming a ServletResponse/OutputStream/Writer 17 years ago
Arjen Poutsma 22ab0f4ad3 SPR-6008 - @ResponseStatus on @ExceptionHandler method is ignored 17 years ago
Arjen Poutsma 78b70dad35 SWS-548 - Expose suppressNamespace and suppressXSIType as properties to CastorMarshaller 17 years ago
Juergen Hoeller eedfe34258 turned requestedSessionId into a settable property 17 years ago
Keith Donald 16b0b2e9d9 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 17 years ago
Arjen Poutsma 809b1d2c4f SPR-4700 - Add single checkbox input macro for Velocity and Freemarker 17 years ago
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 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
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
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
Arjen Poutsma 90221b9fcd Test for SPR-5822 - Extend @CookieValue mapping to support user-defined types 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
Arjen Poutsma efd346d579 Added @Override 17 years ago
Arjen Poutsma b81ede9f55 Fixing tests 17 years ago
Arjen Poutsma 16af500388 SPR-5766 - @ResponseBody 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
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
Arjen Poutsma 23b2eaa65d Moved DefaultHandlerExceptionResolver to fix a tangle. 17 years ago
Arjen Poutsma d10d95e98d SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods 17 years ago
Arjen Poutsma 9818f88199 SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created 17 years ago
Arjen Poutsma f3fd3fa245 SPR-5690 - Request header filtering in @RequestMapping 17 years ago
Juergen Hoeller b5e0328914 updated to FreeMarker 2.3.15 (SPR-4962) 17 years ago
Arjen Poutsma 6f016dd18a SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes 17 years ago
Arjen Poutsma 138e17d620 SPR-5631 - Implicit /** mapping on type-level @RequestMapping 17 years ago
Arjen Poutsma 77d364af60 Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping 17 years ago
Juergen Hoeller 02a1f98f57 fixed JasperReports exporter parameter initialization for multi-format views 17 years ago
Arjen Poutsma 60fe883ae3 Working on SPR-5631 17 years ago
Arjen Poutsma 40733d1c5e Polishing 17 years ago
Juergen Hoeller b1fecb45e7 polishing 17 years ago
Juergen Hoeller 792076ac78 request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867) 17 years ago
Arjen Poutsma 46d9409fe7 SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers 17 years ago
Arjen Poutsma 9988251912 SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation 17 years ago
Arjen Poutsma 03a1aa5a97 Added tests for returned ModelAndView 17 years ago