[MKDoc-commit] [1.6] ?logout=99999999999 was delivering the page content mistakenly

bruno at mkdoc.demon.co.uk bruno at mkdoc.demon.co.uk
Wed Sep 21 15:35:27 BST 2005


Log Message:
-----------
[1.6] ?logout=99999999999 was delivering the page content mistakenly

Tags:
----
mkdoc-1-6

Modified Files:
--------------
    mkd/flo:
        Plugin.pm

-------------- next part --------------
Index: Plugin.pm
===================================================================
RCS file: /var/spool/cvs/mkd/flo/Plugin.pm,v
retrieving revision 1.22.2.36
retrieving revision 1.22.2.37
diff -Lflo/Plugin.pm -Lflo/Plugin.pm -u -r1.22.2.36 -r1.22.2.37
--- flo/Plugin.pm
+++ flo/Plugin.pm
@@ -589,6 +589,7 @@
     $timestamp and time < $timestamp and do {
 	print "Status: 401 Authorization Required\n";
 	print "WWW-Authenticate: Basic realm=\"Please enter your user credentials\"\n";
+        return;
     };
    
     use bytes;


More information about the MKDoc-commit mailing list