takcy / openid4java

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

Enhancement: HttpCache should support setting a TTL for the cache #138

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This feature is needed because if a RP or OP update their XRDS document, and we 
have caching turned on, the cache doesn't timeout.

Original issue reported on code.google.com by chandrik...@gmail.com on 15 Dec 2010 at 8:23

GoogleCodeExporter commented 8 years ago
Updates have been made to HttpCache.java and HttpRequestOptions.java to support 
setting TTL (in seconds) for the cached response.

Original comment by chandrik...@gmail.com on 15 Dec 2010 at 8:39

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/openid4java/source/browse/trunk/src/org/openid4java/uti
l/HttpCache.java?r=650
http://code.google.com/p/openid4java/source/browse/trunk/src/org/openid4java/uti
l/HttpRequestOptions.java?r=650

Original comment by chandrik...@gmail.com on 15 Dec 2010 at 8:58

GoogleCodeExporter commented 8 years ago
Fixed in r650.

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