I've got AccountManagerPlugin set to use the login form page, and
NoAnonymousPlugin enabled to prevent any anonymous user access to the
Trac pages.  But I'd like to be able to get to the RSS feeds with a
normal RSS reader, so I've set up HttpAuthPlugin to force normal HTTP
auth on format=RSS.

But NoAnonymous seems to be catching the request and forwarding to
the /login/ form before the user even has a chance to authorize
through HttpAuth.  For the time being I'm forced to fall back to
disabling NoAnonymous and using instead PermRedirectPlugin to redirect
to /login, but this isn't a perfect solution: among other things I'm
forced to allow anonymous access to the wiki with this setup.

I can't imagine I'm the first to run into this but google has gotten
me nowhere.  Is there any way to get HttpAuth to catch RSS requests
before NoAnonymous forces the user to the login page?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to