Commit Graph

259 Commits

Author SHA1 Message Date
Scott Andrews
912c1234cd 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.
2008-11-16 21:04:46 +00:00
Arjen Poutsma
ba42594112 SPR-4927: Return 405 instead of 404 when HTTP method is not supported 2008-11-08 09:37:55 +00:00
Arjen Poutsma
477543241f SPR-5066 2008-11-07 10:22:43 +00:00
Arjen Poutsma
0012c1e2da SPR-5237: Default value for @RequestParam 2008-11-04 14:39:53 +00:00
Arjen Poutsma
6c48de5ad5 Moved tests from testsuite to web.servlet 2008-11-03 10:49:21 +00:00
Arjen Poutsma
baac76e2b1 SPR-5249: Atom and RSS View 2008-10-31 17:48:50 +00:00
Arjen Poutsma
f8b1e44734 Removed Commons Attributes from web.servlet module 2008-10-29 12:21:47 +00:00
Arjen Poutsma
6a2daf7bf5 Added @Override and @Deprecated annotations to web-servlet module 2008-10-28 00:39:17 +00:00
Arjen Poutsma
af47a8b79b Initial import of web servlet module 2008-10-27 09:13:23 +00:00