working on bug

pull/263/merge
Amanda Anganes 2013-01-29 09:43:54 -05:00
parent dd8b48e863
commit 3db74100a4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ public class ConnectAuthorizationRequestManager implements AuthorizationRequestM
Collection<Nonce> clientNonces = nonceService.getByClientId(client.getClientId());
for (Nonce nonce : clientNonces) {
if (nonce.getValue().equals(requestNonce)) {
throw new NonceReuseException(client.getClientId(), nonce);
//throw new NonceReuseException(client.getClientId(), nonce);
}
}