id summary reporter owner description type status priority component severity resolution keywords cc release 2904 authrequired.py not working correctly with 0.11beta2 gabriele.garuglieri@… Anton Graham "I tried AuthRequiredPlugin with 0.11beta2 and i've seen that it has problems in accessing javascripts and css. Whenever the anonymous access is done it is correctly redirected to /login page, but the problem is that also any access to /chrome/* to download javascripts and css is also intercepted and redirected and they are not downloaded. The result is a completely screwed up and not functional /login page. To prove that i tried to modify authrequired.py as follow: {{{ def get_navigation_items(self, req): if ((req.authname and req.authname != 'anonymous') or \ req.path_info.startswith('/chrome') or \ req.path_info.startswith('/login') or \ req.path_info.startswith('/reset_password') or \ req.path_info.startswith('/register')): return [] }}} Adding the bypass for /chrome prefix allow authrequired.py to work perfectly. Be aware that this is not a suggested patch, i don't know python (yet) or trac internals and i don't know if this change may have collateral effects. It is just a proof to show the incorrect behavior. Regards, Gabriele" defect closed normal AuthRequiredPlugin normal wontfix flatfender@… 0.11