[Rt-commit] rt branch, 4.0/mobile-login, updated. rt-4.0.0rc6-22-g336638f

Shawn Moore sartak at bestpractical.com
Thu Mar 10 13:29:00 EST 2011


The branch, 4.0/mobile-login has been updated
       via  336638f0e41b536cf5736f4ee325fc90666a4dda (commit)
      from  4b098249067b899e4b467699dffbdf4fb7c8d76f (commit)

Summary of changes:
 etc/RT_Config.pm.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 336638f0e41b536cf5736f4ee325fc90666a4dda
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Thu Mar 10 13:28:48 2011 -0500

    NoAuth'ify /m/login so we don't get an infinite redirect

diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index cc69e23..2562cd4 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -1048,7 +1048,7 @@ login if you change it.
 
 =cut
 
-Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/) }x );
+Set($WebNoAuthRegex, qr{^ (?:/+NoAuth/ | /+REST/\d+\.\d+/NoAuth/ | /+m/login ) }x );
 
 =item C<$SelfServiceRegex>
 

-----------------------------------------------------------------------


More information about the Rt-commit mailing list