DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13458

RequestUtils.computeURL uses '&' to separate parameters - '&amp;' would be better

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |



------- Additional Comments From [EMAIL PROTECTED]  2003-03-05 13:27 -------
If I am not mistaken, RequestUtils.computeUrl(...) is also used inside the 
html:link tag.
I am using <html:link href="xxx" name="user" 
property="queryParams">click</html:link> and the resulting link has the query 
parameters separated by &amp; (escaped ampersand). Now the page I am linking to 
is not able to correctly extract the query parameters.
As far as I know query parameters in a url should be separated by & (unescaped 
ampersand) and not &amp; (escaped ampersand).

I think the same issue is described in:
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=struts-
[EMAIL PROTECTED]&msgId=140604
(In the meantime I will manually construct my link.)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to