[Catalyst-commits] r11636 -
	Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential
    zby at dev.catalyst.perl.org 
    zby at dev.catalyst.perl.org
       
    Mon Oct 19 17:14:41 GMT 2009
    
    
  
Author: zby
Date: 2009-10-19 17:14:41 +0000 (Mon, 19 Oct 2009)
New Revision: 11636
Modified:
   Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
Log:
No detatch after consumer error
Modified: Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm
===================================================================
--- Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm	2009-10-19 17:02:59 UTC (rev 11635)
+++ Catalyst-Authentication-Credential-OpenID/trunk/lib/Catalyst/Authentication/Credential/OpenID.pm	2009-10-19 17:14:41 UTC (rev 11636)
@@ -96,7 +96,7 @@
             else
             {
                 $c->log->error($csr->err . " -- $claimed_uri");
-                $c->detach();
+                return;
             }
         }
 
    
    
More information about the Catalyst-commits
mailing list