Commit Graph
14 Commits
Author SHA1 Message Date
Scott Andrews 13fa535939 SPR-5298 JSP tag for building URLs with URI templates
Created spring:url and spring:param tags that enhance the functionality of the JSTL c:url tag.  URI templates are supported in the url value attribute.  They are resolved against the params defined inside the url tag body.  Params that are unable to be applied as URI template are added to the query string.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@288 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-16 21:04:46 +00:00
Arjen Poutsma 5120bfd0e9 Fixed test
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@286 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-08 10:24:07 +00:00
Arjen Poutsma a5d3837e7a SPR-4927: Return 405 instead of 404 when HTTP method is not supported
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@284 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-08 09:37:55 +00:00
Arjen Poutsma 06d3e4fb99 SPR-5237: Default value for @RequestParam
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@279 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-04 14:39:53 +00:00
Arjen Poutsma 56f655c2ca Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@277 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 12:25:46 +00:00
Arjen Poutsma 9a0ed51d84 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@275 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 12:03:31 +00:00
Arjen Poutsma d9e1188eb7 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@274 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:51:55 +00:00
Arjen Poutsma 0bd7f056ef Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@272 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:47:12 +00:00
Arjen Poutsma e0de538e5b Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@271 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:45:48 +00:00
Arjen Poutsma 62b89bf4fb Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@270 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:44:37 +00:00
Arjen Poutsma 47ece36454 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@268 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:29:38 +00:00
Arjen Poutsma 9200f9b8b6 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@267 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 11:27:39 +00:00
Arjen Poutsma c2e54f7bb7 Moved tests from testsuite to web.servlet
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@258 50f2f4bb-b051-0410-bef5-90022cba6387
2008-11-03 10:49:21 +00:00
Arjen Poutsma f23a9cea54 Initial import of web servlet module
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@133 50f2f4bb-b051-0410-bef5-90022cba6387
2008-10-27 09:13:23 +00:00