[Rt-commit] [svn] r797 - in rt: . branches/rt-3.3/html/REST/2.0/Error

autrijus at pallas.eruditorum.org autrijus at pallas.eruditorum.org
Sat May 1 12:11:01 EDT 2004


Author: autrijus
Date: Sat May  1 12:11:01 2004
New Revision: 797

Modified:
   rt/   (props changed)
   rt/branches/rt-3.3/html/REST/2.0/Error/index
Log:
 ----------------------------------------------------------------------
 r4353 at not:  autrijus | 2004-05-01T16:11:10.795277Z
 
 * finally Error works for all three supported carriers.
 ----------------------------------------------------------------------


Modified: rt/branches/rt-3.3/html/REST/2.0/Error/index
==============================================================================
--- rt/branches/rt-3.3/html/REST/2.0/Error/index	(original)
+++ rt/branches/rt-3.3/html/REST/2.0/Error/index	Sat May  1 12:11:01 2004
@@ -1,7 +1,7 @@
 <%INIT>
 $r->content_type('text/html');
 $r->status($Status);
-$m->abort($Status);
+$m->abort($Status) unless $ENV{FCGI_ROLE};
 </%INIT>
 <%ARGS>
 $Status => 500


More information about the Rt-commit mailing list