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=14259>. 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=14259 RedirectingActionForward to external URL's stopped working Summary: RedirectingActionForward to external URL's stopped working Product: Struts Version: 1.1 Beta 2 Platform: All OS/Version: All Status: NEW Severity: Critical Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] An ActionForward or ForwardConfig with redirect set to true always gets the web project context path prepended to the uri prior to the call to HttpServletResponse.sendRedirect(). As a result of this, redirecting only works to an URI inside the web project. This is not how it worked in Struts 1.0. This seems to have been introduced in the 1.13 version of RequestProcessor. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>