You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2004/05/05 22:56:17 UTC

DO NOT REPLY [Bug 28793] - RequestUtils.computeUrl() produces double-slashed ("//") HREF for tags.

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

http://issues.apache.org/bugzilla/show_bug.cgi?id=28793

RequestUtils.computeUrl() produces double-slashed ("//") HREF for <html:link> tags.

craig.mcclanahan@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From craig.mcclanahan@sun.com  2004-05-05 20:56 -------
Actually, a root path of "/" is not legal ... the context path of the root web
application is supposed to be "" (a zero length String).  Therefore, the logic
for calculating URLs for forwards here (and the same logic is used throughout
Struts) is correct.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org