Fixed bug: viewing revisions requires authentification

Version: Early morning 19-April-2005 CVS

When using the (changes) links from the Recent Changes, I have to authenticate as if I am editing a page?—Bil

I’haven’t change the default set of authenticators yet!

In soks.rb add

|revisions|listrss|linksfromrss

to

:authenticators => [ [ %r{/(view|rss|print|find|meta|attachment)/},WEBrick::HTTPAuth::NoAuthenticationRequired.new.

to make

:authenticators => [ [ %r{/(view|rss|print|find|meta|attachment|revisions|listrss|linksfromrss)/.*}, WEBrick::HTTPAuth::NoAuthenticationRequired.new ],

If you have created your own authenticators in your start.rb file then you will need to change there as well.

tamc2

Hopefully fixed in v1-0-0

Edit this page or watch for changes using RSS.