takcy / openid4java

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

JdbcNonceVerifier clean up and seen behavior issues #161

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call JdbcNonceVerifier seen method
2.
3.

What is the expected output? What do you see instead?
Table must be clean up instead all entries are still there. Moreover, testSeen 
method in AbstractNonceVerifierTest is invalid without fixing delete statement

What version of the product are you using? On what operating system?
0.9.6, windows and linux

Please provide any additional information below.
Please have a look on patch attached there is a JUnit test to test 
JdbcNonceVerifier and the fix on delete statement

Original issue reported on code.google.com by denis.ve...@gmail.com on 18 Aug 2011 at 7:06

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in r690, thank your for the patch!

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 9:17