[Rt-commit] r10421 - rtir/branches/2.3-EXPERIMENTAL/etc

ruz at bestpractical.com ruz at bestpractical.com
Tue Jan 22 08:13:35 EST 2008


Author: ruz
Date: Tue Jan 22 08:13:35 2008
New Revision: 10421

Modified:
   rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm

Log:
* fix NoAuth regexp

Modified: rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	(original)
+++ rtir/branches/2.3-EXPERIMENTAL/etc/RTIR_Config.pm	Tue Jan 22 08:13:35 2008
@@ -8,7 +8,7 @@
 # WebNoAuthRegex - What portion of RT's URLspace should not require
 # authentication. Adjust it according to RTIR paths
 
-Set($WebNoAuthRegex, qr{ $WebNoAuthRegex | ^/+RTIR/NoAuth/ }x);
+Set($WebNoAuthRegex, qr{ /+NoAuth/ }x);
 
 # Set the name of the RTIR application.
 


More information about the Rt-commit mailing list