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=36543>. 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=36543 Summary: Redirect-to URI for Authentication Handler does not resolve variables on WebSphere Product: Cocoon 2 Version: Current SVN 2.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: major Priority: P2 Component: blocks AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Variable resolution does not occur on the redirect-to uri of the authentication handler when deployed under WebSphere Application Server 6. I have heard similar reports for other versions of WebSphere as well. I have deployed this same sitemap using Tomcat 5 and it works successfully. I have also tried switching from a request variable to a global variable as well as the {sitemap-path:} variable, but none of these are resolved. The resulting uri when run on WebSphere is http://localhost/cocoon/{request:requestURIlogin <map:component-configurations> <authentication-manager> <handlers> <handler name="adminhandler"> <!-- THIS DOES NOT GET RESOLVED ON WebSphere --> <redirect-to uri="{request:requestURI}login"/> <authentication uri="cocoon:raw:/authenticateLDAP"/> </handler> </handlers> </authentication-manager> </map:component-configurations> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
