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-07 22:05 -------
The problem is indeed in RequestProcessor.processForwardConfig. Should the
context even be added in any situation when a redirect is performed? For example
our web services have different applications deployed under different contexts
on the same   
host. Should I have to put full URL's in my struts-config to redirect to avoid
prepending the context? if you want to forward control to any page within your
own app you can do it by chaining actions. For the case of redirecting between
https and http you still need a full url.

I feel the best solution would be two extra attributes on the actionforward tag
encode and context which would default to true just like redirect defaults to
false. This would avoid having to add specific control logic into the jsp or the
action through use of the aforementioned jstl tag or response.sendRedirect.

--
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