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=32157>. 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=32157 [PATCH] redirect to relative urls does not work correctly in Websphere 5.1 Summary: [PATCH] redirect to relative urls does not work correctly in Websphere 5.1 Product: Cocoon 2 Version: 2.1.5 Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: Other Component: blocks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Critical for PortletPortalManager. IBM WAS 5.1 doesn't correctly handle redirects to relative urls i.e. httpResponse.sendRedirect("portal.html"); at current uri http:/host/context/myportal/login.html - GET http:/host/context/myportal/portal.html (Tomcat 4.1) - GET http:/host/context/portal.html (IBM WAS 5.1) Absolute redirecting should probably go to http environment layer as a configurable feature (web.xml) in the future.
