takcy / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

AuthSuccess#validate() called twice in ConsumerManager#verify() #176

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In ConsumerManager#verify

@1144, 1147

AuthSuccess authResp = AuthSuccess.createAuthSuccess(response);
_log.info("Received positive auth response.");

authResp.validate();

===
the authResp.validate() is not necessary as already done in 
AuthSuccess.createAuthSuccess(response);

Original issue reported on code.google.com by lig...@gmail.com on 20 Apr 2012 at 6:53

GoogleCodeExporter commented 8 years ago
Fixed in r685.

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 7:51