[rt-users] What is WebNoAuthRegex ?

Nicolas Chuche nicolas.chuche at barna.be
Fri Nov 30 06:16:29 EST 2007


> Okay, I'm  not sure whether I need to use it or not, but I'd like to find
> out what WebNoAuthRegex does and/or how it would be used.

If an URL matches $WebNoAuthRegex, it doesn't require authentication

The default is fixed in RT_Config.pm :

# WebNoAuthRegex - What portion of RT's URLspace should not require
# authentication.
Set($WebNoAuthRegex, qr!^(?:/+NoAuth/|
                            /+REST/\d+\.\d+/NoAuth/)!x );

It's handled in html/autohandler



More information about the rt-users mailing list