You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2005/08/17 01:04:15 UTC

svn commit: r233075 - /perl/modperl/trunk/t/response/TestAPI/access2.pm

Author: stas
Date: Tue Aug 16 16:03:56 2005
New Revision: 233075

URL: http://svn.apache.org/viewcvs?rev=233075&view=rev
Log:
adjust the test not to rely on @servername@ which for some reason mismatches on the 
some setups (making mod_auth fail). so instead use the 'allow from all' test, which 
should be still good enough for $r->satisfies test

Modified:
    perl/modperl/trunk/t/response/TestAPI/access2.pm

Modified: perl/modperl/trunk/t/response/TestAPI/access2.pm
URL: http://svn.apache.org/viewcvs/perl/modperl/trunk/t/response/TestAPI/access2.pm?rev=233075&r1=233074&r2=233075&view=diff
==============================================================================
--- perl/modperl/trunk/t/response/TestAPI/access2.pm (original)
+++ perl/modperl/trunk/t/response/TestAPI/access2.pm Tue Aug 16 16:03:56 2005
@@ -98,9 +98,7 @@
 
     <IfModule @ACCESS_MODULE@>
         # needed to test $r->satisfies
-        Order Deny,Allow
-        Deny from all
-        Allow from @servername@
+        Allow from All
     </IfModule>
     AuthType Basic
     AuthName "Access"