You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Mikolaj Rydzewski <mi...@ceti.pl> on 2006/09/25 12:28:40 UTC

Support for & as a parameter separator in

Hi,

Current version of JSTL's standard.jar does not use &amp; as a parameter 
separator in generated URLs (the c:url and c:param tags). There are more 
and more XHTML enabled sites and such behavior makes generated pages not 
valid XML (more information at 
http://www.htmlhelp.com/tools/validator/problems.html#amp).

The patch is very simple, one has to change 
ParamSupport.aggregateParams() method in 
org.apache.taglibs.standard.tag.common.core package to add &amp; instead 
of just &.

Are there any plans to add this funcionality to future releases?

Regards

-- 
Mikolaj Rydzewski <mi...@ceti.pl>