Commit Graph
65 Commits
Author SHA1 Message Date
Arjen Poutsma 23b2eaa65d Moved DefaultHandlerExceptionResolver to fix a tangle.
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1098 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 13:41:03 +00:00
Arjen Poutsma d10d95e98d SPR-5426 - Allow for custom processing or result objects returned from handler/controller methods
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1093 50f2f4bb-b051-0410-bef5-90022cba6387
2009-05-05 11:40:36 +00:00
Arjen Poutsma 9818f88199 SPR-4518 - @RequestMapping methods returning null have an implicit ModelAndView created
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1049 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-22 12:57:30 +00:00
Arjen Poutsma f3fd3fa245 SPR-5690 - Request header filtering in @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1043 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-21 22:03:51 +00:00
Juergen Hoeller b5e0328914 updated to FreeMarker 2.3.15 (SPR-4962)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1031 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-19 22:22:56 +00:00
Arjen Poutsma 6f016dd18a SPR-5636 - @RequestMapping matching should be insensitive to trailing slashes
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1018 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-17 09:41:04 +00:00
Arjen Poutsma 138e17d620 SPR-5631 - Implicit /** mapping on type-level @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1017 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-17 09:28:08 +00:00
Arjen Poutsma 77d364af60 Working on SPR-5631 - Implicit /** mapping on type-level @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1011 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-16 13:23:24 +00:00
Juergen Hoeller 02a1f98f57 fixed JasperReports exporter parameter initialization for multi-format views
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@1006 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-15 23:18:57 +00:00
Arjen Poutsma 60fe883ae3 Working on SPR-5631
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@910 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 21:07:46 +00:00
Arjen Poutsma 40733d1c5e Polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@908 50f2f4bb-b051-0410-bef5-90022cba6387
2009-04-01 13:31:51 +00:00
Juergen Hoeller b1fecb45e7 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@905 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:43:28 +00:00
Juergen Hoeller 792076ac78 request handler methods with @ModelAttribute annotation always return a model attribute (SPR-4867)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@902 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-31 20:34:42 +00:00
Arjen Poutsma 46d9409fe7 SPR-4677: Allow annotated methods on a Controller to be marked as exception handlers
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@875 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-30 17:20:55 +00:00
Arjen Poutsma 9988251912 SPR-5625 - Allow for exceptions to be annotated with a @ResponseStatus annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@864 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-28 11:19:45 +00:00
Arjen Poutsma 03a1aa5a97 Added tests for returned ModelAndView
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@863 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-28 11:07:18 +00:00
Arjen Poutsma 454f2e18b2 SPR-5624 - A default HandlerExceptionResolver that resolves standard Spring exceptions
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@860 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-27 19:53:42 +00:00
Juergen Hoeller 74c67dfaef FreeMarkerView and ResourceBundle/XmlViewResolver can be initialized with ServletContext only (e.g. for testing)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@828 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-26 13:52:28 +00:00
Scott Andrews 2d2924e8ce SPR-5605 spring:url tag should use htmlEscape instead of escapeXml for entity encoding
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@825 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-26 04:37:26 +00:00
Arjen Poutsma 49e870246d SPR-5409 - Support for PUTting and POSTing non-form data
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@823 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-25 16:33:27 +00:00
Arjen Poutsma 98daccc362 SPR-5537: ReSTful URLs with content type extension do not work properly
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@812 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-24 17:36:18 +00:00
Juergen Hoeller c35b5f8ef2 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@793 50f2f4bb-b051-0410-bef5-90022cba6387
2009-03-23 11:20:18 +00:00
Juergen Hoeller 0680b65d22 polishing
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@696 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-25 13:57:58 +00:00
Juergen Hoeller a814fd082c refactored HTTP support into top-level package "org.springframework.http"; revised RestTemplate facility in package "org.springframework.web.client"
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@676 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-24 11:46:00 +00:00
Juergen Hoeller e3f7a0d5f6 "url" macro in "spring.ftl" performs standard Servlet URL encoding automatically
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@653 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-18 23:55:32 +00:00
Arjen Poutsma 14847cc662 Uncommented test case
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@645 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-16 13:42:05 +00:00
Juergen Hoeller e19066141f @RequestMapping type-level param constraints taken into account consistently
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@638 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-15 21:31:20 +00:00
Juergen Hoeller baa83177f9 optional boolean parameters in MVC handler methods resolve to "false" if not present
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@630 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-13 11:46:55 +00:00
Arjen Poutsma 1f1968e93f SPR-5452: Content negotiation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@602 50f2f4bb-b051-0410-bef5-90022cba6387
2009-02-06 14:38:30 +00:00
Scott Andrews c28ee3cdf9 SPR-2733 Improvement for handling checkboxes in web forms (patch included)
Introduced default field prefix of '!', which can be overridden with WebDataBinder#setFieldDefaultPrefix.  If a field is otherwise not present, the default value is used for the field.  Field markers for the same field are ignored.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@576 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-23 00:03:33 +00:00
Scott Andrews ba127b91f1 SPR-3389 Nicer handling of Java 5 enums by the Spring MVC form taglib.
The form:options and form:radiobuttons tags will now render a set of options automatically if the bind target is an Enum and items are not otherwise specified.  The values of the enum are converted into form inputs where by default the form value is the enum's name() and the form label is the enum's toString().

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@575 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-22 20:36:36 +00:00
Arjen Poutsma 5ba97a8b85 SPR-5367: PathVariable mappings are greedy over hard coded mappings
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@563 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-21 17:45:42 +00:00
Juergen Hoeller 1d408b265f introduced @CookieValue annotation
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@560 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-20 18:32:24 +00:00
Juergen Hoeller e4f05f1ec2 consistent copies of mocks
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@559 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-20 18:08:14 +00:00
Juergen Hoeller 81880e175a consistent mock behavior
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@554 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-19 23:35:42 +00:00
Arjen Poutsma a82a616cd4 Added simple test for SPR-5365
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@541 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-14 11:04:28 +00:00
Arjen Poutsma 8cc2c3941e SPR-5380: MarshallingView should override AbstractView instead of AbstractUrlBasedView
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@535 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-13 10:41:26 +00:00
Arjen Poutsma dece3d968e OXM is nearing completion
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@531 50f2f4bb-b051-0410-bef5-90022cba6387
2009-01-09 12:48:19 +00:00
Chris Beams e1965dea0f eliminated svn:externals in favor of localized copies of shared artifacts
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@472 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-18 21:27:18 +00:00
Chris Beams 2796c55974 Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@464 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-18 14:50:25 +00:00
Chris Beams 2455ed7977 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@453 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-17 18:45:41 +00:00
Chris Beams b2f575b032 moving unit tests from .testsuite -> .test, .web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@451 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-17 16:28:56 +00:00
Chris Beams 1f9e68a0f9 moving unit tests from .testsuite -> .web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@426 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-15 22:49:08 +00:00
Juergen Hoeller f6e5f7086f added @RequestHeader support
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@352 50f2f4bb-b051-0410-bef5-90022cba6387
2008-12-05 07:17:31 +00:00
Juergen Hoeller f388e47598 consistent compilation against Servlet 2.5, JSP 2.1 and JUnit 4.5
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@345 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-27 21:49:10 +00:00
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@305 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-20 02:10:53 +00:00
Arjen Poutsma e6c75e7de9 SPR-5251: URI Templates support relative @RequestMappings (on class level, with more specific mapping on method level)
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@302 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-19 17:08:34 +00:00
Arjen Poutsma 011409a7ab SPR-5251: URI Templates for @InitBinder
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@294 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-18 12:37:12 +00:00
Arjen Poutsma c60f1851df SPR-5251: URI Templates in @RequestMapping
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@293 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-17 16:00:03 +00:00
Arjen Poutsma f4ba1a2068 Added test for ServletAnnotationMappingUtils
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@290 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-17 13:39:10 +00:00