[Rt-commit] r10050 - in rt/branches/3.999-DANGEROUS: html/NoAuth lib/RT

jesse at bestpractical.com jesse at bestpractical.com
Mon Dec 24 00:27:11 EST 2007


Author: jesse
Date: Mon Dec 24 00:27:07 2007
New Revision: 10050

Removed:
   rt/branches/3.999-DANGEROUS/html/NoAuth/Logout.html
Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)
   rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm

Log:
 r74079 at pinglin:  jesse | 2007-12-23 13:41:06 -0500
  * Logout works


Modified: rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm
==============================================================================
--- rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm	(original)
+++ rt/branches/3.999-DANGEROUS/lib/RT/Dispatcher.pm	Mon Dec 24 00:27:07 2007
@@ -65,4 +65,9 @@
     RT::Interface::Web::Handler::CleanupRequest()
 };
 
+
+# Backward compatibility with old RT URLs
+
+before '/NoAuth/Logout.html' => run { redirect '/logout' };
+
 1;


More information about the Rt-commit mailing list