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





------- Additional Comments From [EMAIL PROTECTED]  2002-10-09 17:25 -------
Please see bugs 1938, 2200, 5942 for some history....

&amp; is OK for forwards, but won't work for redirects.  The logic:redirect tag 
can call this function with a parameter map and if '&amp;' is used for the 
parameter seperator, the URL fails in a browser.

So, if '&amp;' really is better for forwards, then my suggestion is to check in 
computeURL to see if the URL is for a redirect or a forward.  If redirect, 
use '&', else use '&amp;'.

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

Reply via email to