diff Lib/IMPL/Security/Auth/Simple.pm @ 239:23daf2fae33a

*security subsytem bugfixes *HttpResponse: cookies which values are set to undefined will be deleted from browser
author sergey
date Tue, 16 Oct 2012 20:14:11 +0400
parents 6d8092d8ce1b
children 0057f48f7945
line wrap: on
line diff
--- a/Lib/IMPL/Security/Auth/Simple.pm	Tue Oct 16 01:33:06 2012 +0400
+++ b/Lib/IMPL/Security/Auth/Simple.pm	Tue Oct 16 20:14:11 2012 +0400
@@ -62,7 +62,7 @@
             $this->_stage(STAGE_DONE);
         }
         return (AUTH_SUCCESS, undef);
-    } elsee {
+    } else {
         return (AUTH_FAIL, undef);
     }
 }