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=11021>.
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=11021

ActionForward or <html:link> tag does not support absolute URIs





------- Additional Comments From [EMAIL PROTECTED]  2002-11-08 10:59 -------
When you defined the ActionForward, did you set contextRelative to true? We should not 
be 
checking for a scheme, but we should be checking for a leading slash. If there's a 
leading slash and 
contextRelative is false, we should prepend the module and context prefixes. If 
there's a 
leading slash and contextRelative is true, we should prepend only the context prefix. 
If there is 
no leading slash, we should pass it through verbatim. I don't believe we should start 
messing 
about with encoding options at this stage.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to