[Rt-commit] r18219 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 21:41:16 EST 2009
Author: sunnavy
Date: Wed Feb 4 21:41:16 2009
New Revision: 18219
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/Dispatcher.pm
Log:
r19579 at sunnavys-mb: sunnavy | 2009-02-05 10:36:59 +0800
don't redirect to login when getting test_warning
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Dispatcher.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Dispatcher.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Dispatcher.pm Wed Feb 4 21:41:16 2009
@@ -114,6 +114,7 @@
|| Jifty->web->request->path =~ m{^/Elements/Header$}
|| Jifty->web->request->path =~ m{^/Elements/Footer$}
|| Jifty->web->request->path =~ m{^/Elements/Logo$}
+ || Jifty->web->request->path =~ m{^/__jifty/test_warnings$}
|| Jifty->web->request->path =~ m{^/__jifty/(css|js)} );
};
More information about the Rt-commit
mailing list