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=42567>. 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=42567 ------- Additional Comments From [EMAIL PROTECTED] 2007-06-05 07:27 ------- I've found what is causing the problem. src/modules-core/ac/java/src/org/apache/lenya/ac/impl/BypassableAccessController.java Under authorize() there is a test for this.publicExtensions. This test matches any request with the following extensions: css,jpg,gif,png,rng,xsl. If this test passes, the call up to super doesn't happen. This prevents any role information from being setup. This in turn causes the exception to be thrown. Not sure the best route to take to fix this problem. -- 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. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
