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=36494>. 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=36494 ------- Additional Comments From [EMAIL PROTECTED] 2005-09-20 17:36 ------- The problem seems to be that the DocumentPolicyManagerWrapper uses an "old" Request object to get the repository session. To get a policy url, it uses Session session = RepositoryUtil.getSession(this.request, getLogger()); The request is assigned when the DPMWrapper is instantiated. Because the DPMWrapper is being cached within AbstractAccessControllerResolver (via the AccessController), the same Request instance is used all the time in the DPMWrapper, which should not happen. The question is where DPMWrapper should get the current repo session from. -- 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]
