Package: openid4java / 0.9.6.662-2

Metadata

Package Version Patches format
openid4java 0.9.6.662-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
buildxml.patch | (download)

build.xml | 20 18 + 2 - 0 !
1 file changed, 18 insertions(+), 2 deletions(-)

 patches the build.xml in order to compile against the dpkg libs. 
ehcache.patch | (download)

src/org/openid4java/consumer/EhcacheNonceVerifier.java | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 changes the calls cache.gettimetoidleseconds() to
  Cache.getCacheConfiguration().getTimeToIdleSeconds() and
  Cache.getTimeToLiveSeconds() to
  Cache.getCacheConfiguration().getTimeToLiveSeconds()