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=31285>. 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=31285 global variables are not resolved in other component configurations Summary: global variables are not resolved in other component configurations Product: Cocoon 2 Version: Current CVS 2.1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: sitemap components AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Below does not work. If i change the global variable usage in the redirect-to with the plain URL then everything works. I'm not sure if this is a bug, but it's a least counter-intuitive. <map:component-configurations> <global-variables> <LOGON_ENTRY>cocoon://logon.html</LOGON_ENTRY> </global-variables> <authentication-manager> <handlers> <handler name="pon_auth_handler"> <!-- THIS DOES NOT GET RESOLVED --> <redirect-to uri="{global:LOGON_ENTRY}"/> <authentication authenticator="a.b.c.CocoonAuthenticator"/> </handler> </handlers> </authentication-manager> </map:component-configurations>
