Started by user Philipp Hau?leiter Building on master in workspace /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace Updating http://openid4java.googlecode.com/svn/tags/openid4java-0.9.5 at revision '2016-02-13T20:18:56.150 +0100' At revision 745 No changes for http://openid4java.googlecode.com/svn/tags/openid4java-0.9.5 since the previous build Parsing POMs Established TCP socket on 35931 [workspace] $ /home/javastream.de/jenkins/tools/hudson.model.JDK/JDK8/bin/java -cp /home/javastream.de/jenkins/plugins/maven-plugin/WEB-INF/lib/maven-agent-1.7.jar:/home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-2/boot/classworlds-1.1.jar hudson.maven.agent.Main /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-2 /home/javastream.de/jenkins/war/WEB-INF/lib/remoting-2.53.2.jar /home/javastream.de/jenkins/plugins/maven-plugin/WEB-INF/lib/maven-interceptor-1.7.jar 35931 /home/javastream.de/jenkins/plugins/maven-plugin/WEB-INF/lib/maven2.1-interceptor-1.2.jar <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building OpenID4Java no dependencies [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting directory /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target [INFO] [cobertura:clean {execution: default}] [INFO] [resources:resources {execution: default-resources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 99 resources Downloading: http://alchim.sf.net/download/snapshots/jetty/jetty/6.0.2/jetty-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository alchim.snapshots (http://alchim.sf.net/download/snapshots) Downloading: http://repo1.maven.org/maven2/jetty/jetty/6.0.2/jetty-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository central (http://repo1.maven.org/maven2) Downloading: http://alchim.sf.net/download/snapshots/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository alchim.snapshots (http://alchim.sf.net/download/snapshots) Downloading: http://repo1.maven.org/maven2/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository central (http://repo1.maven.org/maven2) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 92 source files to /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/classes [INFO] [resources:testResources {execution: default-testResources}] [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 11 resources [INFO] [antrun:run {execution: default}] [INFO] Executing tasks [echo] To skip me, just call mvn -Dmaven.test.skip=true [copy] Copying 26 files to /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data [INFO] Executed tasks [INFO] [compiler:testCompile {execution: default-testCompile}] [INFO] Compiling 31 source files to /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-classes [INFO] [surefire:test {execution: default-test}] [INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.openid4java.association.AssociationTest [DEBUG] 20:19:12,354 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f9fed [DEBUG] 20:19:12,359 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: test expires: Sat Feb 13 20:20:52 CET 2016 [DEBUG] 20:19:12,362 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:12,363 [Association.java : 267] : Calculated signature: gqmPH9AZ5uH51W583MnYDjBCEkc= [DEBUG] 20:19:12,364 [Association.java : 278] : Verifying signature: gqmPH9AZ5uH51W583MnYDjBCEkc= [DEBUG] 20:19:12,364 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:12,365 [Association.java : 267] : Calculated signature: gqmPH9AZ5uH51W583MnYDjBCEkc= [DEBUG] 20:19:12,365 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77c990 [DEBUG] 20:19:12,365 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: test expires: Sat Feb 13 20:20:52 CET 2016 [DEBUG] 20:19:12,366 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:12,366 [Association.java : 267] : Calculated signature: xFqKCH94Gn+SRjZ35oqjUSnTm/m9tPomxhzqUX06yN8= [DEBUG] 20:19:12,367 [Association.java : 278] : Verifying signature: xFqKCH94Gn+SRjZ35oqjUSnTm/m9tPomxhzqUX06yN8= [DEBUG] 20:19:12,367 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:12,368 [Association.java : 267] : Calculated signature: xFqKCH94Gn+SRjZ35oqjUSnTm/m9tPomxhzqUX06yN8= Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 sec Running org.openid4java.consumer.EhcacheNonceVerifierTest [WARN ] 20:19:12,381 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [DEBUG] 20:19:12,469 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z0 [DEBUG] 20:19:12,472 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z0 [DEBUG] 20:19:12,473 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z0 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,476 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z0 [DEBUG] 20:19:12,476 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z1 [DEBUG] 20:19:12,477 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z1 [DEBUG] 20:19:12,477 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z1 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,478 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z1 [DEBUG] 20:19:12,479 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z2 [DEBUG] 20:19:12,479 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z2 [DEBUG] 20:19:12,479 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z2 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,480 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z2 [DEBUG] 20:19:12,480 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z3 [DEBUG] 20:19:12,480 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z3 [DEBUG] 20:19:12,480 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z3 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,481 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z3 [DEBUG] 20:19:12,481 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z4 [DEBUG] 20:19:12,481 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z4 [DEBUG] 20:19:12,481 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z4 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,482 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z4 [DEBUG] 20:19:12,482 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z5 [DEBUG] 20:19:12,482 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z5 [DEBUG] 20:19:12,482 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z5 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,483 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z5 [DEBUG] 20:19:12,484 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z6 [DEBUG] 20:19:12,485 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z6 [DEBUG] 20:19:12,485 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z6 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,488 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z6 [DEBUG] 20:19:12,488 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:12Z7 [DEBUG] 20:19:12,489 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:12Z7 [DEBUG] 20:19:12,489 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:12Z7 into Data object: Sat Feb 13 20:19:12 CET 2016 [DEBUG] 20:19:12,490 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:12Z7 [DEBUG] 20:19:13,490 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:13Z0 [DEBUG] 20:19:13,491 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:13Z0 [DEBUG] 20:19:13,491 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:13Z0 into Data object: Sat Feb 13 20:19:13 CET 2016 [DEBUG] 20:19:13,492 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:13Z0 [WARN ] 20:19:13,492 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:13,501 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391153501. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:13,502 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:13Zabc [DEBUG] 20:19:13,503 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:13Zabc into Data object: Sat Feb 13 20:19:13 CET 2016 [DEBUG] 20:19:13,503 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:13Zabc [DEBUG] 20:19:13,503 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:13Zabc [DEBUG] 20:19:13,503 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:13Zabc into Data object: Sat Feb 13 20:19:13 CET 2016 [ERROR] 20:19:13,504 [EhcacheNonceVerifier.java : 52] : Possible replay attack! Already seen nonce: 2016-02-13T19:19:13Zabc [DEBUG] 20:19:13,504 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:13Zabc [DEBUG] 20:19:13,504 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:13Zabc into Data object: Sat Feb 13 20:19:13 CET 2016 [DEBUG] 20:19:13,510 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:13Zabc [WARN ] 20:19:13,513 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:13,519 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391153519. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:13,520 [AbstractNonceVerifier.java : 50] : Verifying nonce: xyz [ERROR] 20:19:13,521 [AbstractNonceVerifier.java : 68] : Error verifying the nonce: xyz java.text.ParseException: Unparseable date: "XYZ" at java.text.DateFormat.parse(DateFormat.java:366) at org.openid4java.util.InternetDateFormat.parse(InternetDateFormat.java:41) at org.openid4java.consumer.AbstractNonceVerifier.seen(AbstractNonceVerifier.java:56) at org.openid4java.consumer.AbstractNonceVerifierTest.testMalformed(AbstractNonceVerifierTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) [WARN ] 20:19:13,522 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:13,524 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391153524. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:13,525 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:18:12Zabc [DEBUG] 20:19:13,526 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:18:12Zabc into Data object: Sat Feb 13 20:18:12 CET 2016 [WARN ] 20:19:13,526 [AbstractNonceVerifier.java : 60] : Nonce is too old: 2016-02-13T19:18:12Zabc Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.155 sec Running org.openid4java.server.RealmVerifierTest [DEBUG] 20:19:13,532 [OpenID4JavaUtils.java : 71] : Resource /openid4java.properties not found. [DEBUG] 20:19:13,533 [YadisResolver.java : 69] : discovery.yadis.html.parser:org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser [DEBUG] 20:19:13,534 [YadisResolver.java : 79] : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl [DEBUG] 20:19:13,572 [RealmVerifier.java : 210] : Verifying realm: http://example.com/path#fragment on return URL: http://example.com/path [DEBUG] 20:19:13,573 [RealmVerifier.java : 245] : Realm verification failed: URL fragments are not allowed. [DEBUG] 20:19:13,573 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com/ [INFO ] 20:19:13,573 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com/ [DEBUG] 20:19:13,573 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com/ [INFO ] 20:19:13,574 [RealmVerifier.java : 278] : Return URL: https://example.com/ matches realm: https://example.com/ [DEBUG] 20:19:13,574 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: https://example.com/ [DEBUG] 20:19:13,574 [RealmVerifier.java : 252] : Realm verification failed: protocol mismatch. [DEBUG] 20:19:13,574 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: http://example.com/ [DEBUG] 20:19:13,574 [RealmVerifier.java : 252] : Realm verification failed: protocol mismatch. [DEBUG] 20:19:13,575 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com:80/ [INFO ] 20:19:13,575 [RealmVerifier.java : 278] : Return URL: http://example.com:80/ matches realm: http://example.com/ [DEBUG] 20:19:13,575 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com:81/ [DEBUG] 20:19:13,575 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:13,575 [RealmVerifier.java : 210] : Verifying realm: http://example.com:80/ on return URL: http://example.com/ [INFO ] 20:19:13,576 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com:80/ [DEBUG] 20:19:13,576 [RealmVerifier.java : 210] : Verifying realm: http://example.com:81/ on return URL: http://example.com/ [DEBUG] 20:19:13,576 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:13,576 [RealmVerifier.java : 210] : Verifying realm: http://example.com:80/ on return URL: http://example.com:80/ [INFO ] 20:19:13,576 [RealmVerifier.java : 278] : Return URL: http://example.com:80/ matches realm: http://example.com:80/ [DEBUG] 20:19:13,577 [RealmVerifier.java : 210] : Verifying realm: http://example.com:8080/ on return URL: http://example.com:8080/ [INFO ] 20:19:13,577 [RealmVerifier.java : 278] : Return URL: http://example.com:8080/ matches realm: http://example.com:8080/ [DEBUG] 20:19:13,577 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com:443/ [INFO ] 20:19:13,577 [RealmVerifier.java : 278] : Return URL: https://example.com:443/ matches realm: https://example.com/ [DEBUG] 20:19:13,578 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com:444/ [DEBUG] 20:19:13,578 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:13,578 [RealmVerifier.java : 210] : Verifying realm: https://example.com:443/ on return URL: https://example.com/ [INFO ] 20:19:13,578 [RealmVerifier.java : 278] : Return URL: https://example.com/ matches realm: https://example.com:443/ [DEBUG] 20:19:13,578 [RealmVerifier.java : 210] : Verifying realm: https://example.com:444/ on return URL: https://example.com/ [DEBUG] 20:19:13,579 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:13,579 [RealmVerifier.java : 210] : Verifying realm: https://example.com:443/ on return URL: https://example.com:443/ [INFO ] 20:19:13,579 [RealmVerifier.java : 278] : Return URL: https://example.com:443/ matches realm: https://example.com:443/ [DEBUG] 20:19:13,579 [RealmVerifier.java : 210] : Verifying realm: https://example.com:1443/ on return URL: https://example.com:1443/ [INFO ] 20:19:13,579 [RealmVerifier.java : 278] : Return URL: https://example.com:1443/ matches realm: https://example.com:1443/ [DEBUG] 20:19:13,580 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://www.example.com/ [INFO ] 20:19:13,580 [RealmVerifier.java : 278] : Return URL: http://www.example.com/ matches realm: http://*.example.com/ [DEBUG] 20:19:13,580 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://WWW.Example.Com/ [INFO ] 20:19:13,580 [RealmVerifier.java : 278] : Return URL: http://WWW.Example.Com/ matches realm: http://*.example.com/ [DEBUG] 20:19:13,580 [RealmVerifier.java : 210] : Verifying realm: http://*.Example.Com/ on return URL: http://www.example.com/ [INFO ] 20:19:13,581 [RealmVerifier.java : 278] : Return URL: http://www.example.com/ matches realm: http://*.Example.Com/ [DEBUG] 20:19:13,581 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://example.com/ [INFO ] 20:19:13,581 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://*.example.com/ [DEBUG] 20:19:13,581 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://example.ca/ [DEBUG] 20:19:13,581 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:13,582 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://xexample.com/ [DEBUG] 20:19:13,582 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:13,582 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://xample.com/ [DEBUG] 20:19:13,582 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:13,582 [RealmVerifier.java : 210] : Verifying realm: http://*.com/ on return URL: http://www.example.com/ [WARN ] 20:19:13,583 [RealmVerifier.java : 228] : Blacklisted realm domain: *.com [DEBUG] 20:19:13,583 [RealmVerifier.java : 210] : Verifying realm: http://*.info/ on return URL: http://www.example.info/ [WARN ] 20:19:13,583 [RealmVerifier.java : 228] : Blacklisted realm domain: *.info [DEBUG] 20:19:13,583 [RealmVerifier.java : 210] : Verifying realm: http://*.ca/ on return URL: http://www.example.ca/ [WARN ] 20:19:13,583 [RealmVerifier.java : 228] : Blacklisted realm domain: *.ca [DEBUG] 20:19:13,583 [RealmVerifier.java : 210] : Verifying realm: http://*.bc.ca/ on return URL: http://www.example.bc.ca/ [WARN ] 20:19:13,584 [RealmVerifier.java : 228] : Blacklisted realm domain: *.bc.ca [DEBUG] 20:19:13,584 [RealmVerifier.java : 210] : Verifying realm: http://*.sfu.ca/ on return URL: http://www.example.sfu.ca/ [INFO ] 20:19:13,584 [RealmVerifier.java : 278] : Return URL: http://www.example.sfu.ca/ matches realm: http://*.sfu.ca/ [DEBUG] 20:19:13,584 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com/ [INFO ] 20:19:13,585 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com/ [DEBUG] 20:19:13,585 [RealmVerifier.java : 210] : Verifying realm: http://example.com on return URL: http://example.com [INFO ] 20:19:13,585 [RealmVerifier.java : 278] : Return URL: http://example.com matches realm: http://example.com [DEBUG] 20:19:13,585 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com [INFO ] 20:19:13,585 [RealmVerifier.java : 278] : Return URL: http://example.com matches realm: http://example.com/ [DEBUG] 20:19:13,585 [RealmVerifier.java : 210] : Verifying realm: http://example.com on return URL: http://example.com/ [INFO ] 20:19:13,586 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com [DEBUG] 20:19:13,586 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder/ [INFO ] 20:19:13,586 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder/ [DEBUG] 20:19:13,586 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder [INFO ] 20:19:13,586 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder [DEBUG] 20:19:13,587 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder [INFO ] 20:19:13,587 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder/ [DEBUG] 20:19:13,587 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder/ [INFO ] 20:19:13,587 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder [DEBUG] 20:19:13,587 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder/ [INFO ] 20:19:13,588 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/ [DEBUG] 20:19:13,588 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder/ [INFO ] 20:19:13,588 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub [DEBUG] 20:19:13,588 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder [INFO ] 20:19:13,588 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/ [DEBUG] 20:19:13,589 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder [INFO ] 20:19:13,589 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub [DEBUG] 20:19:13,589 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold [DEBUG] 20:19:13,589 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,589 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold/ [DEBUG] 20:19:13,590 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,590 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold [DEBUG] 20:19:13,590 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,590 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold/ [DEBUG] 20:19:13,590 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,590 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/Sub/Folder/ [DEBUG] 20:19:13,591 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,591 [RealmVerifier.java : 210] : Verifying realm: http://example.com/Sub/Folder/ on return URL: http://example.com/sub/folder/ [DEBUG] 20:19:13,591 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:13,591 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/* on return URL: http://example.com/sub/folder [DEBUG] 20:19:13,591 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running org.openid4java.consumer.InMemoryConsumerAssociationStoreTest [DEBUG] 20:19:13,608 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8e26 [DEBUG] 20:19:13,608 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,609 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.com [DEBUG] 20:19:13,610 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77cb62 [DEBUG] 20:19:13,610 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,610 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.com [DEBUG] 20:19:13,610 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07cac [DEBUG] 20:19:13,610 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,611 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.com [DEBUG] 20:19:13,611 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b077f9 [DEBUG] 20:19:13,611 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,611 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.net [DEBUG] 20:19:13,611 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5882269 [DEBUG] 20:19:13,612 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,612 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.net [DEBUG] 20:19:13,612 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f804b [DEBUG] 20:19:13,612 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:19:14 CET 2016 [DEBUG] 20:19:13,613 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.net [DEBUG] 20:19:15,613 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8257 [DEBUG] 20:19:15,613 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: d expires: Sat Feb 13 20:19:16 CET 2016 [INFO ] 20:19:15,614 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: a with OP: http://example.com [INFO ] 20:19:15,614 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: b with OP: http://example.com [INFO ] 20:19:15,614 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: c with OP: http://example.com [INFO ] 20:19:15,614 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: a with OP: http://example.net [INFO ] 20:19:15,614 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: b with OP: http://example.net [INFO ] 20:19:15,615 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: c with OP: http://example.net [DEBUG] 20:19:15,615 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: d with OP: http://example.org [DEBUG] 20:19:15,615 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8746 [DEBUG] 20:19:15,615 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:20:15 CET 2016 [DEBUG] 20:19:15,616 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.com [DEBUG] 20:19:15,616 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5882b34 [DEBUG] 20:19:15,616 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:20:15 CET 2016 [DEBUG] 20:19:15,616 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.com [DEBUG] 20:19:15,617 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8a14 [DEBUG] 20:19:15,617 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:20:15 CET 2016 [DEBUG] 20:19:15,617 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.com [INFO ] 20:19:15,624 [InMemoryConsumerAssociationStore.java : 99] : Removing association: b widh OP: http://example.com Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 sec Running org.openid4java.discovery.DiscoveryTest [DEBUG] 20:19:15,634 [HtmlResolver.java : 37] : discovery.html.parser:org.openid4java.discovery.html.CyberNekoDOMHtmlParser [DEBUG] 20:19:15,636 [Discovery.java : 40] : discovery.xri.resolver:org.openid4java.discovery.xri.XriDotNetProxyResolver [DEBUG] 20:19:15,655 [XriDotNetProxyResolver.java : 37] : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl [DEBUG] 20:19:15,656 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com [DEBUG] 20:19:15,658 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:15,658 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com/a/b?q=1#end [DEBUG] 20:19:15,658 [UrlIdentifier.java : 125] : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end [DEBUG] 20:19:15,659 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com [DEBUG] 20:19:15,659 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:15,659 [Discovery.java : 89] : Creating URL identifier for: http://example.com [DEBUG] 20:19:15,660 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:15,660 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM [DEBUG] 20:19:15,661 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM to: http://example.com/ [DEBUG] 20:19:15,661 [Discovery.java : 89] : Creating URL identifier for: http://example.com/a/b?q=1#end [DEBUG] 20:19:15,661 [UrlIdentifier.java : 125] : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end [DEBUG] 20:19:15,661 [Discovery.java : 89] : Creating URL identifier for: https://example.com [DEBUG] 20:19:15,662 [UrlIdentifier.java : 125] : Normalized: https://example.com to: https://example.com/ [DEBUG] 20:19:15,662 [Discovery.java : 89] : Creating URL identifier for: HTTPS://EXAMPLE.COM [DEBUG] 20:19:15,662 [UrlIdentifier.java : 125] : Normalized: HTTPS://EXAMPLE.COM to: https://example.com/ [DEBUG] 20:19:15,663 [Discovery.java : 89] : Creating URL identifier for: https://example.com/a/b?q=1#end [DEBUG] 20:19:15,663 [UrlIdentifier.java : 125] : Normalized: https://example.com/a/b?q=1#end to: https://example.com/a/b?q=1#end [DEBUG] 20:19:15,663 [Discovery.java : 89] : Creating URL identifier for: HttpS://Example.Com [DEBUG] 20:19:15,664 [UrlIdentifier.java : 125] : Normalized: HttpS://Example.Com to: https://example.com/ [DEBUG] 20:19:15,664 [Discovery.java : 82] : Dropping xri:// prefix from identifier: xri://=example [DEBUG] 20:19:15,664 [Discovery.java : 94] : Creating XRI identifier for: =example [WARN ] 20:19:15,664 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:15,665 [Discovery.java : 82] : Dropping xri:// prefix from identifier: xri://example [DEBUG] 20:19:15,665 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example [DEBUG] 20:19:15,666 [UrlIdentifier.java : 125] : Normalized: http://example to: http://example/ [DEBUG] 20:19:15,666 [Discovery.java : 94] : Creating XRI identifier for: =example [WARN ] 20:19:15,666 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:15,667 [Discovery.java : 94] : Creating XRI identifier for: @example [WARN ] 20:19:15,667 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:15,667 [Discovery.java : 94] : Creating XRI identifier for: $example [WARN ] 20:19:15,667 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:15,668 [Discovery.java : 94] : Creating XRI identifier for: +example [WARN ] 20:19:15,668 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:15,668 [Discovery.java : 94] : Creating XRI identifier for: !!1234 [WARN ] 20:19:15,669 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec Running org.openid4java.consumer.InMemoryNonceVerifierTest [DEBUG] 20:19:15,673 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z0 [DEBUG] 20:19:15,673 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z0 [DEBUG] 20:19:15,673 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,674 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z0 [DEBUG] 20:19:15,674 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z1 [DEBUG] 20:19:15,674 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z1 [DEBUG] 20:19:15,676 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,676 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,677 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z1 [DEBUG] 20:19:15,679 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z2 [DEBUG] 20:19:15,685 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z2 [DEBUG] 20:19:15,687 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,688 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,688 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,694 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z2 [DEBUG] 20:19:15,694 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z3 [DEBUG] 20:19:15,695 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z3 [DEBUG] 20:19:15,695 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,695 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,696 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,696 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,696 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z3 [DEBUG] 20:19:15,697 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z4 [DEBUG] 20:19:15,697 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z4 [DEBUG] 20:19:15,697 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z4 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,698 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,698 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,698 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,699 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,699 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z4 [DEBUG] 20:19:15,699 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z5 [DEBUG] 20:19:15,699 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z5 [DEBUG] 20:19:15,700 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z5 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,700 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,700 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,704 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,705 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,705 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z4 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,705 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z5 [DEBUG] 20:19:15,705 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z6 [DEBUG] 20:19:15,713 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z6 [DEBUG] 20:19:15,714 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z6 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,714 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,715 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,715 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,715 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,716 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z5 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,716 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z4 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,716 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z6 [DEBUG] 20:19:15,716 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:15Z7 [DEBUG] 20:19:15,716 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:15Z7 [DEBUG] 20:19:15,717 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z7 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,717 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,718 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,718 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,718 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,718 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z6 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,719 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z5 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,719 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z4 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:15,719 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:15Z7 [DEBUG] 20:19:16,719 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:16Z0 [DEBUG] 20:19:16,720 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:16Z0 [DEBUG] 20:19:16,720 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Z0 into Data object: Sat Feb 13 20:19:16 CET 2016 [DEBUG] 20:19:16,721 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z3 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,721 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z2 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,721 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z1 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,722 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z0 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,722 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z3 from OP: http://example.com [DEBUG] 20:19:16,722 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z2 from OP: http://example.com [DEBUG] 20:19:16,722 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z1 from OP: http://example.com [DEBUG] 20:19:16,722 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z0 from OP: http://example.com [DEBUG] 20:19:16,723 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z7 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,723 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z6 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,723 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z5 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,724 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:15Z4 into Data object: Sat Feb 13 20:19:15 CET 2016 [DEBUG] 20:19:16,724 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z7 from OP: http://example.net [DEBUG] 20:19:16,724 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z6 from OP: http://example.net [DEBUG] 20:19:16,724 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z5 from OP: http://example.net [DEBUG] 20:19:16,724 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:15Z4 from OP: http://example.net [DEBUG] 20:19:16,725 [InMemoryNonceVerifier.java : 105] : Removed all nonces from OP: http://example.com [DEBUG] 20:19:16,725 [InMemoryNonceVerifier.java : 105] : Removed all nonces from OP: http://example.net [DEBUG] 20:19:16,726 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:16Z0 [DEBUG] 20:19:16,726 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,727 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Zabc into Data object: Sat Feb 13 20:19:16 CET 2016 [DEBUG] 20:19:16,727 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,727 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,727 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Zabc into Data object: Sat Feb 13 20:19:16 CET 2016 [DEBUG] 20:19:16,728 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Zabc into Data object: Sat Feb 13 20:19:16 CET 2016 [ERROR] 20:19:16,728 [InMemoryNonceVerifier.java : 43] : Possible replay attack! Already seen nonce: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,728 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,729 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Zabc into Data object: Sat Feb 13 20:19:16 CET 2016 [DEBUG] 20:19:16,729 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:16Zabc into Data object: Sat Feb 13 20:19:16 CET 2016 [DEBUG] 20:19:16,729 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:16Zabc [DEBUG] 20:19:16,730 [AbstractNonceVerifier.java : 50] : Verifying nonce: xyz [ERROR] 20:19:16,730 [AbstractNonceVerifier.java : 68] : Error verifying the nonce: xyz java.text.ParseException: Unparseable date: "XYZ" at java.text.DateFormat.parse(DateFormat.java:366) at org.openid4java.util.InternetDateFormat.parse(InternetDateFormat.java:41) at org.openid4java.consumer.AbstractNonceVerifier.seen(AbstractNonceVerifier.java:56) at org.openid4java.consumer.AbstractNonceVerifierTest.testMalformed(AbstractNonceVerifierTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) [DEBUG] 20:19:16,731 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:18:15Zabc [DEBUG] 20:19:16,731 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:18:15Zabc into Data object: Sat Feb 13 20:18:15 CET 2016 [WARN ] 20:19:16,731 [AbstractNonceVerifier.java : 60] : Nonce is too old: 2016-02-13T19:18:15Zabc Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.062 sec Running org.openid4java.discovery.xrds.XrdsParserTest [DEBUG] 20:19:16,734 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:16,735 [XrdsParserImpl.java : 161] : Parsing XRDS input: <XRDS xmlns="xri://$xrds" ref="xri://(tel:+1-201-555-0123)*foo"> <XRD xmlns="xri://$xrd*($v*2.0)" version="2.0"> <Query>*foo</Query> <Status code="100"/> <ServerStatus code="100"/> <Expires>2005-05-30T09:30:10Z</Expires> <ProviderID>xri://(tel:+1-201-555-0123)</ProviderID> <LocalID>*baz</LocalID> <EquivID>https://example.com/example/resource/</EquivID> <CanonicalID>xri://(tel:+1-201-555-0123)!1234</CanonicalID> <CanonicalEquivID> xri://=!4a76!c2f7!9033.78bd </CanonicalEquivID> <Service> <ProviderID> xri://(tel:+1-201-555-0123)!1234 </ProviderID> <Type>xri://$res*auth*($v*2.0)</Type> <MediaType>application/xrds+xml</MediaType> <URI priority="10">http://resolve.example.com</URI> <URI priority="15">http://resolve2.example.com</URI> <URI>https://resolve.example.com</URI> </Service> <Service> <ProviderID> xri://(tel:+1-201-555-0123)!1234 </ProviderID> <Type>xri://$res*auth*($v*2.0)</Type> <MediaType>application/xrds+xml;https=true</MediaType> <URI>https://resolve.example.com</URI> </Service> <Service> <Type match="null" /> <Path select="true">/media/pictures</Path> <MediaType select="true">image/jpeg</MediaType> <URI append="path" >http://pictures.example.com</URI> </Service> <Service> <Type match="null" /> <Path select="true">/media/videos</Path> <MediaType select="true">video/mpeg</MediaType> <URI append="path" >http://videos.example.com</URI> </Service> <Service> <ProviderID> xri://!!1000!1234.5678</ProviderID> <Type match="null" /> <Path match="default" /> <URI>http://example.com/local</URI> </Service> <Service> <Type>http://example.com/some/service/v3.1</Type> <URI>http://example.com/some/service/endpoint</URI> <LocalID>https://example.com/example/resource/</LocalID> </Service> </XRD> </XRDS> [DEBUG] 20:19:16,857 [XrdsParserImpl.java : 90] : Found 3 services for the requested types. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec Running org.openid4java.server.InMemoryServerAssociationStoreTest [DEBUG] 20:19:16,864 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07b77 [DEBUG] 20:19:16,865 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391156864-0 expires: Sat Feb 13 20:19:17 CET 2016 [DEBUG] 20:19:16,866 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391156864-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:16,866 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f89c6 [DEBUG] 20:19:16,866 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391156864-1 expires: Sat Feb 13 20:19:17 CET 2016 [DEBUG] 20:19:16,866 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391156864-1 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:16,866 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07879 [DEBUG] 20:19:16,867 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391156864-2 expires: Sat Feb 13 20:19:17 CET 2016 [DEBUG] 20:19:16,867 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391156864-2 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:16,867 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f955c [DEBUG] 20:19:16,867 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391156864-3 expires: Sat Feb 13 20:19:17 CET 2016 [DEBUG] 20:19:16,867 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391156864-3 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:18,867 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391156864-0 [DEBUG] 20:19:18,868 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391156864-3 [DEBUG] 20:19:18,868 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391156864-1 [DEBUG] 20:19:18,868 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391156864-2 [DEBUG] 20:19:18,868 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8ad8 [DEBUG] 20:19:18,868 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391156864-4 expires: Sat Feb 13 20:19:19 CET 2016 [DEBUG] 20:19:18,869 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391156864-4 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:18,869 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b062c9 [DEBUG] 20:19:18,870 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391158869-0 expires: Sat Feb 13 20:20:18 CET 2016 [DEBUG] 20:19:18,872 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391158869-0 type: HMAC-SHA1 expires in: 60 seconds. [DEBUG] 20:19:18,873 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5882a36 [DEBUG] 20:19:18,873 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: 1455391158869-1 expires: Sat Feb 13 20:20:18 CET 2016 [DEBUG] 20:19:18,873 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391158869-1 type: HMAC-SHA256 expires in: 60 seconds. [DEBUG] 20:19:18,874 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b06d09 [DEBUG] 20:19:18,874 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391158873-0 expires: Sat Feb 13 20:20:18 CET 2016 [DEBUG] 20:19:18,874 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391158873-0 type: HMAC-SHA1 expires in: 60 seconds. [DEBUG] 20:19:18,875 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f84a6 [DEBUG] 20:19:18,875 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391158875-0 expires: Sat Feb 13 20:19:19 CET 2016 [DEBUG] 20:19:18,875 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391158875-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:20,875 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391158875-0 [DEBUG] 20:19:20,876 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f86b2 [DEBUG] 20:19:20,876 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391160876-0 expires: Sat Feb 13 20:19:21 CET 2016 [DEBUG] 20:19:20,876 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391160876-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:20,876 [InMemoryServerAssociationStore.java : 61] : Removing association, handle: 1455391160876-0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.014 sec Running org.openid4java.util.InternetDateFormatTest [DEBUG] 20:19:20,878 [InternetDateFormat.java : 43] : Parsed 1970-01-01T00:00:00Z into Data object: Thu Jan 01 01:00:00 CET 1970 [DEBUG] 20:19:20,880 [InternetDateFormat.java : 43] : Parsed 1970-01-01t00:00:00z into Data object: Thu Jan 01 01:00:00 CET 1970 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.openid4java.server.IncrementalNonceGeneratorTest [DEBUG] 20:19:20,885 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z0 [DEBUG] 20:19:20,886 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z1 [DEBUG] 20:19:20,892 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z2 [DEBUG] 20:19:20,893 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z0 [DEBUG] 20:19:20,893 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z1 [DEBUG] 20:19:20,893 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z2 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z3 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z4 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z5 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z6 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z7 [DEBUG] 20:19:20,894 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z8 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z9 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z10 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z11 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z12 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z13 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z14 [DEBUG] 20:19:20,895 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z15 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z16 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z17 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z18 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z19 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z20 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z21 [DEBUG] 20:19:20,896 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z22 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z23 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z24 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z25 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z26 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z27 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z28 [DEBUG] 20:19:20,897 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z29 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z30 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z31 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z32 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z33 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z34 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z35 [DEBUG] 20:19:20,898 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z36 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z37 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z38 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z39 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z40 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z41 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z42 [DEBUG] 20:19:20,899 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z43 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z44 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z45 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z46 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z47 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z48 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z49 [DEBUG] 20:19:20,900 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z50 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z51 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z52 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z53 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z54 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z55 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z56 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z57 [DEBUG] 20:19:20,901 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z58 [DEBUG] 20:19:20,902 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z59 [DEBUG] 20:19:20,902 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z60 [DEBUG] 20:19:20,902 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z61 [DEBUG] 20:19:20,902 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z62 [DEBUG] 20:19:20,902 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z63 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z64 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z65 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z66 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z67 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z68 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z69 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z70 [DEBUG] 20:19:20,903 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z71 [DEBUG] 20:19:20,904 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z72 [DEBUG] 20:19:20,904 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z73 [DEBUG] 20:19:20,904 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z74 [DEBUG] 20:19:20,904 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z75 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z76 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z77 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z78 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z79 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z80 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z81 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z82 [DEBUG] 20:19:20,905 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z83 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z84 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z85 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z86 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z87 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z88 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z89 [DEBUG] 20:19:20,906 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z90 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z91 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z92 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z93 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z94 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z95 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z96 [DEBUG] 20:19:20,907 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z97 [DEBUG] 20:19:20,908 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z98 [DEBUG] 20:19:20,908 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z99 [DEBUG] 20:19:20,908 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:20Z0 [DEBUG] 20:19:20,908 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:20Z0 into Data object: Sat Feb 13 20:19:20 CET 2016 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running org.openid4java.infocard.OpenIDTokenTest [DEBUG] 20:19:20,910 [OpenIDToken.java : 74] : Processing xmlToken: <openid:OpenIDToken xmlns:openid="http://specs.openid.net/auth/2.0">openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com</openid:OpenIDToken> [DEBUG] 20:19:20,912 [ParameterList.java : 188] : Creating parameter list from key-value form: openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com [DEBUG] 20:19:20,913 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,915 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,915 [Message.java : 119] : Created message from parameter list: openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com [DEBUG] 20:19:20,916 [OpenIDToken.java : 57] : Created http://specs.openid.net/auth/2.0 token Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.openid4java.message.ParameterListTest [DEBUG] 20:19:20,917 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,917 [ParameterList.java : 38] : Cloning parameter list: key1:value2 key2:value1 [DEBUG] 20:19:20,918 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,918 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,918 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,918 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,918 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,919 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,919 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,919 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,920 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,920 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,920 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=value2&key2=value1 [DEBUG] 20:19:20,920 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,921 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=&key2=value1 [DEBUG] 20:19:20,921 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,921 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=&key2= [DEBUG] 20:19:20,921 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,921 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,921 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1:value2 key2:value1 [DEBUG] 20:19:20,922 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,922 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1: key2:value1 [DEBUG] 20:19:20,922 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,922 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1: key2: [DEBUG] 20:19:20,922 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,922 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key2:value:2 [DEBUG] 20:19:20,922 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key2:value2 [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,923 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,924 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,924 [ParameterList.java : 33] : Created empty parameter list. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running org.openid4java.discovery.NormalizationTest [DEBUG] 20:19:20,925 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/ [DEBUG] 20:19:20,925 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/ to: http://example.com/ [DEBUG] 20:19:20,925 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/A/B?Q=Z#END [DEBUG] 20:19:20,925 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/A/B?Q=Z#END to: http://example.com/A/B?Q=Z#END [DEBUG] 20:19:20,926 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/%3d [DEBUG] 20:19:20,926 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/%3d to: http://example.com/%3D [DEBUG] 20:19:20,926 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/a?%3d [DEBUG] 20:19:20,926 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/a?%3d to: http://example.com/a?%3D [DEBUG] 20:19:20,926 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/a?q#%3d [DEBUG] 20:19:20,927 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/a?q#%3d to: http://example.com/a?q#%3D [DEBUG] 20:19:20,927 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/%63 [DEBUG] 20:19:20,927 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/%63 to: http://example.com/c [DEBUG] 20:19:20,927 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM:80/A/B?Q=Z# [DEBUG] 20:19:20,927 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM:80/A/B?Q=Z# to: http://example.com/A/B?Q=Z# [DEBUG] 20:19:20,927 [Discovery.java : 89] : Creating URL identifier for: https://example.com:443 [DEBUG] 20:19:20,928 [UrlIdentifier.java : 125] : Normalized: https://example.com:443 to: https://example.com/ [DEBUG] 20:19:20,928 [Discovery.java : 89] : Creating URL identifier for: http://example.com//a/./b/../b/c/ [DEBUG] 20:19:20,928 [UrlIdentifier.java : 125] : Normalized: http://example.com//a/./b/../b/c/ to: http://example.com/a/b/c/ [DEBUG] 20:19:20,928 [Discovery.java : 89] : Creating URL identifier for: http://example.com [DEBUG] 20:19:20,928 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:20,928 [Discovery.java : 89] : Creating URL identifier for: http://example.com?bla [DEBUG] 20:19:20,929 [UrlIdentifier.java : 125] : Normalized: http://example.com?bla to: http://example.com/?bla [DEBUG] 20:19:20,929 [Discovery.java : 89] : Creating URL identifier for: http://example.com#bla [DEBUG] 20:19:20,929 [UrlIdentifier.java : 125] : Normalized: http://example.com#bla to: http://example.com/#bla [DEBUG] 20:19:20,929 [Discovery.java : 89] : Creating URL identifier for: http://example.com/#123 [DEBUG] 20:19:20,929 [UrlIdentifier.java : 125] : Normalized: http://example.com/#123 to: http://example.com/#123 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running org.openid4java.message.ParameterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running org.openid4java.message.MessageTest [DEBUG] 20:19:20,932 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,932 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,932 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,932 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,933 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,933 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,933 [ParameterList.java : 84] : Creating parameter list: some:key:value [DEBUG] 20:19:20,933 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,933 [ParameterList.java : 84] : Creating parameter list: some key :value [DEBUG] 20:19:20,933 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,934 [ParameterList.java : 84] : Creating parameter list: key:val ue [DEBUG] 20:19:20,934 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:20,934 [ParameterList.java : 84] : Creating parameter list: some: key:value [DEBUG] 20:19:20,934 [ParameterList.java : 33] : Created empty parameter list. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParserTest [DEBUG] 20:19:21,045 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="text/html; charset=utf-8" http-equiv="Content-Type"> <LINK href="http://edevil.livejournal.com/data/rss" rel="alternate" title="RSS" type="application/rss+xml"> <LINK href="http://edevil.livejournal.com/data/atom" rel="alternate" title="Atom" type="application/atom+xml"> <LINK href="http://www.livejournal.com/interface/atomapi/edevil/feed" rel="service.feed" title="AtomAPI-enabled feed" type="application/atom+xml"> <LINK href="http://www.livejournal.com/interface/atomapi/edevil/post" rel="service.post" title="Create a new post" type="application/atom+xml"> <LINK href="http://www.livejournal.com/openid/server.bml" rel="openid.server"> <META content="http://edevil.livejournal.com/data/yadis" http-equiv="X-XRDS-Location"> <LINK href="http://p-stat.livejournal.com/ad_base.css" rel="stylesheet" type="text/css"> <SCRIPT src="http://p-stat.livejournal.com/js/core.js" type="text/javascript"></SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/dom.js" type="text/javascript"></SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/httpreq.js" type="text/javascript"></SCRIPT> <SCRIPT type="text/javascript"> function controlstrip_init() { if (! $('lj_controlstrip') ){ HTTPReq.getJSON({ url: "/edevil/__rpc_controlstrip?user=edevil", onData: function (data) { var body = document.getElementsByTagName("body")[0]; var div = document.createElement("div"); div.innerHTML = data; body.appendChild(div); }, onError: function (msg) { } }); } } DOM.addEventListener(window, "load", controlstrip_init); </SCRIPT> <LINK href="http://edevil.livejournal.com/data/foaf" rel="meta" title="FOAF" type="application/rdf+xml"> <LINK href="http://edevil.livejournal.com/friends" rel="group friends made" title="LiveJournal friends"> <SCRIPT language="JavaScript" type="text/javascript"> var Site; if (!Site) Site = {}; var site_p = {"media_embed_enabled": 1, "inbox_update_poll": 0, "has_remote": 0, "statprefix": "http://p-stat.livejournal.com", "ctx_popup": 1, "imgprefix": "http://p-stat.livejournal.com/img", "esn_async": 1, "currentJournal": "edevil", "siteroot": "http://www.livejournal.com", "currentJournalBase": "http://edevil.livejournal.com"}; var site_k = ["media_embed_enabled", "inbox_update_poll", "has_remote", "statprefix", "ctx_popup", "imgprefix", "esn_async", "currentJournal", "siteroot", "currentJournalBase"]; for (var i = 0; i < site_k.length; i++) { Site[site_k[i]] = site_p[site_k[i]]; } </SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/??core.js,dom.js,httpreq.js,livejournal.js,common/AdEngine.js,esn.js,ippu.js,lj_ippu.js,hourglass.js,contextualhover.js,md5.js,login.js,snapshots.js,livejournal-local.js?v=1229634593" type="text/javascript"></SCRIPT> <LINK href="http://p-stat.livejournal.com/??lj_base.css,esn.css,contextualhover.css,controlstrip.css,controlstrip-dark.css,controlstrip-dark-local.css,controlstrip-local.css?v=1234469864" rel="stylesheet" type="text/css"> <STYLE type="text/css"> /* Cleaned CSS: */ body, td { font-family: "Verdana", sans-serif; font-size: 10pt; } a { text-decoration: none; } a:hover { text-decoration: underline; } .shadowed { font-size: 8pt; background: #aaaaaa; } .meta { font-size: 8pt; } .index { font-size: 8pt; } .caption, .index { color: #ffffff; } .caption A, .caption A:hover, .caption A:visited { color: #ffffff; text-decoration: none; } .comments { font-size: 8pt; } .quickreply { margin-top: 1em; width:100%; } .box, .entrybox { border: hidden #000000; } </STYLE> <TITLE>Andr?? Cruz</TITLE> </HEAD> <BODY alink="#00ffff" bgcolor="#2d4f89" link="#0000ff" text="#000000" vlink="#0000ff"> <TABLE cellpadding="0" cellspacing="0" id="lj_controlstrip"> <TR valign="top"> <TD id="lj_controlstrip_loggedout_userpic"><A href="http://www.livejournal.com/"><IMG alt="Home" border="0" src="http://p-stat.livejournal.com/img/controlstrip/ljlogo-transparent-loggedout.gif" title="Home"></A></TD><TD id="lj_controlstrip_actionlinks" nowrap><SPAN id="lj_controlstrip_statustext">You are viewing <SPAN class="ljuser" lj:user="edevil" style="white-space: nowrap;"><A href="http://edevil.livejournal.com/profile"><IMG alt="[info]" height="17" src="http://p-stat.livejournal.com/img/userinfo.gif" style="vertical-align: bottom; border: 0; padding-right: 1px;" width="17"></A><A href="http://edevil.livejournal.com/"><B>edevil</B></A></SPAN>'s journal</SPAN> <BR> <A href="http://www.livejournal.com/?returnto=http://edevil.livejournal.com/">Log in</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/create.bml">Create a LiveJournal Account</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/tour/">Learn more</A></TD><TD id="lj_controlstrip_search" nowrap><A href="http://www.livejournal.com/explore/" id="main_link">Explore LJ:</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/life/">Life</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/entertainment/">Entertainment</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/music/">Music</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/culture/">Culture</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/news-and-politics/">News &amp; Politics</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/technology/">Technology</A>&nbsp;&nbsp; <BR> <FORM action="http://www.livejournal.com/multisearch.bml" method="GET"> <INPUT id="lj_controlstrip_search_input_text" name="q" onblur="if (this.value == '') { this.value = 'Search...'; this.style.color = '#999'; }" onfocus="if (this.value == 'Search...') { this.value = ''; this.style.color = ''; }" size="30" style="color: #999;" type="text" value="Search..."> <SELECT name="type" style="width:auto;"> <OPTION value="int">Interest</OPTION> <OPTION value="region">Region</OPTION> <OPTION value="nav_and_user">Site &amp; User</OPTION> <OPTION value="faq">FAQ</OPTION> <OPTION value="email">Email</OPTION> <OPTION value="im">IM Info</OPTION> </SELECT> <INPUT id="lj_controlstrip_search_submit" style="width:auto;" type="submit" value="Go"> </FORM> </TD> </TR> </TABLE> <TABLE height="100%" width="100%"> <TR> <TD valign="top"> <DIV align="center"> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" id="topbox" summary="" width="600"> <TR> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR class="caption"> <TD align="left" class="caption"><B>Andr?? Cruz</B></TD> <TD align="right" class="index">[<B>entries</B>|<A class="index" href="http://edevil.livejournal.com/calendar">archive</A>|<A class="index" href="http://edevil.livejournal.com/friends">friends</A>|<A class="index" href="http://edevil.livejournal.com/profile">userinfo</A>]</TD> </TR> </TABLE> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR> <TD align="center" class="shadowed"> <TABLE border="0" cellpadding="0" cellspacing="5" style="margin-left: auto; margin-right: auto;" summary=""> <TR> <TD> <TABLE bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="0" summary=""> <TR> <TD align="center" bgcolor="#000000"><IMG alt="" border="0" height="100" src="http://p-userpic.livejournal.com/38322699/8821856" width="100"></TD> </TR> </TABLE> </TD> <TD> <DIV align="center"> <B>Andr?? Cruz</B> </DIV> <P> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>website</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://andre.cabine.org">My Home</A></TD> <TD class="meta">]</TD> </TR> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>userinfo</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://edevil.livejournal.com/profile">livejournal userinfo</A></TD> <TD class="meta">]</TD> </TR> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>archive</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://edevil.livejournal.com/calendar">journal archive</A></TD> <TD class="meta">]</TD> </TR> </TABLE> </P> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"> <?_code ewfewfew _code></TD> <TD align="right" class="index">[Mar. 20th, 2007|<B>04:31 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Txi. Tanta publicidade...</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1958.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/1958.html">1 comment</A></B>|<A href="http://edevil.livejournal.com/1958.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="subj-link" href="http://edevil.livejournal.com/1665.html">Look, a title.</A></TD> <TD align="right" class="index">[Jul. 17th, 2006|<B>11:37 am</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD><TD align="right" class="meta"><B>Tags</B></TD><TD align="center" class="meta">|</TD><TD class="meta"><A href="http://edevil.livejournal.com/tag/tag" rel="tag">tag</A></TD><TD class="meta">]</TD> </TR> </TABLE> <BR>An entry.</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1665.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/1665.html">3 comments</A></B>|<A href="http://edevil.livejournal.com/1665.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="subj-link" href="http://edevil.livejournal.com/1299.html">Teste</A></TD> <TD align="right" class="index">[Apr. 19th, 2006|<B>04:59 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Teste de post. <BR> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1299.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/1299.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Feb. 22nd, 2006|<B>03:10 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <FONT size="-1"><FONT face="Verdana"> &lt;table width=300 align=center border=1 bordercolor=black cellspacing=0 cellpadding=2&gt;<BR> &lt;tr&gt;&lt;td bgcolor=#66CCFF align=center&gt;<BR> &lt;font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'&gt;<BR> &lt;b&gt;You Are the Reformer&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;<BR> &lt;tr&gt;&lt;td align=center bgcolor=#FFFFFF&gt;<BR> &lt;center&gt;<BR> &nbsp; &lt;font color="#0000CC" size="+6"&gt;<BR> &nbsp; 1<BR> &nbsp; &lt;/font&gt;<BR> &lt;/center&gt;<BR> <BR> &lt;font color="#000000"&gt;<BR> You're a responsible person - with a clear sense of right and wrong.<BR> <BR> High standards are important to you, and you do everything to meet them.<BR> <BR> You are your own worst critic, feeling ashamed if you're not perfect.<BR> <BR> You have the highest integrity, and people expect you to be fair.<BR> &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<BR> <BR> &lt;div align="center"&gt;<BR> &lt;a href=<A class="moz-txt-link-rfc2396E" href="http://www.blogthings.com/numberquiz.html">"http://www.blogthings.com/numberquiz.ht<WBR></WBR>ml"</A>&gt;What number are you?&lt;/a&gt;<BR> &lt;/div&gt;</FONT></FONT></TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1175.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/1175.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Feb. 22nd, 2006|<B>03:10 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <TABLE align="center" border="1" bordercolor="black" cellpadding="2" cellspacing="0" width="300"> <TR> <TD align="center" bgcolor="#66CCFF"> <BR> <FONT face="Georgia, Times New Roman, Times, serif" style="color:black; font-size: 14pt;"> <BR> <B>You Are the Reformer</B></FONT></TD> </TR> <TR> <TD align="center" bgcolor="#FFFFFF"> <BR> <CENTER> <BR> <FONT color="#0000CC" size="+6"> <BR> 1<BR> </FONT> <BR> </CENTER> <BR> <BR> <FONT color="#000000"> <BR>You're a responsible person - with a clear sense of right and wrong.<BR> <BR>High standards are important to you, and you do everything to meet them.<BR> <BR>You are your own worst critic, feeling ashamed if you're not perfect.<BR> <BR>You have the highest integrity, and people expect you to be fair.<BR> </FONT></TD> </TR> </TABLE> <BR> <BR> <DIV align="center"> <BR> <A href="http://www.blogthings.com/numberquiz.html">What number are you?</A> <BR> </DIV> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/979.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/979.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Jan. 24th, 2006|<B>02:59 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Isto ?? um <A href="http://telepac.pt">teste</A> .<BR> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/514.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/514.html">1 comment</A></B>|<A href="http://edevil.livejournal.com/514.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Nov. 28th, 2005|<B>03:05 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Teste</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/272.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/272.html">4 comments</A></B>|<A href="http://edevil.livejournal.com/272.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" summary=""> <TR> <TD bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary=""> <TR> <TD align="center" class="index">navigation</TD> </TR> <TR> <TD align="center" bgcolor="#ffffff"> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>viewing</B></TD> <TD align="center" class="meta">|</TD> <TD class="meta">most recent entries</TD> <TD class="meta">]</TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> </DIV> </TD> <TD align="right" valign="top" width="20%"> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" summary=""> <TR> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR> <TD align="center" class="shadowed"> <TABLE border="0" cellpadding="0" cellspacing="5" style="margin-left: auto; margin-right: auto;" summary=""> <TR> <TD> <DIV align="center"> <DIV class="ljad ljadbadge" id=""> <DIV style="clear: both; height: 0; overflow:hidden; font-size:0; line-height:0;"></DIV> <IFRAME frameborder="0" id="adframe" scrolling="no" src="http://ads.sixapart.com/show?country=PT&language=pt&height=90&p=lj&width=160&accttype=NON&adunit=badge&curl=0000ff&cbg=ffffff&cborder=000000&clink=0000ff&ctext=000000&gender=unknown&type=content&layout=generator&adplacement=s2.vertical&channel=Journal-Badge&theme=default_theme&contents=Txi.%2BTanta%2Bpublicidade...&url=http://edevil.livejournal.com//index.bml&pagenum=1b2094f811dba479eec88843b583afef2b66446d&r=1b2094f811dba479eec88843b583afef2b66446d:1&interests=cars,cinema,sports,books,computers,outdoor" style="width: 160px; height: 90px"></IFRAME> </DIV> <DIV class="ljad ljadskyscraper" id=""> <H4 style="float: left; margin-bottom: 2px; margin-top: 2px; clear: both;">Advertisement</H4> <DIV style="clear: both; height: 0; overflow:hidden; font-size:0; line-height:0;"></DIV> <IFRAME frameborder="0" id="adframe" scrolling="no" src="http://ads.sixapart.com/show?country=PT&language=pt&p=lj&width=160&accttype=NON&height=600&curl=0000ff&cbg=ffffff&cborder=000000&clink=0000ff&ctext=000000&gender=unknown&type=content&layout=generator&adunit=skyscraper&adplacement=s2.vertical&theme=default_theme&channel=Journal-Skyscraper&contents=Txi.%2BTanta%2Bpublicidade...&url=http://edevil.livejournal.com//index.bml&pagenum=1b2094f811dba479eec88843b583afef2b66446d&r=1b2094f811dba479eec88843b583afef2b66446d:2&interests=books,outdoor,cars,cinema,sports,computers" style="width: 160px; height: 600px"></IFRAME> <DIV style="float: right; margin-bottom: 3px; padding-top: 0px; line-height: 1em; white-space: nowrap;"> <A href="http://www.livejournal.com/manage/account/adsettings.bml">Customize</A> </DIV> </DIV> </DIV> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> <P> <!-- Start Snap Shots JavaScript --> <SCRIPT language="JavaScript" type="text/javascript"> if (SnapShots) { SnapShots.init('livejournal.com', 'livejournal.ru', 'sol-agency.ru', 'last.fm', 'lastfm.com', 'lastfm.ru'); } </SCRIPT> <SCRIPT src="http://shots.snap.com/ss/58ee89670ea3f209807d70b5d41caccd/snap_shots.js?pub=pub-5821628-www.livejournal.com" type="text/javascript"></SCRIPT> <!-- End Snap Shots JavaScript --> </P> <DIV id="hello-world" style="text-align: left; font-size:0; line-height:0; height:0; overflow:hidden;"></DIV> </BODY> </HTML> [DEBUG] 20:19:21,051 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec Running org.openid4java.discovery.html.CyberNekoDOMHtmlParserTest [DEBUG] 20:19:21,053 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="openid.server" href="http://www.example.com:8080/openidserver/openid.server" /> <link rel="openid.delegate" href="http://www.example.com:8080/openidserver/users/myusername"> </head> <body> </body> </html> [DEBUG] 20:19:21,054 [CyberNekoDOMHtmlParser.java : 120] : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:21,055 [CyberNekoDOMHtmlParser.java : 134] : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername [DEBUG] 20:19:21,055 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:null OpenID1-endpoint:http://www.example.com:8080/openidserver/openid.server OpenID1-delegate:http://www.example.com:8080/openidserver/users/myusername http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:21,055 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="openid.server" href="http://www.example.com:8080/openidserver/openid.server" /> <link rel="openid.delegate" href="http://www.example.com:8080/openidserver/users/myusername"> </head> <body> </body> </html> [DEBUG] 20:19:21,056 [CyberNekoDOMHtmlParser.java : 120] : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:21,057 [CyberNekoDOMHtmlParser.java : 134] : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername [DEBUG] 20:19:21,057 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:null OpenID1-endpoint:http://www.example.com:8080/openidserver/openid.server OpenID1-delegate:http://www.example.com:8080/openidserver/users/myusername Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running org.openid4java.discovery.yadis.YadisResolverTest [INFO ] 20:19:21,070 [JCLLoggerAdapter.java : 216] : Logging to org.slf4j.impl.JCLLoggerAdapter@3c77d488 via org.mortbay.log.Slf4jLog [INFO ] 20:19:21,086 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,568 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,571 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,573 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ... [DEBUG] 20:19:21,649 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:21,653 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,653 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:21,654 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,654 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,665 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,666 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,666 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders [INFO ] 20:19:21,667 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,670 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,671 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,672 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,672 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders_xml ... [DEBUG] 20:19:21,674 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml [DEBUG] 20:19:21,676 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,676 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml [DEBUG] 20:19:21,676 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,676 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,684 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,685 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,685 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders_xml [INFO ] 20:19:21,685 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,686 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,687 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,687 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,687 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ... [WARN ] 20:19:21,688 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:21,691 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:21,691 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ... [DEBUG] 20:19:21,694 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:21,696 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:21,696 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:21,696 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:21,696 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,696 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,698 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,698 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,698 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,699 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,708 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,708 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,709 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml [INFO ] 20:19:21,709 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,712 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,718 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,719 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,719 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simpleheaders ... [DEBUG] 20:19:21,724 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:21,726 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,727 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:21,727 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,727 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,741 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,742 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,742 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simpleheaders [INFO ] 20:19:21,743 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,744 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,745 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,745 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,745 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplehtml ... [WARN ] 20:19:21,748 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:21,749 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?headers=redir_simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:21,749 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplehtml ... [DEBUG] 20:19:21,757 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:21,758 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:21,759 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:21,759 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:21,759 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,759 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,761 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,761 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,761 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,761 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,767 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,767 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,767 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplehtml [INFO ] 20:19:21,768 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,771 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,772 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,773 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,773 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplexrds ... [DEBUG] 20:19:21,776 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplexrds ... [DEBUG] 20:19:21,779 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,780 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,780 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,786 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,786 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [DEBUG] 20:19:21,786 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=redir_simplexrds [INFO ] 20:19:21,787 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplexrds [INFO ] 20:19:21,788 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,791 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,794 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,795 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:21,795 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ... [WARN ] 20:19:21,797 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:21,799 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:21,799 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ... [DEBUG] 20:19:21,802 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:21,804 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:21,805 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:21,805 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:21,805 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,805 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,808 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:21,808 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:21,809 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:21,809 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:21,817 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:21,818 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:21,818 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml [INFO ] 20:19:21,819 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:21,920 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:21,921 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:21,921 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:21,922 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,022 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,023 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,023 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:22,024 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [DEBUG] 20:19:22,124 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?servertopped ... [INFO ] 20:19:22,126 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:22,126 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:22,126 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:22,126 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:22,127 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:22,127 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:22,128 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,128 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,129 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,129 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation1 ... [DEBUG] 20:19:22,134 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation2 ... [INFO ] 20:19:22,136 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,237 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,238 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,238 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,238 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ... [DEBUG] 20:19:22,240 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ... [DEBUG] 20:19:22,242 [HttpCache.java : 202] : Read 0 bytes. [DEBUG] 20:19:22,243 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ... [DEBUG] 20:19:22,244 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ... [DEBUG] 20:19:22,245 [HttpCache.java : 202] : Read 0 bytes. [INFO ] 20:19:22,246 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,346 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,347 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,347 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,348 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=multiplexrdslocation ... [WARN ] 20:19:22,350 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,351 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=multiplexrdslocation; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,351 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=multiplexrdslocation ... [DEBUG] 20:19:22,353 [HttpCache.java : 202] : Read 355 bytes. [DEBUG] 20:19:22,354 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <META content="http://localhost:8989/?xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:22,354 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [INFO ] 20:19:22,355 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,455 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,456 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,456 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,457 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=nohead ... [WARN ] 20:19:22,459 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,461 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nohead; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,461 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=nohead ... [DEBUG] 20:19:22,464 [HttpCache.java : 202] : Read 109 bytes. [DEBUG] 20:19:22,465 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:22,466 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=twoheads ... [WARN ] 20:19:22,467 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,468 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=twoheads; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,468 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=twoheads ... [DEBUG] 20:19:22,471 [HttpCache.java : 202] : Read 301 bytes. [DEBUG] 20:19:22,472 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=extraheadinbody ... [WARN ] 20:19:22,474 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,475 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=extraheadinbody; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,475 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=extraheadinbody ... [DEBUG] 20:19:22,482 [HttpCache.java : 202] : Read 321 bytes. [DEBUG] 20:19:22,483 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> some other head, inside the html body </BODY> </HTML> [DEBUG] 20:19:22,483 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:22,484 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <head>some other head, inside the html body</head> </body> </html> [DEBUG] 20:19:22,484 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:22,484 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:22,486 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:22,486 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:22,486 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:22,486 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:22,493 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:22,498 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:22,498 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=extraheadinbody [INFO ] 20:19:22,498 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,499 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,505 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,506 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,506 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=headnometa ... [WARN ] 20:19:22,512 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,514 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=headnometa; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,519 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=headnometa ... [DEBUG] 20:19:22,522 [HttpCache.java : 202] : Read 444 bytes. [DEBUG] 20:19:22,523 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:22,523 [CyberNekoDOMYadisHtmlParser.java : 67] : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1. [DEBUG] 20:19:22,523 [YadisResolver.java : 309] : input: <html> <head> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:22,524 [YadisResolver.java : 310] : xrdsLocation: null [INFO ] 20:19:22,524 [YadisResolver.java : 245] : Yadis discovered 0 endpoints from: http://localhost:8989/?html=headnometa [INFO ] 20:19:22,524 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,625 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,626 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,626 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,626 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=empty ... [WARN ] 20:19:22,627 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,628 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=empty; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,628 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=empty ... [DEBUG] 20:19:22,630 [HttpCache.java : 202] : Read 0 bytes. [DEBUG] 20:19:22,631 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML></HTML> [INFO ] 20:19:22,631 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,732 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,732 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,733 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,733 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=nonexistantfile ... [WARN ] 20:19:22,735 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,737 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nonexistantfile; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:22,737 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=nonexistantfile ... [WARN ] 20:19:22,740 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/html/nonexistantfile (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.doGet(YadisTestServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:22,741 [HttpCache.java : 202] : Read 3168 bytes. [INFO ] 20:19:22,742 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,842 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,843 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,843 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,843 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ... [DEBUG] 20:19:22,845 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:22,847 [HttpCache.java : 202] : Read 10 bytes. [DEBUG] 20:19:22,847 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [INFO ] 20:19:22,847 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,948 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,949 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,949 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,949 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ... [DEBUG] 20:19:22,950 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ... [DEBUG] 20:19:22,952 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:22,953 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:22,953 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:22,959 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ... [DEBUG] 20:19:22,961 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ... [DEBUG] 20:19:22,964 [HttpCache.java : 202] : Read 293 bytes. [DEBUG] 20:19:22,964 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:22,964 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </XRD> </xrds:XRDS> [INFO ] 20:19:22,982 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:22,983 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:22,984 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:22,986 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:22,986 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ... [DEBUG] 20:19:22,988 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ... [DEBUG] 20:19:22,990 [HttpCache.java : 202] : Read 280 bytes. [DEBUG] 20:19:22,990 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:22,990 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>:</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,000 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ... [DEBUG] 20:19:23,010 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ... [DEBUG] 20:19:23,013 [HttpCache.java : 202] : Read 284 bytes. [DEBUG] 20:19:23,013 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:23,013 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http:</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,026 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ... [DEBUG] 20:19:23,032 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ... [DEBUG] 20:19:23,035 [HttpCache.java : 202] : Read 306 bytes. [DEBUG] 20:19:23,035 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:23,035 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://specs.openid.net/auth/2.0/signon</Type> <URI>bla bla</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,042 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:23,045 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://specs.openid.net/auth/2.0/signon] URI: bla bla URI Priority: -1 LocalID: null [DEBUG] 20:19:23,045 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 [INFO ] 20:19:23,045 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 [INFO ] 20:19:23,048 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:23,049 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:23,050 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:23,050 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:23,050 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ... [DEBUG] 20:19:23,053 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ... [DEBUG] 20:19:23,056 [HttpCache.java : 202] : Read 435 bytes. [DEBUG] 20:19:23,056 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:23,056 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns:openid="http://openid.net/xmlns/1.0" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://openid.net/signon/1.1</Type> <URI>http://www.openidenabled.com/</URI> <openid:Delegate>http://example.com/delegate/</openid:Delegate> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,066 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:23,069 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://openid.net/signon/1.1] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [DEBUG] 20:19:23,069 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [INFO ] 20:19:23,070 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [DEBUG] 20:19:23,070 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate to: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [INFO ] 20:19:23,071 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:23,072 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:23,072 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:23,073 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:23,073 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:23,075 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:23,079 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:23,079 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:23,080 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,093 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:23,094 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: null URI Priority: -1 LocalID: null [DEBUG] 20:19:23,094 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,094 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [WARN ] 20:19:23,106 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [DEBUG] 20:19:23,107 [Discovery.java : 89] : Creating URL identifier for: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:23,108 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,108 [Discovery.java : 128] : Starting discovery on URL identifier: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:23,108 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:23,112 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:23,114 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:23,114 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:23,114 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,126 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [INFO ] 20:19:23,127 [YadisResolver.java : 245] : Yadis discovered 0 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,127 [Discovery.java : 139] : No OpenID service endpoints discovered through Yadis; attempting HTML discovery... [INFO ] 20:19:23,128 [HttpCache.java : 242] : Cached GET response does not match the required content type, removing. [INFO ] 20:19:23,128 [HttpCache.java : 144] : Removing cached GET for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,128 [HttpCache.java : 102] : Removing cached GET response for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:23,130 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:23,130 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:23,131 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,133 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,134 [HtmlResolver.java : 127] : HTML discovery completed on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:23,134 [Discovery.java : 151] : Discovered 0 OpenID endpoints. [INFO ] 20:19:23,135 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.08 sec Running org.openid4java.samples.ConsumerAndProviderTest [WARN ] 20:19:23,140 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,141 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,147 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,148 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,150 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,151 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,151 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:23,151 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [INFO ] 20:19:23,153 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:23,153 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: init [INFO ] 20:19:23,153 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: init [INFO ] 20:19:23,154 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: init [INFO ] 20:19:23,154 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: init [INFO ] 20:19:23,156 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:23,230 [HttpServletSupport.java : 37] LoginServlet call-1 : begin onService [INFO ] 20:19:23,230 [LoginServlet.java : 33] LoginServlet call-1 : display form [INFO ] 20:19:23,230 [HttpServletSupport.java : 49] LoginServlet call-1 : end onService [INFO ] 20:19:23,333 [HtmlUnitDialog.java : 692] : Window "" changed : "no_html" became "" [INFO ] 20:19:23,356 [HttpServletSupport.java : 37] LoginServlet call-2 : begin onService [INFO ] 20:19:23,357 [LoginServlet.java : 28] LoginServlet call-2 : openind_identifier set => try to consume [DEBUG] 20:19:23,358 [Discovery.java : 89] LoginServlet call-2 : Creating URL identifier for: http://localhost:8989/user [DEBUG] 20:19:23,358 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user to: http://localhost:8989/user [INFO ] 20:19:23,358 [Discovery.java : 128] LoginServlet call-2 : Starting discovery on URL identifier: http://localhost:8989/user [DEBUG] 20:19:23,358 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP HEAD on: http://localhost:8989/user ... [INFO ] 20:19:23,359 [HttpServletSupport.java : 37] UserInfoServlet call-3 : begin onService [INFO ] 20:19:23,360 [HttpServletSupport.java : 49] UserInfoServlet call-3 : end onService [DEBUG] 20:19:23,360 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP GET on: http://localhost:8989/user ... [INFO ] 20:19:23,362 [HttpServletSupport.java : 37] UserInfoServlet call-4 : begin onService [INFO ] 20:19:23,362 [HttpServletSupport.java : 49] UserInfoServlet call-4 : end onService [DEBUG] 20:19:23,362 [HttpCache.java : 202] LoginServlet call-2 : Read 320 bytes. [DEBUG] 20:19:23,362 [XrdsParserImpl.java : 48] LoginServlet call-2 : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:23,362 [XrdsParserImpl.java : 161] LoginServlet call-2 : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns:openid="http://openid.net/xmlns/1.0" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://openid.net/signon/1.0</Type> <URI>http://localhost:8989/provider</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:23,367 [XrdsParserImpl.java : 90] LoginServlet call-2 : Found 1 services for the requested types. [DEBUG] 20:19:23,368 [XrdsParserImpl.java : 115] LoginServlet call-2 : Discovered endpoint: Service priority: 0 Type: [http://openid.net/signon/1.0] URI: http://localhost:8989/provider URI Priority: -1 LocalID: null [DEBUG] 20:19:23,368 [YadisResult.java : 119] LoginServlet call-2 : Setting X-XRDS-Location for yadis result: http://localhost:8989/user [INFO ] 20:19:23,368 [YadisResolver.java : 245] LoginServlet call-2 : Yadis discovered 1 endpoints from: http://localhost:8989/user [DEBUG] 20:19:23,368 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user to: http://localhost:8989/user [INFO ] 20:19:23,368 [Discovery.java : 151] LoginServlet call-2 : Discovered 1 OpenID endpoints. [INFO ] 20:19:23,368 [ConsumerManager.java : 707] LoginServlet call-2 : Trying to associate with http://localhost:8989/provider attempts left: 4 [WARN ] 20:19:23,369 [ConsumerManager.java : 894] LoginServlet call-2 : Could not create association of type: :HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,375 [DiffieHellmanSession.java : 96] LoginServlet call-2 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,376 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,383 [AssociationRequest.java : 80] LoginServlet call-2 : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,384 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,384 [AssociationRequest.java : 140] LoginServlet call-2 : Created association request: openid.mode:associate openid.session_type:DH-SHA1 openid.assoc_type:HMAC-SHA1 openid.dh_consumer_public:bNv37xf2x3CWWZRt7tAilyPnDJdTglvLIPB59Ic7D3SECgA+qICQbs+7uhr6Xv7ZWjjSLYeXfmkPWviFUnTcln9cqAeY9Or3FHogWgk3tIX44x+y17McUBqvS3Jo8BCQfINor63vqMdBc2Iap0YBdzZWXAjx3BNrQTAJN4MW8gM= [DEBUG] 20:19:23,384 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,384 [ConsumerManager.java : 767] LoginServlet call-2 : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,384 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,384 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,384 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,387 [ConsumerManager.java : 616] LoginServlet call-2 : Performing HTTP POST on http://localhost:8989/provider [INFO ] 20:19:23,388 [HttpServletSupport.java : 37] ProviderServlet call-5 : begin onService [INFO ] 20:19:23,389 [ProviderServlet.java : 26] ProviderServlet call-5 : start processing... [DEBUG] 20:19:23,389 [ParameterList.java : 84] ProviderServlet call-5 : Creating parameter list: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:bNv37xf2x3CWWZRt7tAilyPnDJdTglvLIPB59Ic7D3SECgA+qICQbs+7uhr6Xv7ZWjjSLYeXfmkPWviFUnTcln9cqAeY9Or3FHogWgk3tIX44x+y17McUBqvS3Jo8BCQfINor63vqMdBc2Iap0YBdzZWXAjx3BNrQTAJN4MW8gM= [INFO ] 20:19:23,389 [ServerManager.java : 382] ProviderServlet call-5 : Processing association request... [DEBUG] 20:19:23,390 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:23,390 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,390 [AssociationRequest.java : 153] ProviderServlet call-5 : Created association request from message parameters: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:bNv37xf2x3CWWZRt7tAilyPnDJdTglvLIPB59Ic7D3SECgA+qICQbs+7uhr6Xv7ZWjjSLYeXfmkPWviFUnTcln9cqAeY9Or3FHogWgk3tIX44x+y17McUBqvS3Jo8BCQfINor63vqMdBc2Iap0YBdzZWXAjx3BNrQTAJN4MW8gM= [DEBUG] 20:19:23,390 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,390 [Association.java : 88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f92d7 [DEBUG] 20:19:23,391 [Association.java : 45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391163147-0 expires: Sat Feb 13 20:49:23 CET 2016 [DEBUG] 20:19:23,391 [InMemoryServerAssociationStore.java : 45] ProviderServlet call-5 : Generated association, handle: 1455391163147-0 type: HMAC-SHA1 expires in: 1800 seconds. [INFO ] 20:19:23,391 [ServerManager.java : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391163147-0 [DEBUG] 20:19:23,391 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:23,391 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,392 [AssociationResponse.java : 57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391163147-0 [DEBUG] 20:19:23,392 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,398 [DiffieHellmanSession.java : 96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,401 [DiffieHellmanSession.java : 253] ProviderServlet call-5 : Encrypted MAC key Base64: 79xwJBxt6qD2uCSyjA517K3HgOk= [DEBUG] 20:19:23,401 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,402 [AssociationResponse.java : 107] ProviderServlet call-5 : Created association response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [INFO ] 20:19:23,402 [ProviderServlet.java : 30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [INFO ] 20:19:23,402 [HttpServletSupport.java : 49] ProviderServlet call-5 : end onService [DEBUG] 20:19:23,404 [ParameterList.java : 188] LoginServlet call-2 : Creating parameter list from key-value form: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [DEBUG] 20:19:23,404 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,404 [ParameterList.java : 89] LoginServlet call-2 : Copying parameter list: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [DEBUG] 20:19:23,404 [ConsumerManager.java : 622] LoginServlet call-2 : Retrived response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [DEBUG] 20:19:23,404 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,404 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,404 [AssociationResponse.java : 121] LoginServlet call-2 : Created association response from message parameters: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163147-0 expires_in:1799 dh_server_public:MMrAHUMpM4DmIkmsOY4Y2OVaRRffXlbbFFV2ubFJd1Sg3ceYFAvh9Ec75HI6xh3K4FPvi+/0lTaBww1ZKJh9LEN4R5ascfGuPiZtJMmRwDMJUucehEWHVAImZ0t7lt3LXh8rOPsvVWJ8SbqDwi54EJNqRSFK8LrjoRC2gdYEF2Y= enc_mac_key:79xwJBxt6qD2uCSyjA517K3HgOk= [DEBUG] 20:19:23,405 [AssociationResponse.java : 315] LoginServlet call-2 : Retrieving MAC key from association response... [DEBUG] 20:19:23,405 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,408 [DiffieHellmanSession.java : 298] LoginServlet call-2 : Decrypted MAC key Base64: SQbdXyk1yqMz0PCrsEyfwln80Zc= [DEBUG] 20:19:23,408 [AssociationResponse.java : 331] LoginServlet call-2 : Decrypted MAC key (base64): SQbdXyk1yqMz0PCrsEyfwln80Zc= [DEBUG] 20:19:23,408 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA1 handle: 1455391163147-0 expires: Sat Feb 13 20:49:22 CET 2016 [DEBUG] 20:19:23,408 [AssociationResponse.java : 354] LoginServlet call-2 : Created association for handle: 1455391163147-0 [DEBUG] 20:19:23,408 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,408 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,408 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: 1455391163147-0 with OP: http://localhost:8989/provider [INFO ] 20:19:23,408 [ConsumerManager.java : 804] LoginServlet call-2 : Associated with http://localhost:8989/provider handle: 1455391163147-0 [INFO ] 20:19:23,410 [ConsumerManager.java :1065] LoginServlet call-2 : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user OP-specific ID: http://localhost:8989/user [DEBUG] 20:19:23,410 [IncrementalNonceGenerator.java : 43] LoginServlet call-2 : Generated nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,411 [ConsumerManager.java :1367] LoginServlet call-2 : Creating private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:23,411 [Association.java : 111] LoginServlet call-2 : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883c70 [DEBUG] 20:19:23,411 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA256 handle: expires: Sat Feb 13 20:24:23 CET 2016 [DEBUG] 20:19:23,411 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: with OP: http://localhost:8989/provider [DEBUG] 20:19:23,411 [Association.java : 261] LoginServlet call-2 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,411 [Association.java : 267] LoginServlet call-2 : Calculated signature: RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= [INFO ] 20:19:23,412 [ConsumerManager.java :1387] LoginServlet call-2 : Inserted consumer nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,412 [ConsumerManager.java :1389] LoginServlet call-2 : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [DEBUG] 20:19:23,413 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,413 [RealmVerifier.java : 210] LoginServlet call-2 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [INFO ] 20:19:23,413 [RealmVerifier.java : 278] LoginServlet call-2 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,413 [AuthRequest.java : 103] LoginServlet call-2 : Created auth request: openid.identity:http://localhost:8989/user openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.trust_root:http://localhost:8989/loginCallback openid.assoc_handle:1455391163147-0 openid.mode:checkid_setup [DEBUG] 20:19:23,414 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,414 [AxMessage.java : 50] LoginServlet call-2 : Created empty AXMessage. [DEBUG] 20:19:23,414 [FetchRequest.java : 41] LoginServlet call-2 : Created empty fetch request. [DEBUG] 20:19:23,415 [FetchRequest.java : 127] LoginServlet call-2 : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true [DEBUG] 20:19:23,415 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:23,415 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,416 [SRegMessage.java : 73] LoginServlet call-2 : Created empty SRegMessage. [DEBUG] 20:19:23,416 [SRegRequest.java : 34] LoginServlet call-2 : Created empty SReg request. [DEBUG] 20:19:23,416 [SRegRequest.java : 105] LoginServlet call-2 : Added new attribute to SReg request: email required: true [DEBUG] 20:19:23,416 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [INFO ] 20:19:23,432 [HttpServletSupport.java : 49] LoginServlet call-2 : end onService [INFO ] 20:19:23,446 [HttpMethodDirector.java : 817] : Redirect requested but followRedirects is disabled [INFO ] 20:19:23,449 [HttpServletSupport.java : 37] ProviderServlet call-6 : begin onService [INFO ] 20:19:23,449 [ProviderServlet.java : 26] ProviderServlet call-6 : start processing... [DEBUG] 20:19:23,450 [ParameterList.java : 84] ProviderServlet call-6 : Creating parameter list: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391163147-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [DEBUG] 20:19:23,450 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,450 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [INFO ] 20:19:23,450 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,450 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391163147-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:23,450 [ServerManager.java : 592] ProviderServlet call-6 : Parsing authentication request... [DEBUG] 20:19:23,451 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,451 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [INFO ] 20:19:23,451 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,451 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391163147-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:23,451 [ServerManager.java : 665] ProviderServlet call-6 : Processing authentication request... [DEBUG] 20:19:23,451 [ServerManager.java : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user [INFO ] 20:19:23,452 [ServerManager.java : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391163147-0 [DEBUG] 20:19:23,452 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,453 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity [DEBUG] 20:19:23,453 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: [DEBUG] 20:19:23,453 [AuthSuccess.java : 106] ProviderServlet call-6 : Created positive auth response: openid.mode:id_res openid.identity:http://localhost:8989/user openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.assoc_handle:1455391163147-0 openid.signed:return_to,identity openid.sig: [INFO ] 20:19:23,453 [ServerManager.java : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [DEBUG] 20:19:23,453 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,453 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,453 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,453 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,453 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,454 [FetchRequest.java : 80] ProviderServlet call-6 : Created fetch request from parameter list: mode:fetch_request type.email:http://schema.openid.net/contact/email required:email [DEBUG] 20:19:23,454 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:23,455 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,455 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,456 [FetchResponse.java : 35] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:23,456 [AxPayload.java : 67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1 [DEBUG] 20:19:23,456 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:23,456 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,456 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,456 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,456 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,456 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,457 [SRegRequest.java : 73] ProviderServlet call-6 : Created SReg request from parameter list: required:email [DEBUG] 20:19:23,457 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message... [DEBUG] 20:19:23,457 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,457 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,458 [SRegResponse.java : 36] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:23,458 [SRegResponse.java : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com [DEBUG] 20:19:23,458 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [DEBUG] 20:19:23,458 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:23,458 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:23,458 [Association.java : 261] ProviderServlet call-6 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D identity:http://localhost:8989/user sreg.email:user@example.com [DEBUG] 20:19:23,459 [Association.java : 267] ProviderServlet call-6 : Calculated signature: QY0znV+wl1QCpKPXJMulCO/DcQE= [DEBUG] 20:19:23,459 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: QY0znV+wl1QCpKPXJMulCO/DcQE= [INFO ] 20:19:23,459 [ProviderServlet.java : 30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A23Z0%26openid.rpsig%3DRCA3zhQuwObN%252Btb9KPo%252BoWPaV%252FRCFs26dc0rm9LGY7o%253D&openid.assoc_handle=1455391163147-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=QY0znV%2Bwl1QCpKPXJMulCO%2FDcQE%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com [INFO ] 20:19:23,459 [HttpServletSupport.java : 49] ProviderServlet call-6 : end onService [INFO ] 20:19:23,464 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "" [INFO ] 20:19:23,466 [HttpServletSupport.java : 37] LoginCallbackServlet call-7 : begin onService [INFO ] 20:19:23,467 [LoginCallbackServlet.java : 35] LoginCallbackServlet call-7 : verify response [DEBUG] 20:19:23,467 [ParameterList.java : 84] LoginCallbackServlet call-7 : Creating parameter list: openid.identity:http://localhost:8989/user openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391163147-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:23Z0 openid.sig:QY0znV+wl1QCpKPXJMulCO/DcQE= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:23,467 [ConsumerManager.java :1123] LoginCallbackServlet call-7 : Verifying authentication response... [DEBUG] 20:19:23,468 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,468 [AuthSuccess.java : 119] LoginCallbackServlet call-7 : Created positive auth response: openid.identity:http://localhost:8989/user openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391163147-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:23Z0 openid.sig:QY0znV+wl1QCpKPXJMulCO/DcQE= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:23,468 [ConsumerManager.java :1147] LoginCallbackServlet call-7 : Received positive auth response. [DEBUG] 20:19:23,468 [ConsumerManager.java :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A23Z0%26openid.rpsig%3DRCA3zhQuwObN%252Btb9KPo%252BoWPaV%252FRCFs26dc0rm9LGY7o%253D&openid.assoc_handle=1455391163147-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=QY0znV%2Bwl1QCpKPXJMulCO%2FDcQE%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D [DEBUG] 20:19:23,469 [ConsumerManager.java :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user [DEBUG] 20:19:23,469 [ConsumerManager.java :1412] LoginCallbackServlet call-7 : Extracting consumer nonce... [DEBUG] 20:19:23,469 [ConsumerManager.java :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,469 [ConsumerManager.java :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= [DEBUG] 20:19:23,469 [ConsumerManager.java :1466] LoginCallbackServlet call-7 : Consumer signed text: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,469 [ConsumerManager.java :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:23,469 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= [DEBUG] 20:19:23,469 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,470 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: RCA3zhQuwObN+tb9KPo+oWPaV/RCFs26dc0rm9LGY7o= [INFO ] 20:19:23,470 [ConsumerManager.java :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified. [DEBUG] 20:19:23,470 [AbstractNonceVerifier.java : 50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,470 [InternetDateFormat.java : 43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:19:23Z0 into Data object: Sat Feb 13 20:19:23 CET 2016 [DEBUG] 20:19:23,470 [InMemoryNonceVerifier.java : 49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:19:23Z0 [INFO ] 20:19:23,470 [ConsumerManager.java :1782] LoginCallbackServlet call-7 : Found association: 1455391163147-0 verifying signature locally... [DEBUG] 20:19:23,471 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: QY0znV+wl1QCpKPXJMulCO/DcQE= [DEBUG] 20:19:23,471 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=RCA3zhQuwObN%2Btb9KPo%2BoWPaV%2FRCFs26dc0rm9LGY7o%3D identity:http://localhost:8989/user sreg.email:user@example.com [DEBUG] 20:19:23,471 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: QY0znV+wl1QCpKPXJMulCO/DcQE= [DEBUG] 20:19:23,471 [ConsumerManager.java :1790] LoginCallbackServlet call-7 : Local signature verification succeeded. [INFO ] 20:19:23,471 [ConsumerManager.java :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user [DEBUG] 20:19:23,471 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,471 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:23,472 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,472 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,472 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:23,472 [FetchResponse.java : 67] LoginCallbackServlet call-7 : Created fetch response from parameter list: value.email:user@example.com type.email:http://schema.openid.net/contact/email mode:fetch_response [DEBUG] 20:19:23,472 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:23,472 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,472 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:23,473 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,473 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,473 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:23,473 [SRegResponse.java : 68] LoginCallbackServlet call-7 : Created SReg response from parameter list: email:user@example.com [DEBUG] 20:19:23,473 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message... [INFO ] 20:19:23,473 [LoginCallbackServlet.java : 40] LoginCallbackServlet call-7 : success [INFO ] 20:19:23,474 [HttpServletSupport.java : 49] LoginCallbackServlet call-7 : end onService [INFO ] 20:19:23,477 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "no_html" [INFO ] 20:19:23,481 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: destroy [INFO ] 20:19:23,482 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: destroy [INFO ] 20:19:23,482 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: destroy [INFO ] 20:19:23,482 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: destroy [INFO ] 20:19:23,483 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:23,484 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: init [INFO ] 20:19:23,484 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: init [INFO ] 20:19:23,484 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: init [INFO ] 20:19:23,484 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: init [INFO ] 20:19:23,484 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:23,485 [HttpServletSupport.java : 37] LoginServlet call-1 : begin onService [INFO ] 20:19:23,486 [LoginServlet.java : 33] LoginServlet call-1 : display form [INFO ] 20:19:23,486 [HttpServletSupport.java : 49] LoginServlet call-1 : end onService [INFO ] 20:19:23,492 [HtmlUnitDialog.java : 692] : Window "" changed : "no_html" became "" [INFO ] 20:19:23,494 [HttpServletSupport.java : 37] LoginServlet call-2 : begin onService [INFO ] 20:19:23,494 [LoginServlet.java : 28] LoginServlet call-2 : openind_identifier set => try to consume [DEBUG] 20:19:23,494 [Discovery.java : 89] LoginServlet call-2 : Creating URL identifier for: http://localhost:8989/user?format=html [DEBUG] 20:19:23,495 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html [INFO ] 20:19:23,495 [Discovery.java : 128] LoginServlet call-2 : Starting discovery on URL identifier: http://localhost:8989/user?format=html [DEBUG] 20:19:23,495 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP HEAD on: http://localhost:8989/user?format=html ... [INFO ] 20:19:23,503 [HttpServletSupport.java : 37] UserInfoServlet call-3 : begin onService [INFO ] 20:19:23,503 [HttpServletSupport.java : 49] UserInfoServlet call-3 : end onService [DEBUG] 20:19:23,503 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP GET on: http://localhost:8989/user?format=html ... [INFO ] 20:19:23,505 [HttpServletSupport.java : 37] UserInfoServlet call-4 : begin onService [INFO ] 20:19:23,505 [HttpServletSupport.java : 49] UserInfoServlet call-4 : end onService [DEBUG] 20:19:23,505 [HttpCache.java : 202] LoginServlet call-2 : Read 113 bytes. [DEBUG] 20:19:23,508 [CyberNekoDOMYadisHtmlParser.java : 47] LoginServlet call-2 : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <LINK href="http://localhost:8989/provider" rel="openid.server"> </HEAD> <BODY>in html</BODY> </HTML> [DEBUG] 20:19:23,508 [CyberNekoDOMYadisHtmlParser.java : 67] LoginServlet call-2 : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1. [DEBUG] 20:19:23,508 [YadisResolver.java : 309] LoginServlet call-2 : input: <html><head> <link rel='openid.server' href='http://localhost:8989/provider'/> </head><body>in html</body></html> [DEBUG] 20:19:23,508 [YadisResolver.java : 310] LoginServlet call-2 : xrdsLocation: null [INFO ] 20:19:23,508 [YadisResolver.java : 245] LoginServlet call-2 : Yadis discovered 0 endpoints from: http://localhost:8989/user?format=html [INFO ] 20:19:23,508 [Discovery.java : 139] LoginServlet call-2 : No OpenID service endpoints discovered through Yadis; attempting HTML discovery... [INFO ] 20:19:23,508 [HttpCache.java : 140] LoginServlet call-2 : Returning cached GET response for http://localhost:8989/user?format=html [DEBUG] 20:19:23,509 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html [DEBUG] 20:19:23,509 [CyberNekoDOMHtmlParser.java : 44] LoginServlet call-2 : Parsing HTML data: <html><head> <link rel='openid.server' href='http://localhost:8989/provider'/> </head><body>in html</body></html> [DEBUG] 20:19:23,509 [CyberNekoDOMHtmlParser.java : 120] LoginServlet call-2 : Found OpenID1 endpoint: http://localhost:8989/provider [DEBUG] 20:19:23,509 [CyberNekoDOMHtmlParser.java : 65] LoginServlet call-2 : HTML discovery result: ClaimedID:http://localhost:8989/user?format=html OpenID1-endpoint:http://localhost:8989/provider [INFO ] 20:19:23,509 [HtmlResolver.java : 127] LoginServlet call-2 : HTML discovery completed on: http://localhost:8989/user?format=html [DEBUG] 20:19:23,510 [HtmlResolver.java : 167] LoginServlet call-2 : OpenID1-signon HTML discovery endpoint: OpenID1 OP-endpoint:http://localhost:8989/provider ClaimedID:http://localhost:8989/user?format=html Delegate:null [INFO ] 20:19:23,510 [Discovery.java : 151] LoginServlet call-2 : Discovered 1 OpenID endpoints. [INFO ] 20:19:23,510 [ConsumerManager.java : 707] LoginServlet call-2 : Trying to associate with http://localhost:8989/provider attempts left: 4 [WARN ] 20:19:23,510 [ConsumerManager.java : 894] LoginServlet call-2 : Could not create association of type: :HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,514 [DiffieHellmanSession.java : 96] LoginServlet call-2 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,514 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,514 [AssociationRequest.java : 80] LoginServlet call-2 : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,521 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,521 [AssociationRequest.java : 140] LoginServlet call-2 : Created association request: openid.mode:associate openid.session_type:DH-SHA1 openid.assoc_type:HMAC-SHA1 openid.dh_consumer_public:AKH05tEUMzuaBDBbRhZC8FfQeIt8oWDjxs1kK7NRRt72tKmTNBgoMyom6ksYgfcj3YyVkPJwZLhDtHX+9WSxFkao7qIihq/0Lt6zAJyPC9bC3IzSPA85BF6yxFDWC0CB1vSf+5gFO7QK6NrXVIIDb8wT8m1f5H27ce1EGo2ptgcX [DEBUG] 20:19:23,521 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,521 [ConsumerManager.java : 767] LoginServlet call-2 : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,521 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,521 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,522 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,522 [ConsumerManager.java : 616] LoginServlet call-2 : Performing HTTP POST on http://localhost:8989/provider [INFO ] 20:19:23,523 [HttpServletSupport.java : 37] ProviderServlet call-5 : begin onService [INFO ] 20:19:23,523 [ProviderServlet.java : 26] ProviderServlet call-5 : start processing... [DEBUG] 20:19:23,523 [ParameterList.java : 84] ProviderServlet call-5 : Creating parameter list: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AKH05tEUMzuaBDBbRhZC8FfQeIt8oWDjxs1kK7NRRt72tKmTNBgoMyom6ksYgfcj3YyVkPJwZLhDtHX+9WSxFkao7qIihq/0Lt6zAJyPC9bC3IzSPA85BF6yxFDWC0CB1vSf+5gFO7QK6NrXVIIDb8wT8m1f5H27ce1EGo2ptgcX [INFO ] 20:19:23,523 [ServerManager.java : 382] ProviderServlet call-5 : Processing association request... [DEBUG] 20:19:23,523 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:23,524 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,524 [AssociationRequest.java : 153] ProviderServlet call-5 : Created association request from message parameters: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AKH05tEUMzuaBDBbRhZC8FfQeIt8oWDjxs1kK7NRRt72tKmTNBgoMyom6ksYgfcj3YyVkPJwZLhDtHX+9WSxFkao7qIihq/0Lt6zAJyPC9bC3IzSPA85BF6yxFDWC0CB1vSf+5gFO7QK6NrXVIIDb8wT8m1f5H27ce1EGo2ptgcX [DEBUG] 20:19:23,524 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,524 [Association.java : 88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07f05 [DEBUG] 20:19:23,524 [Association.java : 45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391163151-0 expires: Sat Feb 13 20:49:23 CET 2016 [DEBUG] 20:19:23,524 [InMemoryServerAssociationStore.java : 45] ProviderServlet call-5 : Generated association, handle: 1455391163151-0 type: HMAC-SHA1 expires in: 1800 seconds. [INFO ] 20:19:23,524 [ServerManager.java : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391163151-0 [DEBUG] 20:19:23,525 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:23,525 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,525 [AssociationResponse.java : 57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391163151-0 [DEBUG] 20:19:23,525 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,528 [DiffieHellmanSession.java : 96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:23,531 [DiffieHellmanSession.java : 253] ProviderServlet call-5 : Encrypted MAC key Base64: TfdwzKaag7TViKzzGfFJ2jx+Ul8= [DEBUG] 20:19:23,532 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,532 [AssociationResponse.java : 107] ProviderServlet call-5 : Created association response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [INFO ] 20:19:23,532 [ProviderServlet.java : 30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [INFO ] 20:19:23,532 [HttpServletSupport.java : 49] ProviderServlet call-5 : end onService [DEBUG] 20:19:23,532 [ParameterList.java : 188] LoginServlet call-2 : Creating parameter list from key-value form: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [DEBUG] 20:19:23,533 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,533 [ParameterList.java : 89] LoginServlet call-2 : Copying parameter list: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [DEBUG] 20:19:23,533 [ConsumerManager.java : 622] LoginServlet call-2 : Retrived response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [DEBUG] 20:19:23,533 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,533 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,533 [AssociationResponse.java : 121] LoginServlet call-2 : Created association response from message parameters: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391163151-0 expires_in:1799 dh_server_public:AL8cJdFv3w6bUgEQvmB6H/jMi+a4A8Jq/qkUV42YRza0RXzPgfh4m5hNwNdNjWRPx6gjp24OFFY8ASg+dXJvZo3d9WXSC9A9fkbwDSqJ/F/EnZY2hU1Z5qgJ4twBB6zvfve3b9dNzu/hbVC5KJLkkd3KsXXGbNXQpQO8iEaTUCLz enc_mac_key:TfdwzKaag7TViKzzGfFJ2jx+Ul8= [DEBUG] 20:19:23,533 [AssociationResponse.java : 315] LoginServlet call-2 : Retrieving MAC key from association response... [DEBUG] 20:19:23,534 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,537 [DiffieHellmanSession.java : 298] LoginServlet call-2 : Decrypted MAC key Base64: uu9s6SuLTn5K6nEch+vSn3LqPgA= [DEBUG] 20:19:23,537 [AssociationResponse.java : 331] LoginServlet call-2 : Decrypted MAC key (base64): uu9s6SuLTn5K6nEch+vSn3LqPgA= [DEBUG] 20:19:23,537 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA1 handle: 1455391163151-0 expires: Sat Feb 13 20:49:22 CET 2016 [DEBUG] 20:19:23,537 [AssociationResponse.java : 354] LoginServlet call-2 : Created association for handle: 1455391163151-0 [DEBUG] 20:19:23,537 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,537 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:23,537 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: 1455391163151-0 with OP: http://localhost:8989/provider [INFO ] 20:19:23,538 [ConsumerManager.java : 804] LoginServlet call-2 : Associated with http://localhost:8989/provider handle: 1455391163151-0 [INFO ] 20:19:23,538 [ConsumerManager.java :1065] LoginServlet call-2 : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user?format=html OP-specific ID: http://localhost:8989/user?format=html [DEBUG] 20:19:23,538 [IncrementalNonceGenerator.java : 43] LoginServlet call-2 : Generated nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,538 [ConsumerManager.java :1367] LoginServlet call-2 : Creating private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:23,538 [Association.java : 111] LoginServlet call-2 : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77d0f5 [DEBUG] 20:19:23,539 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA256 handle: expires: Sat Feb 13 20:24:23 CET 2016 [DEBUG] 20:19:23,539 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: with OP: http://localhost:8989/provider [DEBUG] 20:19:23,539 [Association.java : 261] LoginServlet call-2 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,539 [Association.java : 267] LoginServlet call-2 : Calculated signature: Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= [INFO ] 20:19:23,539 [ConsumerManager.java :1387] LoginServlet call-2 : Inserted consumer nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,539 [ConsumerManager.java :1389] LoginServlet call-2 : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [DEBUG] 20:19:23,539 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,539 [RealmVerifier.java : 210] LoginServlet call-2 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [INFO ] 20:19:23,540 [RealmVerifier.java : 278] LoginServlet call-2 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,540 [AuthRequest.java : 103] LoginServlet call-2 : Created auth request: openid.identity:http://localhost:8989/user?format=html openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.trust_root:http://localhost:8989/loginCallback openid.assoc_handle:1455391163151-0 openid.mode:checkid_setup [DEBUG] 20:19:23,540 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,540 [AxMessage.java : 50] LoginServlet call-2 : Created empty AXMessage. [DEBUG] 20:19:23,540 [FetchRequest.java : 41] LoginServlet call-2 : Created empty fetch request. [DEBUG] 20:19:23,540 [FetchRequest.java : 127] LoginServlet call-2 : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true [DEBUG] 20:19:23,540 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:23,541 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:23,541 [SRegMessage.java : 73] LoginServlet call-2 : Created empty SRegMessage. [DEBUG] 20:19:23,541 [SRegRequest.java : 34] LoginServlet call-2 : Created empty SReg request. [DEBUG] 20:19:23,541 [SRegRequest.java : 105] LoginServlet call-2 : Added new attribute to SReg request: email required: true [DEBUG] 20:19:23,541 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [INFO ] 20:19:23,542 [HttpMethodDirector.java : 817] : Redirect requested but followRedirects is disabled [INFO ] 20:19:23,542 [HttpServletSupport.java : 49] LoginServlet call-2 : end onService [INFO ] 20:19:23,544 [HttpServletSupport.java : 37] ProviderServlet call-6 : begin onService [INFO ] 20:19:23,544 [ProviderServlet.java : 26] ProviderServlet call-6 : start processing... [DEBUG] 20:19:23,544 [ParameterList.java : 84] ProviderServlet call-6 : Creating parameter list: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391163151-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [DEBUG] 20:19:23,544 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,544 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [INFO ] 20:19:23,545 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,545 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391163151-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:23,545 [ServerManager.java : 592] ProviderServlet call-6 : Parsing authentication request... [DEBUG] 20:19:23,545 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,545 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [INFO ] 20:19:23,545 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:23,545 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391163151-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:23,546 [ServerManager.java : 665] ProviderServlet call-6 : Processing authentication request... [DEBUG] 20:19:23,546 [ServerManager.java : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user?format=html [INFO ] 20:19:23,546 [ServerManager.java : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391163151-0 [DEBUG] 20:19:23,546 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,546 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity [DEBUG] 20:19:23,546 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: [DEBUG] 20:19:23,546 [AuthSuccess.java : 106] ProviderServlet call-6 : Created positive auth response: openid.mode:id_res openid.identity:http://localhost:8989/user?format=html openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.assoc_handle:1455391163151-0 openid.signed:return_to,identity openid.sig: [INFO ] 20:19:23,547 [ServerManager.java : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [DEBUG] 20:19:23,547 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,547 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,547 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,547 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,547 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,547 [FetchRequest.java : 80] ProviderServlet call-6 : Created fetch request from parameter list: mode:fetch_request type.email:http://schema.openid.net/contact/email required:email [DEBUG] 20:19:23,547 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:23,548 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,548 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:23,548 [FetchResponse.java : 35] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:23,548 [AxPayload.java : 67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1 [DEBUG] 20:19:23,548 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:23,548 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,548 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,548 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,549 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,549 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,549 [SRegRequest.java : 73] ProviderServlet call-6 : Created SReg request from parameter list: required:email [DEBUG] 20:19:23,549 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message... [DEBUG] 20:19:23,549 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:23,549 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:23,549 [SRegResponse.java : 36] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:23,549 [SRegResponse.java : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com [DEBUG] 20:19:23,550 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [DEBUG] 20:19:23,550 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:23,550 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:23,550 [Association.java : 261] ProviderServlet call-6 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D identity:http://localhost:8989/user?format=html sreg.email:user@example.com [DEBUG] 20:19:23,550 [Association.java : 267] ProviderServlet call-6 : Calculated signature: ru/QtiftlmCdfNJuNXBW1qqCvGE= [DEBUG] 20:19:23,550 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: ru/QtiftlmCdfNJuNXBW1qqCvGE= [INFO ] 20:19:23,551 [ProviderServlet.java : 30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A23Z0%26openid.rpsig%3DOh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%252B%252FXl2Dg%253D&openid.assoc_handle=1455391163151-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=ru%2FQtiftlmCdfNJuNXBW1qqCvGE%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com [INFO ] 20:19:23,551 [HttpServletSupport.java : 49] ProviderServlet call-6 : end onService [INFO ] 20:19:23,553 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "" [INFO ] 20:19:23,556 [HttpServletSupport.java : 37] LoginCallbackServlet call-7 : begin onService [INFO ] 20:19:23,556 [LoginCallbackServlet.java : 35] LoginCallbackServlet call-7 : verify response [DEBUG] 20:19:23,556 [ParameterList.java : 84] LoginCallbackServlet call-7 : Creating parameter list: openid.identity:http://localhost:8989/user?format=html openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391163151-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:23Z0 openid.sig:ru/QtiftlmCdfNJuNXBW1qqCvGE= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:23,556 [ConsumerManager.java :1123] LoginCallbackServlet call-7 : Verifying authentication response... [DEBUG] 20:19:23,557 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,557 [AuthSuccess.java : 119] LoginCallbackServlet call-7 : Created positive auth response: openid.identity:http://localhost:8989/user?format=html openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391163151-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:23Z0 openid.sig:ru/QtiftlmCdfNJuNXBW1qqCvGE= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:23,557 [ConsumerManager.java :1147] LoginCallbackServlet call-7 : Received positive auth response. [DEBUG] 20:19:23,566 [ConsumerManager.java :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A23Z0%26openid.rpsig%3DOh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%252B%252FXl2Dg%253D&openid.assoc_handle=1455391163151-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=ru%2FQtiftlmCdfNJuNXBW1qqCvGE%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D [DEBUG] 20:19:23,567 [ConsumerManager.java :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user?format=html [DEBUG] 20:19:23,567 [ConsumerManager.java :1412] LoginCallbackServlet call-7 : Extracting consumer nonce... [DEBUG] 20:19:23,567 [ConsumerManager.java :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,567 [ConsumerManager.java :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= [DEBUG] 20:19:23,567 [ConsumerManager.java :1466] LoginCallbackServlet call-7 : Consumer signed text: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,567 [ConsumerManager.java :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:23,568 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= [DEBUG] 20:19:23,568 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0 [DEBUG] 20:19:23,568 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt+/Xl2Dg= [INFO ] 20:19:23,568 [ConsumerManager.java :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified. [DEBUG] 20:19:23,568 [AbstractNonceVerifier.java : 50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:19:23Z0 [DEBUG] 20:19:23,568 [InternetDateFormat.java : 43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:19:23Z0 into Data object: Sat Feb 13 20:19:23 CET 2016 [DEBUG] 20:19:23,569 [InMemoryNonceVerifier.java : 49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:19:23Z0 [INFO ] 20:19:23,569 [ConsumerManager.java :1782] LoginCallbackServlet call-7 : Found association: 1455391163151-0 verifying signature locally... [DEBUG] 20:19:23,569 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: ru/QtiftlmCdfNJuNXBW1qqCvGE= [DEBUG] 20:19:23,569 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A23Z0&openid.rpsig=Oh8WvgZJKvHFMXBGIFCn0jWobpziSRnlkcpt%2B%2FXl2Dg%3D identity:http://localhost:8989/user?format=html sreg.email:user@example.com [DEBUG] 20:19:23,569 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: ru/QtiftlmCdfNJuNXBW1qqCvGE= [DEBUG] 20:19:23,569 [ConsumerManager.java :1790] LoginCallbackServlet call-7 : Local signature verification succeeded. [INFO ] 20:19:23,570 [ConsumerManager.java :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user?format=html [DEBUG] 20:19:23,570 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,570 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:23,570 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,570 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,570 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:23,570 [FetchResponse.java : 67] LoginCallbackServlet call-7 : Created fetch response from parameter list: value.email:user@example.com type.email:http://schema.openid.net/contact/email mode:fetch_response [DEBUG] 20:19:23,570 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:23,571 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,571 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:23,571 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,571 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:23,571 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:23,571 [SRegResponse.java : 68] LoginCallbackServlet call-7 : Created SReg response from parameter list: email:user@example.com [DEBUG] 20:19:23,571 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message... [INFO ] 20:19:23,571 [LoginCallbackServlet.java : 40] LoginCallbackServlet call-7 : success [INFO ] 20:19:23,573 [HttpServletSupport.java : 49] LoginCallbackServlet call-7 : end onService [INFO ] 20:19:23,574 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "no_html" [INFO ] 20:19:23,575 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: destroy [INFO ] 20:19:23,575 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: destroy [INFO ] 20:19:23,575 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: destroy [INFO ] 20:19:23,576 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: destroy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.539 sec Running org.openid4java.association.DiffieHellmanSessionTest [DEBUG] 20:19:23,725 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 2745670069643280498427802520825912869194995376941005677102148901931458386667424080334792818664218026515992145742995613328035229780476230707738782465276187, modulus: 11618849782870208570150009011125704850477088829457326623624769329682084471292575547531577350910948677559660071640216607953594526205899553804493894757172599 [DEBUG] 20:19:23,836 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 1343759455925624321071218223646956094644378259528199924060746613554735301676940608788719877989530083918145225532854439758065457028788513530681151598844812, modulus: 8203363287449750300080180388066290616929122017126098085707561265712845321841402022542270520738081805002372480968892992552881035358903898479210912346836021 [DEBUG] 20:19:23,996 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 1208374474679441308534937274698121533480846822509945243467909344379448496512026210229899056805265386613940377680386641201308029406163278633900648627913865, modulus: 9832945263894007701882178630212325807049761861972074888121043208738262995554865619029918431594786979463161951432615428987034710128495698612624714830647559 [DEBUG] 20:19:24,236 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 1536587252930818323017733699784485071098839969601260518073447274210390444174216433101067404812676423270861156222691647772084439688444388591069601401806915, modulus: 9186071337865117382358041801777577483859011507899073918418468266880660717460504894592685470418892273171640603021307665236126599585382508847276064087746211 [DEBUG] 20:19:24,238 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:24,240 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:24,242 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:24,244 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: T+ZpLaAplWvBm4MEftxuRlzAVZQ= [DEBUG] 20:19:24,245 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: PDuYdy+RGJ8sGRDM8seuJjKb8wM= [DEBUG] 20:19:24,304 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 2389492734880013253467454192298144844464222607906241217859602563420624092278728988703775050875015901860499537983710461906120877564967811796764298989404964, modulus: 12810487012898375328941611158568443941449895593086366207150356914115834435865773568279183322517195671626956708901455392071114566794851001969268136228601007 [DEBUG] 20:19:24,305 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2389492734880013253467454192298144844464222607906241217859602563420624092278728988703775050875015901860499537983710461906120877564967811796764298989404964 modulus: 12810487012898375328941611158568443941449895593086366207150356914115834435865773568279183322517195671626956708901455392071114566794851001969268136228601007 [DEBUG] 20:19:24,306 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2389492734880013253467454192298144844464222607906241217859602563420624092278728988703775050875015901860499537983710461906120877564967811796764298989404964 modulus: 12810487012898375328941611158568443941449895593086366207150356914115834435865773568279183322517195671626956708901455392071114566794851001969268136228601007 [DEBUG] 20:19:24,306 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: yBTUvG/ZSPsE+kCiMuNRdxs1V8g= [DEBUG] 20:19:24,307 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: Dm80jTvvltZ0rSpbcoULhv6w09k= [DEBUG] 20:19:24,309 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:24,311 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:24,313 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: 1pwSSX+AbqrM87wwS28ElA35Zs6QxhqdfgpAWmvwZ7Y= [DEBUG] 20:19:24,315 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: wBhSYAgn5YE4w8Uijh8mBF/WA0fFoLqePu+LIZ9sJVE= [DEBUG] 20:19:24,362 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 1837534223656204401911121692254389243606755912282537115226618298148998738389259818894639198671595394969118784462151776969620738389280948816595020287333741, modulus: 12970004457181004742128250014102529783885045258017629393583648102628832185445391100159123888756168171381070026967145973721691172411131188177027618205595523 [DEBUG] 20:19:24,363 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 1837534223656204401911121692254389243606755912282537115226618298148998738389259818894639198671595394969118784462151776969620738389280948816595020287333741 modulus: 12970004457181004742128250014102529783885045258017629393583648102628832185445391100159123888756168171381070026967145973721691172411131188177027618205595523 [DEBUG] 20:19:24,364 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 1837534223656204401911121692254389243606755912282537115226618298148998738389259818894639198671595394969118784462151776969620738389280948816595020287333741 modulus: 12970004457181004742128250014102529783885045258017629393583648102628832185445391100159123888756168171381070026967145973721691172411131188177027618205595523 [DEBUG] 20:19:24,365 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: gEzVrK6j0xgznGcB42EDav7LWbyGRSMJaTNP6BoikhY= [DEBUG] 20:19:24,365 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: f3zSRanRhlraFWyhJ5+abLuH+b1MSMCGngy2olqLRWk= [DEBUG] 20:19:24,367 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 sec Running org.openid4java.discovery.yadis.YadisUrlTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Tests run: 102, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [jar:jar {execution: default-jar}] [INFO] Building jar: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar [INFO] [install:install {execution: default-install}] [INFO] Installing /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar to /home/javastream.de/www/maven/org/openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.jar Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESSFUL [INFO] ------------------------------------------------------------------------ [INFO] Total time: 21 seconds [INFO] Finished at: Sat Feb 13 20:19:26 CET 2016 [INFO] Final Memory: 36M/221M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml to org.openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.pom [JENKINS] Archiving /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar to org.openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.jar [workspace] $ /home/javastream.de/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-2/bin/mvn sonar:sonar channel stopped Feb 13, 2016 8:19:26 PM hudson.remoting.RemoteInvocationHandler$Unexporter run WARNING: Couldn't clean up oid=3 from null hudson.remoting.ChannelClosedException: channel is already closed at hudson.remoting.Channel.send(Channel.java:578) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319) at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: hudson.remoting.Channel$OrderlyShutdown at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1080) at hudson.remoting.Channel$1.handle(Channel.java:501) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command close created at at hudson.remoting.Command.<init>(Command.java:56) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1074) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1072) at hudson.remoting.Channel.close(Channel.java:1156) at hudson.remoting.Channel.close(Channel.java:1138) at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:150) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:861) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1738) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'sonar'. [INFO] Ignoring available plugin update: 2.0 as it requires Maven version 3.0 [INFO] Ignoring available plugin update: 2.0-beta-2 as it requires Maven version 3.0 [INFO] Ignoring available plugin update: 2.0-beta-1 as it requires Maven version 3.0 [INFO] ------------------------------------------------------------------------ [INFO] Building OpenID4Java no dependencies [INFO] task-segment: [sonar:sonar] (aggregator-style) [INFO] ------------------------------------------------------------------------ [INFO] [sonar:sonar {execution: default-cli}] [INFO] Sonar host: http://10.10.10.106:9000/sonar [INFO] Sonar version: 3.2 [INFO] Execute: org.codehaus.sonar:sonar-maven-plugin:3.2:sonar Downloading: http://alchim.sf.net/download/snapshots/jetty/jetty/6.0.2/jetty-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository alchim.snapshots (http://alchim.sf.net/download/snapshots) Downloading: http://repo1.maven.org/maven2/jetty/jetty/6.0.2/jetty-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty:pom:6.0.2' in repository central (http://repo1.maven.org/maven2) Downloading: http://alchim.sf.net/download/snapshots/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository alchim.snapshots (http://alchim.sf.net/download/snapshots) Downloading: http://repo1.maven.org/maven2/jetty/jetty-util/6.0.2/jetty-util-6.0.2.pom [INFO] Unable to find resource 'jetty:jetty-util:pom:6.0.2' in repository central (http://repo1.maven.org/maven2) [INFO] [sonar:sonar {execution: default-sonar}] [INFO] [20:19:29.587] Create JDBC datasource to url jdbc:mysql://10.10.10.111:3306/consolving_sonar?useUnicode=true&characterEncoding=utf8 [INFO] [20:19:30.458] Initializing Hibernate [INFO] [20:19:31.739] ------------- Analyzing OpenID4Java no dependencies [INFO] [20:19:32.046] Selected quality profile : [name=Sonar way,language=java] [INFO] [20:19:32.060] Configure maven plugins... [INFO] [20:19:32.129] Compare to previous analysis (2014-01-25) [INFO] [20:19:32.149] Compare over 5 days (2016-02-08, analysis of 2014-01-25 16:47:52.0) [INFO] [20:19:32.157] Compare over 30 days (2016-01-14, analysis of 2014-01-25 16:47:52.0) [INFO] [20:19:32.295] JaCoCo agent (version 0.5.8.201207111220) extracted: /tmp/jacocoagent8820122694150768013.jar [INFO] [20:19:32.295] JVM options: -javaagent:/tmp/jacocoagent8820122694150768013.jar=destfile=target/jacoco.exec,excludes=*_javassist_* [INFO] [20:19:32.310] Execute maven plugin maven-surefire-plugin... [INFO] [20:19:32.310] Execute org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test... [INFO] ------------------------------------------------------------------------ [INFO] Building OpenID4Java no dependencies [INFO] task-segment: [org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test] [INFO] ------------------------------------------------------------------------ [INFO] [surefire:test {execution: default-cli}] [INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.openid4java.association.AssociationTest [DEBUG] 20:19:33,439 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07d09 [DEBUG] 20:19:33,445 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: test expires: Sat Feb 13 20:21:13 CET 2016 [DEBUG] 20:19:33,448 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:33,451 [Association.java : 267] : Calculated signature: M7erUdryHUEucqzhDguB571ilLo= [DEBUG] 20:19:33,452 [Association.java : 278] : Verifying signature: M7erUdryHUEucqzhDguB571ilLo= [DEBUG] 20:19:33,452 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:33,453 [Association.java : 267] : Calculated signature: M7erUdryHUEucqzhDguB571ilLo= [DEBUG] 20:19:33,453 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5880552 [DEBUG] 20:19:33,454 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: test expires: Sat Feb 13 20:21:13 CET 2016 [DEBUG] 20:19:33,454 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:33,455 [Association.java : 267] : Calculated signature: uy/f+zZpGrrAguKiPbu7a6QVuqLTaE1KNQr7kIxHDQA= [DEBUG] 20:19:33,455 [Association.java : 278] : Verifying signature: uy/f+zZpGrrAguKiPbu7a6QVuqLTaE1KNQr7kIxHDQA= [DEBUG] 20:19:33,455 [Association.java : 261] : Computing signature for input data: key1:value1 key2:value2 [DEBUG] 20:19:33,456 [Association.java : 267] : Calculated signature: uy/f+zZpGrrAguKiPbu7a6QVuqLTaE1KNQr7kIxHDQA= Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 sec Running org.openid4java.consumer.EhcacheNonceVerifierTest [WARN ] 20:19:33,493 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [DEBUG] 20:19:33,660 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Zabc [DEBUG] 20:19:33,661 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Zabc into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,663 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Zabc [DEBUG] 20:19:33,664 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Zabc [DEBUG] 20:19:33,665 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Zabc into Data object: Sat Feb 13 20:19:33 CET 2016 [ERROR] 20:19:33,665 [EhcacheNonceVerifier.java : 52] : Possible replay attack! Already seen nonce: 2016-02-13T19:19:33Zabc [DEBUG] 20:19:33,666 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Zabc [DEBUG] 20:19:33,667 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Zabc into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,667 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Zabc [WARN ] 20:19:33,668 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:33,685 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391173685. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:33,686 [AbstractNonceVerifier.java : 50] : Verifying nonce: xyz [ERROR] 20:19:33,687 [AbstractNonceVerifier.java : 68] : Error verifying the nonce: xyz java.text.ParseException: Unparseable date: "XYZ" at java.text.DateFormat.parse(DateFormat.java:366) at org.openid4java.util.InternetDateFormat.parse(InternetDateFormat.java:41) at org.openid4java.consumer.AbstractNonceVerifier.seen(AbstractNonceVerifier.java:56) at org.openid4java.consumer.AbstractNonceVerifierTest.testMalformed(AbstractNonceVerifierTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) [WARN ] 20:19:33,693 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:33,697 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391173697. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:33,700 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:18:32Zabc [DEBUG] 20:19:33,700 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:18:32Zabc into Data object: Sat Feb 13 20:18:32 CET 2016 [WARN ] 20:19:33,701 [AbstractNonceVerifier.java : 60] : Nonce is too old: 2016-02-13T19:18:32Zabc [WARN ] 20:19:33,702 [ConfigurationFactory.java : 127] : No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/home/javastream.de/www/maven/net/sf/ehcache/ehcache/1.3.0/ehcache-1.3.0.jar!/ehcache-failsafe.xml [WARN ] 20:19:33,706 [CacheManager.java : 302] : Creating a new instance of CacheManager using the diskStorePath "/tmp" which is already used by an existing CacheManager. The source of the configuration was classpath. The diskStore path for this CacheManager will be set to /tmp/ehcache_auto_created_1455391173706. To avoid this warning consider using the CacheManager factory methods to create a singleton CacheManager or specifying a separate ehcache configuration (ehcache.xml) for each CacheManager instance. [DEBUG] 20:19:33,709 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z0 [DEBUG] 20:19:33,709 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z0 [DEBUG] 20:19:33,709 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z0 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,710 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z0 [DEBUG] 20:19:33,710 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z1 [DEBUG] 20:19:33,710 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z1 [DEBUG] 20:19:33,711 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z1 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,711 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z1 [DEBUG] 20:19:33,711 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z2 [DEBUG] 20:19:33,711 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z2 [DEBUG] 20:19:33,712 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z2 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,712 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z2 [DEBUG] 20:19:33,712 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z3 [DEBUG] 20:19:33,713 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z3 [DEBUG] 20:19:33,713 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z3 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,714 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z3 [DEBUG] 20:19:33,714 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z4 [DEBUG] 20:19:33,719 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z4 [DEBUG] 20:19:33,721 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z4 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,721 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z4 [DEBUG] 20:19:33,722 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z5 [DEBUG] 20:19:33,722 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z5 [DEBUG] 20:19:33,722 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z5 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,723 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z5 [DEBUG] 20:19:33,723 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z6 [DEBUG] 20:19:33,723 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z6 [DEBUG] 20:19:33,724 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z6 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,725 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z6 [DEBUG] 20:19:33,726 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:33Z7 [DEBUG] 20:19:33,727 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:33Z7 [DEBUG] 20:19:33,728 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:33Z7 into Data object: Sat Feb 13 20:19:33 CET 2016 [DEBUG] 20:19:33,733 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:33Z7 [DEBUG] 20:19:34,734 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:34Z0 [DEBUG] 20:19:34,734 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:34Z0 [DEBUG] 20:19:34,735 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:34Z0 into Data object: Sat Feb 13 20:19:34 CET 2016 [DEBUG] 20:19:34,735 [EhcacheNonceVerifier.java : 58] : Nonce verified: 2016-02-13T19:19:34Z0 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.262 sec Running org.openid4java.server.RealmVerifierTest [DEBUG] 20:19:34,750 [OpenID4JavaUtils.java : 71] : Resource /openid4java.properties not found. [DEBUG] 20:19:34,751 [YadisResolver.java : 69] : discovery.yadis.html.parser:org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser [DEBUG] 20:19:34,752 [YadisResolver.java : 79] : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl [DEBUG] 20:19:34,800 [RealmVerifier.java : 210] : Verifying realm: http://example.com/path#fragment on return URL: http://example.com/path [DEBUG] 20:19:34,804 [RealmVerifier.java : 245] : Realm verification failed: URL fragments are not allowed. [DEBUG] 20:19:34,804 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com/ [INFO ] 20:19:34,804 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com/ [DEBUG] 20:19:34,805 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com/ [INFO ] 20:19:34,806 [RealmVerifier.java : 278] : Return URL: https://example.com/ matches realm: https://example.com/ [DEBUG] 20:19:34,808 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: https://example.com/ [DEBUG] 20:19:34,808 [RealmVerifier.java : 252] : Realm verification failed: protocol mismatch. [DEBUG] 20:19:34,809 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: http://example.com/ [DEBUG] 20:19:34,810 [RealmVerifier.java : 252] : Realm verification failed: protocol mismatch. [DEBUG] 20:19:34,810 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com:80/ [INFO ] 20:19:34,810 [RealmVerifier.java : 278] : Return URL: http://example.com:80/ matches realm: http://example.com/ [DEBUG] 20:19:34,811 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com:81/ [DEBUG] 20:19:34,811 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:34,811 [RealmVerifier.java : 210] : Verifying realm: http://example.com:80/ on return URL: http://example.com/ [INFO ] 20:19:34,812 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com:80/ [DEBUG] 20:19:34,813 [RealmVerifier.java : 210] : Verifying realm: http://example.com:81/ on return URL: http://example.com/ [DEBUG] 20:19:34,813 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:34,813 [RealmVerifier.java : 210] : Verifying realm: http://example.com:80/ on return URL: http://example.com:80/ [INFO ] 20:19:34,814 [RealmVerifier.java : 278] : Return URL: http://example.com:80/ matches realm: http://example.com:80/ [DEBUG] 20:19:34,814 [RealmVerifier.java : 210] : Verifying realm: http://example.com:8080/ on return URL: http://example.com:8080/ [INFO ] 20:19:34,814 [RealmVerifier.java : 278] : Return URL: http://example.com:8080/ matches realm: http://example.com:8080/ [DEBUG] 20:19:34,815 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com:443/ [INFO ] 20:19:34,816 [RealmVerifier.java : 278] : Return URL: https://example.com:443/ matches realm: https://example.com/ [DEBUG] 20:19:34,816 [RealmVerifier.java : 210] : Verifying realm: https://example.com/ on return URL: https://example.com:444/ [DEBUG] 20:19:34,816 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:34,816 [RealmVerifier.java : 210] : Verifying realm: https://example.com:443/ on return URL: https://example.com/ [INFO ] 20:19:34,817 [RealmVerifier.java : 278] : Return URL: https://example.com/ matches realm: https://example.com:443/ [DEBUG] 20:19:34,818 [RealmVerifier.java : 210] : Verifying realm: https://example.com:444/ on return URL: https://example.com/ [DEBUG] 20:19:34,819 [RealmVerifier.java : 266] : Realm verification failed: port mismatch. [DEBUG] 20:19:34,820 [RealmVerifier.java : 210] : Verifying realm: https://example.com:443/ on return URL: https://example.com:443/ [INFO ] 20:19:34,820 [RealmVerifier.java : 278] : Return URL: https://example.com:443/ matches realm: https://example.com:443/ [DEBUG] 20:19:34,820 [RealmVerifier.java : 210] : Verifying realm: https://example.com:1443/ on return URL: https://example.com:1443/ [INFO ] 20:19:34,821 [RealmVerifier.java : 278] : Return URL: https://example.com:1443/ matches realm: https://example.com:1443/ [DEBUG] 20:19:34,821 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://www.example.com/ [INFO ] 20:19:34,821 [RealmVerifier.java : 278] : Return URL: http://www.example.com/ matches realm: http://*.example.com/ [DEBUG] 20:19:34,822 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://WWW.Example.Com/ [INFO ] 20:19:34,822 [RealmVerifier.java : 278] : Return URL: http://WWW.Example.Com/ matches realm: http://*.example.com/ [DEBUG] 20:19:34,822 [RealmVerifier.java : 210] : Verifying realm: http://*.Example.Com/ on return URL: http://www.example.com/ [INFO ] 20:19:34,822 [RealmVerifier.java : 278] : Return URL: http://www.example.com/ matches realm: http://*.Example.Com/ [DEBUG] 20:19:34,823 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://example.com/ [INFO ] 20:19:34,823 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://*.example.com/ [DEBUG] 20:19:34,824 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://example.ca/ [DEBUG] 20:19:34,824 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:34,824 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://xexample.com/ [DEBUG] 20:19:34,824 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:34,825 [RealmVerifier.java : 210] : Verifying realm: http://*.example.com/ on return URL: http://xample.com/ [DEBUG] 20:19:34,825 [RealmVerifier.java : 259] : Realm verification failed: domain mismatch. [DEBUG] 20:19:34,826 [RealmVerifier.java : 210] : Verifying realm: http://*.com/ on return URL: http://www.example.com/ [WARN ] 20:19:34,826 [RealmVerifier.java : 228] : Blacklisted realm domain: *.com [DEBUG] 20:19:34,826 [RealmVerifier.java : 210] : Verifying realm: http://*.info/ on return URL: http://www.example.info/ [WARN ] 20:19:34,826 [RealmVerifier.java : 228] : Blacklisted realm domain: *.info [DEBUG] 20:19:34,827 [RealmVerifier.java : 210] : Verifying realm: http://*.ca/ on return URL: http://www.example.ca/ [WARN ] 20:19:34,827 [RealmVerifier.java : 228] : Blacklisted realm domain: *.ca [DEBUG] 20:19:34,833 [RealmVerifier.java : 210] : Verifying realm: http://*.bc.ca/ on return URL: http://www.example.bc.ca/ [WARN ] 20:19:34,833 [RealmVerifier.java : 228] : Blacklisted realm domain: *.bc.ca [DEBUG] 20:19:34,833 [RealmVerifier.java : 210] : Verifying realm: http://*.sfu.ca/ on return URL: http://www.example.sfu.ca/ [INFO ] 20:19:34,833 [RealmVerifier.java : 278] : Return URL: http://www.example.sfu.ca/ matches realm: http://*.sfu.ca/ [DEBUG] 20:19:34,834 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com/ [INFO ] 20:19:34,834 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com/ [DEBUG] 20:19:34,834 [RealmVerifier.java : 210] : Verifying realm: http://example.com on return URL: http://example.com [INFO ] 20:19:34,834 [RealmVerifier.java : 278] : Return URL: http://example.com matches realm: http://example.com [DEBUG] 20:19:34,834 [RealmVerifier.java : 210] : Verifying realm: http://example.com/ on return URL: http://example.com [INFO ] 20:19:34,835 [RealmVerifier.java : 278] : Return URL: http://example.com matches realm: http://example.com/ [DEBUG] 20:19:34,835 [RealmVerifier.java : 210] : Verifying realm: http://example.com on return URL: http://example.com/ [INFO ] 20:19:34,835 [RealmVerifier.java : 278] : Return URL: http://example.com/ matches realm: http://example.com [DEBUG] 20:19:34,835 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder/ [INFO ] 20:19:34,835 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder/ [DEBUG] 20:19:34,835 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder [INFO ] 20:19:34,836 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder [DEBUG] 20:19:34,836 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder [INFO ] 20:19:34,836 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder/ [DEBUG] 20:19:34,836 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder/ [INFO ] 20:19:34,836 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder [DEBUG] 20:19:34,837 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder/ [INFO ] 20:19:34,837 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/ [DEBUG] 20:19:34,837 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder/ [INFO ] 20:19:34,838 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub [DEBUG] 20:19:34,838 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder [INFO ] 20:19:34,838 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/ [DEBUG] 20:19:34,838 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder [INFO ] 20:19:34,838 [RealmVerifier.java : 278] : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub [DEBUG] 20:19:34,838 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold [DEBUG] 20:19:34,839 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,839 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold/ [DEBUG] 20:19:34,839 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,839 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold [DEBUG] 20:19:34,839 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,840 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold/ [DEBUG] 20:19:34,840 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,840 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/Sub/Folder/ [DEBUG] 20:19:34,840 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,840 [RealmVerifier.java : 210] : Verifying realm: http://example.com/Sub/Folder/ on return URL: http://example.com/sub/folder/ [DEBUG] 20:19:34,841 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. [DEBUG] 20:19:34,841 [RealmVerifier.java : 210] : Verifying realm: http://example.com/sub/* on return URL: http://example.com/sub/folder [DEBUG] 20:19:34,841 [RealmVerifier.java : 273] : Realm verification failed: path mismatch. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec Running org.openid4java.consumer.InMemoryConsumerAssociationStoreTest [DEBUG] 20:19:34,846 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b069f3 [DEBUG] 20:19:34,847 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,847 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.com [DEBUG] 20:19:34,847 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@58820e8 [DEBUG] 20:19:34,847 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,847 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.com [DEBUG] 20:19:34,848 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f976f [DEBUG] 20:19:34,848 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,848 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.com [DEBUG] 20:19:34,848 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8add [DEBUG] 20:19:34,848 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,849 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.net [DEBUG] 20:19:34,849 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77d8cd [DEBUG] 20:19:34,849 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,849 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.net [DEBUG] 20:19:34,849 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8525 [DEBUG] 20:19:34,850 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:19:35 CET 2016 [DEBUG] 20:19:34,850 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.net [DEBUG] 20:19:36,850 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f99c9 [DEBUG] 20:19:36,851 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: d expires: Sat Feb 13 20:19:37 CET 2016 [INFO ] 20:19:36,853 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: a with OP: http://example.com [INFO ] 20:19:36,853 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: b with OP: http://example.com [INFO ] 20:19:36,854 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: c with OP: http://example.com [INFO ] 20:19:36,855 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: a with OP: http://example.net [INFO ] 20:19:36,855 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: b with OP: http://example.net [INFO ] 20:19:36,856 [InMemoryConsumerAssociationStore.java : 138] : Removing expired association: c with OP: http://example.net [DEBUG] 20:19:36,856 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: d with OP: http://example.org [DEBUG] 20:19:36,856 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b0731f [DEBUG] 20:19:36,857 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 20:20:36 CET 2016 [DEBUG] 20:19:36,857 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: a with OP: http://example.com [DEBUG] 20:19:36,857 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883cdc [DEBUG] 20:19:36,857 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 20:20:36 CET 2016 [DEBUG] 20:19:36,857 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: b with OP: http://example.com [DEBUG] 20:19:36,858 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b05a8e [DEBUG] 20:19:36,858 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 20:20:36 CET 2016 [DEBUG] 20:19:36,859 [InMemoryConsumerAssociationStore.java : 41] : Adding association to the in-memory store: c with OP: http://example.com [INFO ] 20:19:36,859 [InMemoryConsumerAssociationStore.java : 99] : Removing association: b widh OP: http://example.com Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 sec Running org.openid4java.discovery.DiscoveryTest [DEBUG] 20:19:36,882 [HtmlResolver.java : 37] : discovery.html.parser:org.openid4java.discovery.html.CyberNekoDOMHtmlParser [DEBUG] 20:19:36,883 [Discovery.java : 40] : discovery.xri.resolver:org.openid4java.discovery.xri.XriDotNetProxyResolver [DEBUG] 20:19:36,906 [XriDotNetProxyResolver.java : 37] : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl [DEBUG] 20:19:36,906 [Discovery.java : 89] : Creating URL identifier for: http://example.com [DEBUG] 20:19:36,908 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:36,908 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM [DEBUG] 20:19:36,908 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM to: http://example.com/ [DEBUG] 20:19:36,908 [Discovery.java : 89] : Creating URL identifier for: http://example.com/a/b?q=1#end [DEBUG] 20:19:36,908 [UrlIdentifier.java : 125] : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end [DEBUG] 20:19:36,909 [Discovery.java : 89] : Creating URL identifier for: https://example.com [DEBUG] 20:19:36,909 [UrlIdentifier.java : 125] : Normalized: https://example.com to: https://example.com/ [DEBUG] 20:19:36,909 [Discovery.java : 89] : Creating URL identifier for: HTTPS://EXAMPLE.COM [DEBUG] 20:19:36,909 [UrlIdentifier.java : 125] : Normalized: HTTPS://EXAMPLE.COM to: https://example.com/ [DEBUG] 20:19:36,909 [Discovery.java : 89] : Creating URL identifier for: https://example.com/a/b?q=1#end [DEBUG] 20:19:36,910 [UrlIdentifier.java : 125] : Normalized: https://example.com/a/b?q=1#end to: https://example.com/a/b?q=1#end [DEBUG] 20:19:36,910 [Discovery.java : 89] : Creating URL identifier for: HttpS://Example.Com [DEBUG] 20:19:36,910 [UrlIdentifier.java : 125] : Normalized: HttpS://Example.Com to: https://example.com/ [DEBUG] 20:19:36,910 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com [DEBUG] 20:19:36,911 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:36,911 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com/a/b?q=1#end [DEBUG] 20:19:36,911 [UrlIdentifier.java : 125] : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end [DEBUG] 20:19:36,911 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example.com [DEBUG] 20:19:36,912 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:36,912 [Discovery.java : 82] : Dropping xri:// prefix from identifier: xri://=example [DEBUG] 20:19:36,912 [Discovery.java : 94] : Creating XRI identifier for: =example [WARN ] 20:19:36,912 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:36,913 [Discovery.java : 82] : Dropping xri:// prefix from identifier: xri://example [DEBUG] 20:19:36,913 [Discovery.java : 99] : Creating URL identifier (http:// prepended) for: example [DEBUG] 20:19:36,913 [UrlIdentifier.java : 125] : Normalized: http://example to: http://example/ [DEBUG] 20:19:36,914 [Discovery.java : 94] : Creating XRI identifier for: =example [WARN ] 20:19:36,914 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:36,914 [Discovery.java : 94] : Creating XRI identifier for: @example [WARN ] 20:19:36,915 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:36,915 [Discovery.java : 94] : Creating XRI identifier for: $example [WARN ] 20:19:36,915 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:36,915 [Discovery.java : 94] : Creating XRI identifier for: +example [WARN ] 20:19:36,915 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. [DEBUG] 20:19:36,915 [Discovery.java : 94] : Creating XRI identifier for: !!1234 [WARN ] 20:19:36,915 [XriDotNetProxyResolver.java : 100] : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running org.openid4java.consumer.InMemoryNonceVerifierTest [DEBUG] 20:19:36,926 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z0 [DEBUG] 20:19:36,926 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z0 [DEBUG] 20:19:36,926 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,926 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z0 [DEBUG] 20:19:36,927 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z1 [DEBUG] 20:19:36,927 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z1 [DEBUG] 20:19:36,928 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,928 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,928 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z1 [DEBUG] 20:19:36,930 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z2 [DEBUG] 20:19:36,932 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z2 [DEBUG] 20:19:36,932 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,933 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,933 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,933 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z2 [DEBUG] 20:19:36,933 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z3 [DEBUG] 20:19:36,934 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z3 [DEBUG] 20:19:36,934 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,935 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,935 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,936 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,936 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z3 [DEBUG] 20:19:36,936 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z4 [DEBUG] 20:19:36,936 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z4 [DEBUG] 20:19:36,936 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z4 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,937 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,937 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,937 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,937 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,938 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z4 [DEBUG] 20:19:36,938 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z5 [DEBUG] 20:19:36,938 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z5 [DEBUG] 20:19:36,938 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z5 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,939 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,939 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,939 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,939 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,939 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z4 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,940 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z5 [DEBUG] 20:19:36,940 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z6 [DEBUG] 20:19:36,940 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z6 [DEBUG] 20:19:36,940 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z6 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,941 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,941 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,941 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,942 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,942 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z4 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,944 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z5 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,944 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z6 [DEBUG] 20:19:36,944 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:36Z7 [DEBUG] 20:19:36,944 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:36Z7 [DEBUG] 20:19:36,945 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z7 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,951 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,952 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,952 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,952 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,953 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z4 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,953 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z5 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,953 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z6 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:36,953 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:36Z7 [DEBUG] 20:19:37,953 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:37Z0 [DEBUG] 20:19:37,954 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:37Z0 [DEBUG] 20:19:37,955 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Z0 into Data object: Sat Feb 13 20:19:37 CET 2016 [DEBUG] 20:19:37,956 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z0 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,958 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z1 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,958 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z2 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,959 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z3 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,959 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z0 from OP: http://example.com [DEBUG] 20:19:37,960 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z1 from OP: http://example.com [DEBUG] 20:19:37,960 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z2 from OP: http://example.com [DEBUG] 20:19:37,960 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z3 from OP: http://example.com [DEBUG] 20:19:37,961 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z4 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,961 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z5 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,961 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z6 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,961 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:36Z7 into Data object: Sat Feb 13 20:19:36 CET 2016 [DEBUG] 20:19:37,962 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z4 from OP: http://example.net [DEBUG] 20:19:37,962 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z5 from OP: http://example.net [DEBUG] 20:19:37,962 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z6 from OP: http://example.net [DEBUG] 20:19:37,963 [InMemoryNonceVerifier.java : 91] : Removing nonce: 2016-02-13T19:19:36Z7 from OP: http://example.net [DEBUG] 20:19:37,963 [InMemoryNonceVerifier.java : 105] : Removed all nonces from OP: http://example.com [DEBUG] 20:19:37,963 [InMemoryNonceVerifier.java : 105] : Removed all nonces from OP: http://example.net [DEBUG] 20:19:37,964 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:37Z0 [DEBUG] 20:19:37,966 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,966 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Zabc into Data object: Sat Feb 13 20:19:37 CET 2016 [DEBUG] 20:19:37,966 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,966 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,967 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Zabc into Data object: Sat Feb 13 20:19:37 CET 2016 [DEBUG] 20:19:37,967 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Zabc into Data object: Sat Feb 13 20:19:37 CET 2016 [ERROR] 20:19:37,967 [InMemoryNonceVerifier.java : 43] : Possible replay attack! Already seen nonce: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,968 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,968 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Zabc into Data object: Sat Feb 13 20:19:37 CET 2016 [DEBUG] 20:19:37,968 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:37Zabc into Data object: Sat Feb 13 20:19:37 CET 2016 [DEBUG] 20:19:37,968 [InMemoryNonceVerifier.java : 49] : Nonce verified: 2016-02-13T19:19:37Zabc [DEBUG] 20:19:37,969 [AbstractNonceVerifier.java : 50] : Verifying nonce: xyz [ERROR] 20:19:37,969 [AbstractNonceVerifier.java : 68] : Error verifying the nonce: xyz java.text.ParseException: Unparseable date: "XYZ" at java.text.DateFormat.parse(DateFormat.java:366) at org.openid4java.util.InternetDateFormat.parse(InternetDateFormat.java:41) at org.openid4java.consumer.AbstractNonceVerifier.seen(AbstractNonceVerifier.java:56) at org.openid4java.consumer.AbstractNonceVerifierTest.testMalformed(AbstractNonceVerifierTest.java:54) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) at org.apache.maven.surefire.Surefire.run(Surefire.java:177) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009) [DEBUG] 20:19:37,972 [AbstractNonceVerifier.java : 50] : Verifying nonce: 2016-02-13T19:18:36Zabc [DEBUG] 20:19:37,979 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:18:36Zabc into Data object: Sat Feb 13 20:18:36 CET 2016 [WARN ] 20:19:37,979 [AbstractNonceVerifier.java : 60] : Nonce is too old: 2016-02-13T19:18:36Zabc Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 sec Running org.openid4java.discovery.xrds.XrdsParserTest [DEBUG] 20:19:37,999 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:38,001 [XrdsParserImpl.java : 161] : Parsing XRDS input: <XRDS xmlns="xri://$xrds" ref="xri://(tel:+1-201-555-0123)*foo"> <XRD xmlns="xri://$xrd*($v*2.0)" version="2.0"> <Query>*foo</Query> <Status code="100"/> <ServerStatus code="100"/> <Expires>2005-05-30T09:30:10Z</Expires> <ProviderID>xri://(tel:+1-201-555-0123)</ProviderID> <LocalID>*baz</LocalID> <EquivID>https://example.com/example/resource/</EquivID> <CanonicalID>xri://(tel:+1-201-555-0123)!1234</CanonicalID> <CanonicalEquivID> xri://=!4a76!c2f7!9033.78bd </CanonicalEquivID> <Service> <ProviderID> xri://(tel:+1-201-555-0123)!1234 </ProviderID> <Type>xri://$res*auth*($v*2.0)</Type> <MediaType>application/xrds+xml</MediaType> <URI priority="10">http://resolve.example.com</URI> <URI priority="15">http://resolve2.example.com</URI> <URI>https://resolve.example.com</URI> </Service> <Service> <ProviderID> xri://(tel:+1-201-555-0123)!1234 </ProviderID> <Type>xri://$res*auth*($v*2.0)</Type> <MediaType>application/xrds+xml;https=true</MediaType> <URI>https://resolve.example.com</URI> </Service> <Service> <Type match="null" /> <Path select="true">/media/pictures</Path> <MediaType select="true">image/jpeg</MediaType> <URI append="path" >http://pictures.example.com</URI> </Service> <Service> <Type match="null" /> <Path select="true">/media/videos</Path> <MediaType select="true">video/mpeg</MediaType> <URI append="path" >http://videos.example.com</URI> </Service> <Service> <ProviderID> xri://!!1000!1234.5678</ProviderID> <Type match="null" /> <Path match="default" /> <URI>http://example.com/local</URI> </Service> <Service> <Type>http://example.com/some/service/v3.1</Type> <URI>http://example.com/some/service/endpoint</URI> <LocalID>https://example.com/example/resource/</LocalID> </Service> </XRD> </XRDS> [DEBUG] 20:19:38,242 [XrdsParserImpl.java : 90] : Found 3 services for the requested types. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.331 sec Running org.openid4java.server.InMemoryServerAssociationStoreTest [DEBUG] 20:19:38,329 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8aa9 [DEBUG] 20:19:38,329 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391178329-0 expires: Sat Feb 13 20:19:39 CET 2016 [DEBUG] 20:19:38,329 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391178329-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:38,330 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07cc1 [DEBUG] 20:19:38,330 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391178329-1 expires: Sat Feb 13 20:19:39 CET 2016 [DEBUG] 20:19:38,330 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391178329-1 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:38,330 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b06bad [DEBUG] 20:19:38,331 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391178329-2 expires: Sat Feb 13 20:19:39 CET 2016 [DEBUG] 20:19:38,331 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391178329-2 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:38,331 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07114 [DEBUG] 20:19:38,331 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391178329-3 expires: Sat Feb 13 20:19:39 CET 2016 [DEBUG] 20:19:38,331 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391178329-3 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:40,331 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391178329-1 [DEBUG] 20:19:40,332 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391178329-2 [DEBUG] 20:19:40,332 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391178329-3 [DEBUG] 20:19:40,332 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391178329-0 [DEBUG] 20:19:40,333 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b06999 [DEBUG] 20:19:40,333 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391178329-4 expires: Sat Feb 13 20:19:41 CET 2016 [DEBUG] 20:19:40,336 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391178329-4 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:40,336 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07846 [DEBUG] 20:19:40,337 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391180336-0 expires: Sat Feb 13 20:20:40 CET 2016 [DEBUG] 20:19:40,337 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391180336-0 type: HMAC-SHA1 expires in: 60 seconds. [DEBUG] 20:19:40,337 [Association.java : 111] : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883420 [DEBUG] 20:19:40,337 [Association.java : 45] : Creating association, type: HMAC-SHA256 handle: 1455391180336-1 expires: Sat Feb 13 20:20:40 CET 2016 [DEBUG] 20:19:40,337 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391180336-1 type: HMAC-SHA256 expires in: 60 seconds. [DEBUG] 20:19:40,339 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07602 [DEBUG] 20:19:40,339 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391180338-0 expires: Sat Feb 13 20:20:40 CET 2016 [DEBUG] 20:19:40,339 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391180338-0 type: HMAC-SHA1 expires in: 60 seconds. [DEBUG] 20:19:40,340 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b05dc4 [DEBUG] 20:19:40,340 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391180340-0 expires: Sat Feb 13 20:19:41 CET 2016 [DEBUG] 20:19:40,340 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391180340-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:42,340 [InMemoryServerAssociationStore.java : 87] : Removing expired association, handle: 1455391180340-0 [DEBUG] 20:19:42,342 [Association.java : 88] : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8fef [DEBUG] 20:19:42,342 [Association.java : 45] : Creating association, type: HMAC-SHA1 handle: 1455391182342-0 expires: Sat Feb 13 20:19:43 CET 2016 [DEBUG] 20:19:42,342 [InMemoryServerAssociationStore.java : 45] : Generated association, handle: 1455391182342-0 type: HMAC-SHA1 expires in: 1 seconds. [DEBUG] 20:19:42,342 [InMemoryServerAssociationStore.java : 61] : Removing association, handle: 1455391182342-0 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.053 sec Running org.openid4java.util.InternetDateFormatTest [DEBUG] 20:19:42,381 [InternetDateFormat.java : 43] : Parsed 1970-01-01T00:00:00Z into Data object: Thu Jan 01 01:00:00 CET 1970 [DEBUG] 20:19:42,381 [InternetDateFormat.java : 43] : Parsed 1970-01-01t00:00:00z into Data object: Thu Jan 01 01:00:00 CET 1970 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.openid4java.server.IncrementalNonceGeneratorTest [DEBUG] 20:19:42,384 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z0 [DEBUG] 20:19:42,384 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z1 [DEBUG] 20:19:42,385 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z2 [DEBUG] 20:19:42,385 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z3 [DEBUG] 20:19:42,385 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z4 [DEBUG] 20:19:42,385 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z5 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z6 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z7 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z8 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z9 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z10 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z11 [DEBUG] 20:19:42,386 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z12 [DEBUG] 20:19:42,390 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z13 [DEBUG] 20:19:42,390 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z14 [DEBUG] 20:19:42,390 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z15 [DEBUG] 20:19:42,390 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z16 [DEBUG] 20:19:42,390 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z17 [DEBUG] 20:19:42,391 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z18 [DEBUG] 20:19:42,396 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z19 [DEBUG] 20:19:42,397 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z20 [DEBUG] 20:19:42,397 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z21 [DEBUG] 20:19:42,397 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z22 [DEBUG] 20:19:42,397 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z23 [DEBUG] 20:19:42,397 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z24 [DEBUG] 20:19:42,398 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z25 [DEBUG] 20:19:42,398 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z26 [DEBUG] 20:19:42,398 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z27 [DEBUG] 20:19:42,399 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z28 [DEBUG] 20:19:42,399 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z29 [DEBUG] 20:19:42,399 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z30 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z31 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z32 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z33 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z34 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z35 [DEBUG] 20:19:42,400 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z36 [DEBUG] 20:19:42,401 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z37 [DEBUG] 20:19:42,401 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z38 [DEBUG] 20:19:42,401 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z39 [DEBUG] 20:19:42,401 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z40 [DEBUG] 20:19:42,404 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z41 [DEBUG] 20:19:42,404 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z42 [DEBUG] 20:19:42,404 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z43 [DEBUG] 20:19:42,404 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z44 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z45 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z46 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z47 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z48 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z49 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z50 [DEBUG] 20:19:42,405 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z51 [DEBUG] 20:19:42,411 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z52 [DEBUG] 20:19:42,412 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z53 [DEBUG] 20:19:42,413 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z54 [DEBUG] 20:19:42,413 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z55 [DEBUG] 20:19:42,413 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z56 [DEBUG] 20:19:42,413 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z57 [DEBUG] 20:19:42,413 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z58 [DEBUG] 20:19:42,414 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z59 [DEBUG] 20:19:42,414 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z60 [DEBUG] 20:19:42,414 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z61 [DEBUG] 20:19:42,414 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z62 [DEBUG] 20:19:42,414 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z63 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z64 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z65 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z66 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z67 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z68 [DEBUG] 20:19:42,415 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z69 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z70 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z71 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z72 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z73 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z74 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z75 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z76 [DEBUG] 20:19:42,416 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z77 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z78 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z79 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z80 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z81 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z82 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z83 [DEBUG] 20:19:42,417 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z84 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z85 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z86 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z87 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z88 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z89 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z90 [DEBUG] 20:19:42,418 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z91 [DEBUG] 20:19:42,419 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z92 [DEBUG] 20:19:42,419 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z93 [DEBUG] 20:19:42,419 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z94 [DEBUG] 20:19:42,419 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z95 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z96 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z97 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z98 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z99 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z0 [DEBUG] 20:19:42,420 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z1 [DEBUG] 20:19:42,421 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z2 [DEBUG] 20:19:42,421 [IncrementalNonceGenerator.java : 43] : Generated nonce: 2016-02-13T19:19:42Z0 [DEBUG] 20:19:42,421 [InternetDateFormat.java : 43] : Parsed 2016-02-13T19:19:42Z0 into Data object: Sat Feb 13 20:19:42 CET 2016 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running org.openid4java.infocard.OpenIDTokenTest [DEBUG] 20:19:42,426 [OpenIDToken.java : 74] : Processing xmlToken: <openid:OpenIDToken xmlns:openid="http://specs.openid.net/auth/2.0">openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com</openid:OpenIDToken> [DEBUG] 20:19:42,432 [ParameterList.java : 188] : Creating parameter list from key-value form: openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com [DEBUG] 20:19:42,433 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,437 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,437 [Message.java : 119] : Created message from parameter list: openid.ns:http://specs.openid.net/auth/2.0 openid.mode:id_res openid.op_endpoint:https://example-op.com/openid-server/ openid.claimed_id:https://example-op.com/johndoe/ openid.identity:https://example-op.com/johndoe/ openid.return_to:https://example-rp.com/openid-infocard-endpoint/ openid.response_nonce:2007-06-28T22:16:58Z0 openid.assoc_handle:d38f38e8166443cb openid.signed:op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle openid.sig:PZNucb3/5KnEHsOXEMFkg1FJAnGD+UbGR1LqsscVvEc= openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.mode:fetch_response openid.ext1.type.FirstName:http://axschema.org/namePerson/first openid.ext1.value.FirstName:John openid.ext1.type.LastName:http://axschema.org/namePerson/last openid.ext1.value.LastName:Doe openid.ext1.type.email:http://axschema.org/contact/email openid.ext1.value.email:johndoe@example.com [DEBUG] 20:19:42,438 [OpenIDToken.java : 57] : Created http://specs.openid.net/auth/2.0 token Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running org.openid4java.message.ParameterListTest [DEBUG] 20:19:42,439 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,439 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,440 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,440 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,440 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,441 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,441 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,441 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,441 [ParameterList.java : 38] : Cloning parameter list: key1:value2 key2:value1 [DEBUG] 20:19:42,441 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,442 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,442 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,442 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,442 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,443 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,446 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,446 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,447 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,447 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,448 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=value2&key2=value1 [DEBUG] 20:19:42,448 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,449 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=&key2=value1 [DEBUG] 20:19:42,449 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,449 [ParameterList.java : 157] : Creating parameter list from query string: key1=value%31&key1=&key2= [DEBUG] 20:19:42,449 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,449 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,449 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1:value2 key2:value1 [DEBUG] 20:19:42,450 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,450 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1: key2:value1 [DEBUG] 20:19:42,450 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,450 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key1: key2: [DEBUG] 20:19:42,450 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,450 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key2:value:2 [DEBUG] 20:19:42,450 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,450 [ParameterList.java : 188] : Creating parameter list from key-value form: key1:value1 key2:value2 [DEBUG] 20:19:42,451 [ParameterList.java : 33] : Created empty parameter list. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running org.openid4java.discovery.NormalizationTest [DEBUG] 20:19:42,454 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/ [DEBUG] 20:19:42,454 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/ to: http://example.com/ [DEBUG] 20:19:42,455 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/A/B?Q=Z#END [DEBUG] 20:19:42,455 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/A/B?Q=Z#END to: http://example.com/A/B?Q=Z#END [DEBUG] 20:19:42,455 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/%3d [DEBUG] 20:19:42,456 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/%3d to: http://example.com/%3D [DEBUG] 20:19:42,456 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/a?%3d [DEBUG] 20:19:42,456 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/a?%3d to: http://example.com/a?%3D [DEBUG] 20:19:42,456 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/a?q#%3d [DEBUG] 20:19:42,456 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/a?q#%3d to: http://example.com/a?q#%3D [DEBUG] 20:19:42,457 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM/%63 [DEBUG] 20:19:42,457 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM/%63 to: http://example.com/c [DEBUG] 20:19:42,457 [Discovery.java : 89] : Creating URL identifier for: HTTP://EXAMPLE.COM:80/A/B?Q=Z# [DEBUG] 20:19:42,457 [UrlIdentifier.java : 125] : Normalized: HTTP://EXAMPLE.COM:80/A/B?Q=Z# to: http://example.com/A/B?Q=Z# [DEBUG] 20:19:42,457 [Discovery.java : 89] : Creating URL identifier for: https://example.com:443 [DEBUG] 20:19:42,458 [UrlIdentifier.java : 125] : Normalized: https://example.com:443 to: https://example.com/ [DEBUG] 20:19:42,458 [Discovery.java : 89] : Creating URL identifier for: http://example.com//a/./b/../b/c/ [DEBUG] 20:19:42,458 [UrlIdentifier.java : 125] : Normalized: http://example.com//a/./b/../b/c/ to: http://example.com/a/b/c/ [DEBUG] 20:19:42,458 [Discovery.java : 89] : Creating URL identifier for: http://example.com [DEBUG] 20:19:42,458 [UrlIdentifier.java : 125] : Normalized: http://example.com to: http://example.com/ [DEBUG] 20:19:42,458 [Discovery.java : 89] : Creating URL identifier for: http://example.com?bla [DEBUG] 20:19:42,459 [UrlIdentifier.java : 125] : Normalized: http://example.com?bla to: http://example.com/?bla [DEBUG] 20:19:42,459 [Discovery.java : 89] : Creating URL identifier for: http://example.com#bla [DEBUG] 20:19:42,459 [UrlIdentifier.java : 125] : Normalized: http://example.com#bla to: http://example.com/#bla [DEBUG] 20:19:42,459 [Discovery.java : 89] : Creating URL identifier for: http://example.com/#123 [DEBUG] 20:19:42,460 [UrlIdentifier.java : 125] : Normalized: http://example.com/#123 to: http://example.com/#123 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec Running org.openid4java.message.ParameterTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running org.openid4java.message.MessageTest [DEBUG] 20:19:42,465 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,465 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,466 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,466 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,467 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,467 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,467 [ParameterList.java : 84] : Creating parameter list: some:key:value [DEBUG] 20:19:42,467 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,467 [ParameterList.java : 84] : Creating parameter list: some key :value [DEBUG] 20:19:42,468 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,468 [ParameterList.java : 84] : Creating parameter list: key:val ue [DEBUG] 20:19:42,468 [ParameterList.java : 33] : Created empty parameter list. [DEBUG] 20:19:42,468 [ParameterList.java : 84] : Creating parameter list: some: key:value [DEBUG] 20:19:42,468 [ParameterList.java : 33] : Created empty parameter list. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParserTest [DEBUG] 20:19:42,720 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="text/html; charset=utf-8" http-equiv="Content-Type"> <LINK href="http://edevil.livejournal.com/data/rss" rel="alternate" title="RSS" type="application/rss+xml"> <LINK href="http://edevil.livejournal.com/data/atom" rel="alternate" title="Atom" type="application/atom+xml"> <LINK href="http://www.livejournal.com/interface/atomapi/edevil/feed" rel="service.feed" title="AtomAPI-enabled feed" type="application/atom+xml"> <LINK href="http://www.livejournal.com/interface/atomapi/edevil/post" rel="service.post" title="Create a new post" type="application/atom+xml"> <LINK href="http://www.livejournal.com/openid/server.bml" rel="openid.server"> <META content="http://edevil.livejournal.com/data/yadis" http-equiv="X-XRDS-Location"> <LINK href="http://p-stat.livejournal.com/ad_base.css" rel="stylesheet" type="text/css"> <SCRIPT src="http://p-stat.livejournal.com/js/core.js" type="text/javascript"></SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/dom.js" type="text/javascript"></SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/httpreq.js" type="text/javascript"></SCRIPT> <SCRIPT type="text/javascript"> function controlstrip_init() { if (! $('lj_controlstrip') ){ HTTPReq.getJSON({ url: "/edevil/__rpc_controlstrip?user=edevil", onData: function (data) { var body = document.getElementsByTagName("body")[0]; var div = document.createElement("div"); div.innerHTML = data; body.appendChild(div); }, onError: function (msg) { } }); } } DOM.addEventListener(window, "load", controlstrip_init); </SCRIPT> <LINK href="http://edevil.livejournal.com/data/foaf" rel="meta" title="FOAF" type="application/rdf+xml"> <LINK href="http://edevil.livejournal.com/friends" rel="group friends made" title="LiveJournal friends"> <SCRIPT language="JavaScript" type="text/javascript"> var Site; if (!Site) Site = {}; var site_p = {"media_embed_enabled": 1, "inbox_update_poll": 0, "has_remote": 0, "statprefix": "http://p-stat.livejournal.com", "ctx_popup": 1, "imgprefix": "http://p-stat.livejournal.com/img", "esn_async": 1, "currentJournal": "edevil", "siteroot": "http://www.livejournal.com", "currentJournalBase": "http://edevil.livejournal.com"}; var site_k = ["media_embed_enabled", "inbox_update_poll", "has_remote", "statprefix", "ctx_popup", "imgprefix", "esn_async", "currentJournal", "siteroot", "currentJournalBase"]; for (var i = 0; i < site_k.length; i++) { Site[site_k[i]] = site_p[site_k[i]]; } </SCRIPT> <SCRIPT src="http://p-stat.livejournal.com/js/??core.js,dom.js,httpreq.js,livejournal.js,common/AdEngine.js,esn.js,ippu.js,lj_ippu.js,hourglass.js,contextualhover.js,md5.js,login.js,snapshots.js,livejournal-local.js?v=1229634593" type="text/javascript"></SCRIPT> <LINK href="http://p-stat.livejournal.com/??lj_base.css,esn.css,contextualhover.css,controlstrip.css,controlstrip-dark.css,controlstrip-dark-local.css,controlstrip-local.css?v=1234469864" rel="stylesheet" type="text/css"> <STYLE type="text/css"> /* Cleaned CSS: */ body, td { font-family: "Verdana", sans-serif; font-size: 10pt; } a { text-decoration: none; } a:hover { text-decoration: underline; } .shadowed { font-size: 8pt; background: #aaaaaa; } .meta { font-size: 8pt; } .index { font-size: 8pt; } .caption, .index { color: #ffffff; } .caption A, .caption A:hover, .caption A:visited { color: #ffffff; text-decoration: none; } .comments { font-size: 8pt; } .quickreply { margin-top: 1em; width:100%; } .box, .entrybox { border: hidden #000000; } </STYLE> <TITLE>Andr?? Cruz</TITLE> </HEAD> <BODY alink="#00ffff" bgcolor="#2d4f89" link="#0000ff" text="#000000" vlink="#0000ff"> <TABLE cellpadding="0" cellspacing="0" id="lj_controlstrip"> <TR valign="top"> <TD id="lj_controlstrip_loggedout_userpic"><A href="http://www.livejournal.com/"><IMG alt="Home" border="0" src="http://p-stat.livejournal.com/img/controlstrip/ljlogo-transparent-loggedout.gif" title="Home"></A></TD><TD id="lj_controlstrip_actionlinks" nowrap><SPAN id="lj_controlstrip_statustext">You are viewing <SPAN class="ljuser" lj:user="edevil" style="white-space: nowrap;"><A href="http://edevil.livejournal.com/profile"><IMG alt="[info]" height="17" src="http://p-stat.livejournal.com/img/userinfo.gif" style="vertical-align: bottom; border: 0; padding-right: 1px;" width="17"></A><A href="http://edevil.livejournal.com/"><B>edevil</B></A></SPAN>'s journal</SPAN> <BR> <A href="http://www.livejournal.com/?returnto=http://edevil.livejournal.com/">Log in</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/create.bml">Create a LiveJournal Account</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/tour/">Learn more</A></TD><TD id="lj_controlstrip_search" nowrap><A href="http://www.livejournal.com/explore/" id="main_link">Explore LJ:</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/life/">Life</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/entertainment/">Entertainment</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/music/">Music</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/culture/">Culture</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/news-and-politics/">News &amp; Politics</A>&nbsp;&nbsp; <A href="http://www.livejournal.com/technology/">Technology</A>&nbsp;&nbsp; <BR> <FORM action="http://www.livejournal.com/multisearch.bml" method="GET"> <INPUT id="lj_controlstrip_search_input_text" name="q" onblur="if (this.value == '') { this.value = 'Search...'; this.style.color = '#999'; }" onfocus="if (this.value == 'Search...') { this.value = ''; this.style.color = ''; }" size="30" style="color: #999;" type="text" value="Search..."> <SELECT name="type" style="width:auto;"> <OPTION value="int">Interest</OPTION> <OPTION value="region">Region</OPTION> <OPTION value="nav_and_user">Site &amp; User</OPTION> <OPTION value="faq">FAQ</OPTION> <OPTION value="email">Email</OPTION> <OPTION value="im">IM Info</OPTION> </SELECT> <INPUT id="lj_controlstrip_search_submit" style="width:auto;" type="submit" value="Go"> </FORM> </TD> </TR> </TABLE> <TABLE height="100%" width="100%"> <TR> <TD valign="top"> <DIV align="center"> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" id="topbox" summary="" width="600"> <TR> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR class="caption"> <TD align="left" class="caption"><B>Andr?? Cruz</B></TD> <TD align="right" class="index">[<B>entries</B>|<A class="index" href="http://edevil.livejournal.com/calendar">archive</A>|<A class="index" href="http://edevil.livejournal.com/friends">friends</A>|<A class="index" href="http://edevil.livejournal.com/profile">userinfo</A>]</TD> </TR> </TABLE> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR> <TD align="center" class="shadowed"> <TABLE border="0" cellpadding="0" cellspacing="5" style="margin-left: auto; margin-right: auto;" summary=""> <TR> <TD> <TABLE bgcolor="#ffffff" border="0" cellpadding="2" cellspacing="0" summary=""> <TR> <TD align="center" bgcolor="#000000"><IMG alt="" border="0" height="100" src="http://p-userpic.livejournal.com/38322699/8821856" width="100"></TD> </TR> </TABLE> </TD> <TD> <DIV align="center"> <B>Andr?? Cruz</B> </DIV> <P> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>website</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://andre.cabine.org">My Home</A></TD> <TD class="meta">]</TD> </TR> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>userinfo</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://edevil.livejournal.com/profile">livejournal userinfo</A></TD> <TD class="meta">]</TD> </TR> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>archive</B></TD> <TD align="center" class="meta">|</TD> <TD align="left" class="meta"><A href="http://edevil.livejournal.com/calendar">journal archive</A></TD> <TD class="meta">]</TD> </TR> </TABLE> </P> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"> <?_code ewfewfew _code></TD> <TD align="right" class="index">[Mar. 20th, 2007|<B>04:31 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Txi. Tanta publicidade...</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1958.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/1958.html">1 comment</A></B>|<A href="http://edevil.livejournal.com/1958.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="subj-link" href="http://edevil.livejournal.com/1665.html">Look, a title.</A></TD> <TD align="right" class="index">[Jul. 17th, 2006|<B>11:37 am</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD><TD align="right" class="meta"><B>Tags</B></TD><TD align="center" class="meta">|</TD><TD class="meta"><A href="http://edevil.livejournal.com/tag/tag" rel="tag">tag</A></TD><TD class="meta">]</TD> </TR> </TABLE> <BR>An entry.</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1665.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/1665.html">3 comments</A></B>|<A href="http://edevil.livejournal.com/1665.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="subj-link" href="http://edevil.livejournal.com/1299.html">Teste</A></TD> <TD align="right" class="index">[Apr. 19th, 2006|<B>04:59 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Teste de post. <BR> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1299.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/1299.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Feb. 22nd, 2006|<B>03:10 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <FONT size="-1"><FONT face="Verdana"> &lt;table width=300 align=center border=1 bordercolor=black cellspacing=0 cellpadding=2&gt;<BR> &lt;tr&gt;&lt;td bgcolor=#66CCFF align=center&gt;<BR> &lt;font face="Georgia, Times New Roman, Times, serif" style='color:black; font-size: 14pt;'&gt;<BR> &lt;b&gt;You Are the Reformer&lt;/b&gt;&lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;<BR> &lt;tr&gt;&lt;td align=center bgcolor=#FFFFFF&gt;<BR> &lt;center&gt;<BR> &nbsp; &lt;font color="#0000CC" size="+6"&gt;<BR> &nbsp; 1<BR> &nbsp; &lt;/font&gt;<BR> &lt;/center&gt;<BR> <BR> &lt;font color="#000000"&gt;<BR> You're a responsible person - with a clear sense of right and wrong.<BR> <BR> High standards are important to you, and you do everything to meet them.<BR> <BR> You are your own worst critic, feeling ashamed if you're not perfect.<BR> <BR> You have the highest integrity, and people expect you to be fair.<BR> &lt;/font&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;<BR> <BR> &lt;div align="center"&gt;<BR> &lt;a href=<A class="moz-txt-link-rfc2396E" href="http://www.blogthings.com/numberquiz.html">"http://www.blogthings.com/numberquiz.ht<WBR></WBR>ml"</A>&gt;What number are you?&lt;/a&gt;<BR> &lt;/div&gt;</FONT></FONT></TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/1175.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/1175.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Feb. 22nd, 2006|<B>03:10 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> <TABLE align="center" border="1" bordercolor="black" cellpadding="2" cellspacing="0" width="300"> <TR> <TD align="center" bgcolor="#66CCFF"> <BR> <FONT face="Georgia, Times New Roman, Times, serif" style="color:black; font-size: 14pt;"> <BR> <B>You Are the Reformer</B></FONT></TD> </TR> <TR> <TD align="center" bgcolor="#FFFFFF"> <BR> <CENTER> <BR> <FONT color="#0000CC" size="+6"> <BR> 1<BR> </FONT> <BR> </CENTER> <BR> <BR> <FONT color="#000000"> <BR>You're a responsible person - with a clear sense of right and wrong.<BR> <BR>High standards are important to you, and you do everything to meet them.<BR> <BR>You are your own worst critic, feeling ashamed if you're not perfect.<BR> <BR>You have the highest integrity, and people expect you to be fair.<BR> </FONT></TD> </TR> </TABLE> <BR> <BR> <DIV align="center"> <BR> <A href="http://www.blogthings.com/numberquiz.html">What number are you?</A> <BR> </DIV> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/979.html">link</A></TD><TD align="right" class="comments"><A href="http://edevil.livejournal.com/979.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Jan. 24th, 2006|<B>02:59 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Isto ?? um <A href="http://telepac.pt">teste</A> .<BR> </TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/514.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/514.html">1 comment</A></B>|<A href="http://edevil.livejournal.com/514.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="entrybox" summary="" width="600"> <TR align="left"> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="5" cellspacing="0" summary="" width="100%"> <TR align="left"> <TD class="caption"><A class="lj_invisible">(no subject)</A></TD> <TD align="right" class="index">[Nov. 28th, 2005|<B>03:05 pm</B>]</TD> </TR> <TR align="left"> <TD bgcolor="#ffffff" colspan="2"> Teste</TD> </TR> <TR bgcolor="#aaaaaa"> <TD align="left" class="comments" valign="top"> <A href="http://edevil.livejournal.com/272.html">link</A></TD><TD align="right" class="comments"><B><A href="http://edevil.livejournal.com/272.html">4 comments</A></B>|<A href="http://edevil.livejournal.com/272.html?mode=reply">post comment</A> <BR> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> <P> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" summary=""> <TR> <TD bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary=""> <TR> <TD align="center" class="index">navigation</TD> </TR> <TR> <TD align="center" bgcolor="#ffffff"> <TABLE border="0" cellpadding="0" cellspacing="0" summary=""> <TR> <TD class="meta">[</TD> <TD align="right" class="meta"><B>viewing</B></TD> <TD align="center" class="meta">|</TD> <TD class="meta">most recent entries</TD> <TD class="meta">]</TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </P> </DIV> </TD> <TD align="right" valign="top" width="20%"> <TABLE border="0" cellpadding="2" cellspacing="0" class="box" summary=""> <TR> <TD align="center" bgcolor="#000000"> <TABLE border="0" cellpadding="3" cellspacing="0" summary="" width="100%"> <TR> <TD align="center" class="shadowed"> <TABLE border="0" cellpadding="0" cellspacing="5" style="margin-left: auto; margin-right: auto;" summary=""> <TR> <TD> <DIV align="center"> <DIV class="ljad ljadbadge" id=""> <DIV style="clear: both; height: 0; overflow:hidden; font-size:0; line-height:0;"></DIV> <IFRAME frameborder="0" id="adframe" scrolling="no" src="http://ads.sixapart.com/show?country=PT&language=pt&height=90&p=lj&width=160&accttype=NON&adunit=badge&curl=0000ff&cbg=ffffff&cborder=000000&clink=0000ff&ctext=000000&gender=unknown&type=content&layout=generator&adplacement=s2.vertical&channel=Journal-Badge&theme=default_theme&contents=Txi.%2BTanta%2Bpublicidade...&url=http://edevil.livejournal.com//index.bml&pagenum=1b2094f811dba479eec88843b583afef2b66446d&r=1b2094f811dba479eec88843b583afef2b66446d:1&interests=cars,cinema,sports,books,computers,outdoor" style="width: 160px; height: 90px"></IFRAME> </DIV> <DIV class="ljad ljadskyscraper" id=""> <H4 style="float: left; margin-bottom: 2px; margin-top: 2px; clear: both;">Advertisement</H4> <DIV style="clear: both; height: 0; overflow:hidden; font-size:0; line-height:0;"></DIV> <IFRAME frameborder="0" id="adframe" scrolling="no" src="http://ads.sixapart.com/show?country=PT&language=pt&p=lj&width=160&accttype=NON&height=600&curl=0000ff&cbg=ffffff&cborder=000000&clink=0000ff&ctext=000000&gender=unknown&type=content&layout=generator&adunit=skyscraper&adplacement=s2.vertical&theme=default_theme&channel=Journal-Skyscraper&contents=Txi.%2BTanta%2Bpublicidade...&url=http://edevil.livejournal.com//index.bml&pagenum=1b2094f811dba479eec88843b583afef2b66446d&r=1b2094f811dba479eec88843b583afef2b66446d:2&interests=books,outdoor,cars,cinema,sports,computers" style="width: 160px; height: 600px"></IFRAME> <DIV style="float: right; margin-bottom: 3px; padding-top: 0px; line-height: 1em; white-space: nowrap;"> <A href="http://www.livejournal.com/manage/account/adsettings.bml">Customize</A> </DIV> </DIV> </DIV> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> </TABLE> <P> <!-- Start Snap Shots JavaScript --> <SCRIPT language="JavaScript" type="text/javascript"> if (SnapShots) { SnapShots.init('livejournal.com', 'livejournal.ru', 'sol-agency.ru', 'last.fm', 'lastfm.com', 'lastfm.ru'); } </SCRIPT> <SCRIPT src="http://shots.snap.com/ss/58ee89670ea3f209807d70b5d41caccd/snap_shots.js?pub=pub-5821628-www.livejournal.com" type="text/javascript"></SCRIPT> <!-- End Snap Shots JavaScript --> </P> <DIV id="hello-world" style="text-align: left; font-size:0; line-height:0; height:0; overflow:hidden;"></DIV> </BODY> </HTML> [DEBUG] 20:19:42,755 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 sec Running org.openid4java.discovery.html.CyberNekoDOMHtmlParserTest [DEBUG] 20:19:42,758 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="openid.server" href="http://www.example.com:8080/openidserver/openid.server" /> <link rel="openid.delegate" href="http://www.example.com:8080/openidserver/users/myusername"> </head> <body> </body> </html> [DEBUG] 20:19:42,759 [CyberNekoDOMHtmlParser.java : 120] : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:42,760 [CyberNekoDOMHtmlParser.java : 134] : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername [DEBUG] 20:19:42,760 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:null OpenID1-endpoint:http://www.example.com:8080/openidserver/openid.server OpenID1-delegate:http://www.example.com:8080/openidserver/users/myusername http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:42,762 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"/> <link rel="openid.server" href="http://www.example.com:8080/openidserver/openid.server" /> <link rel="openid.delegate" href="http://www.example.com:8080/openidserver/users/myusername"> </head> <body> </body> </html> [DEBUG] 20:19:42,763 [CyberNekoDOMHtmlParser.java : 120] : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server [DEBUG] 20:19:42,767 [CyberNekoDOMHtmlParser.java : 134] : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername [DEBUG] 20:19:42,767 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:null OpenID1-endpoint:http://www.example.com:8080/openidserver/openid.server OpenID1-delegate:http://www.example.com:8080/openidserver/users/myusername Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running org.openid4java.discovery.yadis.YadisResolverTest [INFO ] 20:19:42,807 [JCLLoggerAdapter.java : 216] : Logging to org.slf4j.impl.JCLLoggerAdapter@5454d35e via org.mortbay.log.Slf4jLog [INFO ] 20:19:42,837 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:42,887 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:42,889 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:42,890 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ... [DEBUG] 20:19:42,979 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:42,984 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:42,984 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:42,984 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:42,985 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:42,996 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:42,997 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:42,997 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders [INFO ] 20:19:42,999 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,000 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,000 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,001 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,001 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders_xml ... [DEBUG] 20:19:43,003 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml [DEBUG] 20:19:43,005 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,005 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml [DEBUG] 20:19:43,005 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,005 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,015 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,015 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,015 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders_xml [INFO ] 20:19:43,016 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,017 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,017 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,034 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,035 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ... [WARN ] 20:19:43,047 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,051 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,051 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ... [DEBUG] 20:19:43,054 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:43,057 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,057 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:43,057 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:43,057 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,057 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,061 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,062 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,062 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,062 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,076 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,077 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,077 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml [INFO ] 20:19:43,083 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,185 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,186 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,187 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,187 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simpleheaders ... [DEBUG] 20:19:43,194 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:43,197 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,197 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:43,198 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,198 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,215 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,215 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,216 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simpleheaders [INFO ] 20:19:43,217 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,219 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,220 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,220 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,221 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplehtml ... [WARN ] 20:19:43,225 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,226 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?headers=redir_simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,226 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplehtml ... [DEBUG] 20:19:43,231 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:43,235 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,235 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:43,235 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:43,236 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,236 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,241 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,241 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,241 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,241 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,257 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,260 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,261 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplehtml [INFO ] 20:19:43,262 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,264 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,264 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,274 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,275 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplexrds ... [DEBUG] 20:19:43,279 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplexrds ... [DEBUG] 20:19:43,284 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,284 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,284 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,298 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,298 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [DEBUG] 20:19:43,299 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=redir_simplexrds [INFO ] 20:19:43,299 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplexrds [INFO ] 20:19:43,300 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,301 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,302 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,303 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,303 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ... [WARN ] 20:19:43,306 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,310 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,311 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ... [DEBUG] 20:19:43,314 [HttpCache.java : 202] : Read 549 bytes. [DEBUG] 20:19:43,317 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,317 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:43,318 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:43,318 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,318 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,321 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,322 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,322 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,322 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,345 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,345 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,346 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml [INFO ] 20:19:43,347 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,357 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,358 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,362 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:43,363 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,464 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,464 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,465 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:43,465 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [DEBUG] 20:19:43,566 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?servertopped ... [INFO ] 20:19:43,568 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:43,568 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:43,568 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:43,568 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:43,569 [HttpMethodDirector.java : 438] : I/O exception (java.net.ConnectException) caught when processing request: Connection refused [INFO ] 20:19:43,569 [HttpMethodDirector.java : 444] : Retrying request [INFO ] 20:19:43,570 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,570 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,571 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,571 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation1 ... [DEBUG] 20:19:43,573 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation2 ... [INFO ] 20:19:43,576 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,677 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,677 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,678 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,678 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ... [DEBUG] 20:19:43,692 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ... [DEBUG] 20:19:43,694 [HttpCache.java : 202] : Read 0 bytes. [DEBUG] 20:19:43,694 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ... [DEBUG] 20:19:43,697 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ... [DEBUG] 20:19:43,699 [HttpCache.java : 202] : Read 0 bytes. [INFO ] 20:19:43,700 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,801 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,802 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,802 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,803 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=multiplexrdslocation ... [WARN ] 20:19:43,805 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,807 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=multiplexrdslocation; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,807 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=multiplexrdslocation ... [DEBUG] 20:19:43,809 [HttpCache.java : 202] : Read 355 bytes. [DEBUG] 20:19:43,810 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <META content="http://localhost:8989/?xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,811 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [INFO ] 20:19:43,811 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,912 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,912 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,913 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,913 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=nohead ... [WARN ] 20:19:43,915 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,917 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nohead; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,917 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=nohead ... [DEBUG] 20:19:43,920 [HttpCache.java : 202] : Read 109 bytes. [DEBUG] 20:19:43,921 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,921 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=twoheads ... [WARN ] 20:19:43,922 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,923 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=twoheads; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,923 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=twoheads ... [DEBUG] 20:19:43,925 [HttpCache.java : 202] : Read 301 bytes. [DEBUG] 20:19:43,926 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=extraheadinbody ... [WARN ] 20:19:43,928 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,929 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=extraheadinbody; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,929 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=extraheadinbody ... [DEBUG] 20:19:43,931 [HttpCache.java : 202] : Read 321 bytes. [DEBUG] 20:19:43,933 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's Homepage</H1> <P>Blah blah blah blah blah blah blah</P> some other head, inside the html body </BODY> </HTML> [DEBUG] 20:19:43,933 [CyberNekoDOMYadisHtmlParser.java : 89] : Found X-XRDS-Location META tags. [DEBUG] 20:19:43,933 [YadisResolver.java : 309] : input: <html> <head> <meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds"> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <head>some other head, inside the html body</head> </body> </html> [DEBUG] 20:19:43,933 [YadisResolver.java : 310] : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,933 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,935 [HttpCache.java : 202] : Read 308 bytes. [DEBUG] 20:19:43,935 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds [DEBUG] 20:19:43,935 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:43,936 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:43,942 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:43,942 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [INFO ] 20:19:43,943 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?html=extraheadinbody [INFO ] 20:19:43,944 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,951 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,952 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,952 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,952 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=headnometa ... [WARN ] 20:19:43,954 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,954 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=headnometa; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,954 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=headnometa ... [DEBUG] 20:19:43,956 [HttpCache.java : 202] : Read 444 bytes. [DEBUG] 20:19:43,959 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE>Joe Schmoe's Homepage</TITLE> </HEAD> <BODY> <H1>Joe Schmoe's larger than 350 bytes Homepage</H1> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> <P>Blah blah blah blah blah blah blah</P> </BODY> </HTML> [DEBUG] 20:19:43,959 [CyberNekoDOMYadisHtmlParser.java : 67] : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1. [DEBUG] 20:19:43,959 [YadisResolver.java : 309] : input: <html> <head> <title>Joe Schmoe's Homepage</title> </head> <body> <h1>Joe Schmoe's larger than 350 bytes Homepage</h1> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> <p>Blah blah blah blah blah blah blah</p> </body> </html> [DEBUG] 20:19:43,960 [YadisResolver.java : 310] : xrdsLocation: null [INFO ] 20:19:43,960 [YadisResolver.java : 245] : Yadis discovered 0 endpoints from: http://localhost:8989/?html=headnometa [INFO ] 20:19:43,960 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:43,961 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:43,961 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:43,962 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:43,962 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=empty ... [WARN ] 20:19:43,963 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:43,964 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=empty; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:43,964 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=empty ... [DEBUG] 20:19:43,966 [HttpCache.java : 202] : Read 0 bytes. [DEBUG] 20:19:43,967 [CyberNekoDOMYadisHtmlParser.java : 47] : document: <HTML></HTML> [INFO ] 20:19:43,967 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,068 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,069 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,069 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,069 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?html=nonexistantfile ... [WARN ] 20:19:44,071 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118) at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37) at javax.servlet.http.HttpServlet.service(HttpServlet.java:757) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:44,073 [YadisResolver.java : 377] : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nonexistantfile; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory [DEBUG] 20:19:44,073 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?html=nonexistantfile ... [WARN ] 20:19:44,075 [JCLLoggerAdapter.java : 346] : / java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/html/nonexistantfile (No such file or directory) at java.io.FileInputStream.open0(Native Method) at java.io.FileInputStream.open(FileInputStream.java:195) at java.io.FileInputStream.<init>(FileInputStream.java:138) at java.io.FileInputStream.<init>(FileInputStream.java:93) at java.io.FileReader.<init>(FileReader.java:58) at org.openid4java.discovery.yadis.YadisTestServlet.doGet(YadisTestServlet.java:95) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141) at org.mortbay.jetty.Server.handle(Server.java:303) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475) [DEBUG] 20:19:44,076 [HttpCache.java : 202] : Read 3168 bytes. [INFO ] 20:19:44,077 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,178 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,178 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,179 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,179 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ... [DEBUG] 20:19:44,181 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [DEBUG] 20:19:44,185 [HttpCache.java : 202] : Read 10 bytes. [DEBUG] 20:19:44,185 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds [INFO ] 20:19:44,185 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,286 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,286 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,287 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,287 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ... [DEBUG] 20:19:44,291 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ... [DEBUG] 20:19:44,293 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:44,293 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,293 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,298 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ... [DEBUG] 20:19:44,301 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ... [DEBUG] 20:19:44,303 [HttpCache.java : 202] : Read 293 bytes. [DEBUG] 20:19:44,303 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,303 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http://www.openidenabled.com/</URI> </XRD> </xrds:XRDS> [INFO ] 20:19:44,312 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,314 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,314 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,315 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,315 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ... [DEBUG] 20:19:44,317 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ... [DEBUG] 20:19:44,318 [HttpCache.java : 202] : Read 280 bytes. [DEBUG] 20:19:44,319 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,319 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>:</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,326 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ... [DEBUG] 20:19:44,340 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ... [DEBUG] 20:19:44,342 [HttpCache.java : 202] : Read 284 bytes. [DEBUG] 20:19:44,342 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,342 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI>http:</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,349 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ... [DEBUG] 20:19:44,350 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ... [DEBUG] 20:19:44,352 [HttpCache.java : 202] : Read 306 bytes. [DEBUG] 20:19:44,352 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,352 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://specs.openid.net/auth/2.0/signon</Type> <URI>bla bla</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,358 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:44,358 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://specs.openid.net/auth/2.0/signon] URI: bla bla URI Priority: -1 LocalID: null [DEBUG] 20:19:44,358 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 [INFO ] 20:19:44,359 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 [INFO ] 20:19:44,360 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,460 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,461 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,461 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,462 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ... [DEBUG] 20:19:44,463 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ... [DEBUG] 20:19:44,465 [HttpCache.java : 202] : Read 435 bytes. [DEBUG] 20:19:44,466 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,466 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns:openid="http://openid.net/xmlns/1.0" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://openid.net/signon/1.1</Type> <URI>http://www.openidenabled.com/</URI> <openid:Delegate>http://example.com/delegate/</openid:Delegate> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,475 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:44,476 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://openid.net/signon/1.1] URI: http://www.openidenabled.com/ URI Priority: -1 LocalID: null [DEBUG] 20:19:44,476 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [INFO ] 20:19:44,476 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [DEBUG] 20:19:44,477 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate to: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate [INFO ] 20:19:44,479 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy [INFO ] 20:19:44,580 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:44,580 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: init [INFO ] 20:19:44,580 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [DEBUG] 20:19:44,581 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:44,584 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:44,585 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:44,586 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://example.com/] [DEBUG] 20:19:44,586 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,592 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [DEBUG] 20:19:44,592 [XrdsParserImpl.java : 115] : Discovered endpoint: Service priority: 0 Type: [http://example.com/] URI: null URI Priority: -1 LocalID: null [DEBUG] 20:19:44,593 [YadisResult.java : 119] : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,593 [YadisResolver.java : 245] : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [WARN ] 20:19:44,600 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [DEBUG] 20:19:44,601 [Discovery.java : 89] : Creating URL identifier for: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:44,601 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,601 [Discovery.java : 128] : Starting discovery on URL identifier: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:44,601 [YadisResolver.java : 351] : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:44,603 [YadisResolver.java : 351] : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ... [DEBUG] 20:19:44,607 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:44,607 [XrdsParserImpl.java : 48] : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:44,608 [XrdsParserImpl.java : 161] : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,613 [XrdsParserImpl.java : 90] : Found 1 services for the requested types. [INFO ] 20:19:44,614 [YadisResolver.java : 245] : Yadis discovered 0 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,614 [Discovery.java : 139] : No OpenID service endpoints discovered through Yadis; attempting HTML discovery... [INFO ] 20:19:44,614 [HttpCache.java : 242] : Cached GET response does not match the required content type, removing. [INFO ] 20:19:44,614 [HttpCache.java : 144] : Removing cached GET for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,614 [HttpCache.java : 102] : Removing cached GET response for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:44,619 [HttpCache.java : 202] : Read 279 bytes. [DEBUG] 20:19:44,619 [UrlIdentifier.java : 125] : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [DEBUG] 20:19:44,619 [CyberNekoDOMHtmlParser.java : 44] : Parsing HTML data: <?xml version="1.0" encoding="UTF-8"?> <!-- Sample XRDS file at: xrds --> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://example.com/</Type> <URI></URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:44,620 [CyberNekoDOMHtmlParser.java : 65] : HTML discovery result: ClaimedID:http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,627 [HtmlResolver.java : 127] : HTML discovery completed on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 [INFO ] 20:19:44,627 [Discovery.java : 151] : Discovered 0 OpenID endpoints. [INFO ] 20:19:44,628 [JCLLoggerAdapter.java : 216] : org.openid4java.discovery.yadis.YadisTestServlet: destroy Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.307 sec Running org.openid4java.samples.ConsumerAndProviderTest [WARN ] 20:19:45,080 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,081 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,090 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,091 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,092 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,092 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,092 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [WARN ] 20:19:45,093 [RealmVerifier.java : 107] : RP discovery / realm validation disabled; [INFO ] 20:19:45,093 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:45,094 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: init [INFO ] 20:19:45,094 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: init [INFO ] 20:19:45,094 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: init [INFO ] 20:19:45,094 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: init [INFO ] 20:19:45,095 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:45,254 [HttpServletSupport.java : 37] LoginServlet call-1 : begin onService [INFO ] 20:19:45,254 [LoginServlet.java : 33] LoginServlet call-1 : display form [INFO ] 20:19:45,254 [HttpServletSupport.java : 49] LoginServlet call-1 : end onService [INFO ] 20:19:45,391 [HtmlUnitDialog.java : 692] : Window "" changed : "no_html" became "" [INFO ] 20:19:45,464 [HttpServletSupport.java : 37] LoginServlet call-2 : begin onService [INFO ] 20:19:45,467 [LoginServlet.java : 28] LoginServlet call-2 : openind_identifier set => try to consume [DEBUG] 20:19:45,467 [Discovery.java : 89] LoginServlet call-2 : Creating URL identifier for: http://localhost:8989/user [DEBUG] 20:19:45,468 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user to: http://localhost:8989/user [INFO ] 20:19:45,468 [Discovery.java : 128] LoginServlet call-2 : Starting discovery on URL identifier: http://localhost:8989/user [DEBUG] 20:19:45,468 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP HEAD on: http://localhost:8989/user ... [INFO ] 20:19:45,471 [HttpServletSupport.java : 37] UserInfoServlet call-3 : begin onService [INFO ] 20:19:45,472 [HttpServletSupport.java : 49] UserInfoServlet call-3 : end onService [DEBUG] 20:19:45,472 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP GET on: http://localhost:8989/user ... [INFO ] 20:19:45,474 [HttpServletSupport.java : 37] UserInfoServlet call-4 : begin onService [INFO ] 20:19:45,474 [HttpServletSupport.java : 49] UserInfoServlet call-4 : end onService [DEBUG] 20:19:45,475 [HttpCache.java : 202] LoginServlet call-2 : Read 320 bytes. [DEBUG] 20:19:45,475 [XrdsParserImpl.java : 48] LoginServlet call-2 : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server] [DEBUG] 20:19:45,475 [XrdsParserImpl.java : 161] LoginServlet call-2 : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?> <xrds:XRDS xmlns:xrds="xri://$xrds" xmlns:openid="http://openid.net/xmlns/1.0" xmlns="xri://$xrd*($v*2.0)"> <XRD> <Service priority="0"> <Type>http://openid.net/signon/1.0</Type> <URI>http://localhost:8989/provider</URI> </Service> </XRD> </xrds:XRDS> [DEBUG] 20:19:45,484 [XrdsParserImpl.java : 90] LoginServlet call-2 : Found 1 services for the requested types. [DEBUG] 20:19:45,486 [XrdsParserImpl.java : 115] LoginServlet call-2 : Discovered endpoint: Service priority: 0 Type: [http://openid.net/signon/1.0] URI: http://localhost:8989/provider URI Priority: -1 LocalID: null [DEBUG] 20:19:45,487 [YadisResult.java : 119] LoginServlet call-2 : Setting X-XRDS-Location for yadis result: http://localhost:8989/user [INFO ] 20:19:45,487 [YadisResolver.java : 245] LoginServlet call-2 : Yadis discovered 1 endpoints from: http://localhost:8989/user [DEBUG] 20:19:45,487 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user to: http://localhost:8989/user [INFO ] 20:19:45,487 [Discovery.java : 151] LoginServlet call-2 : Discovered 1 OpenID endpoints. [INFO ] 20:19:45,487 [ConsumerManager.java : 707] LoginServlet call-2 : Trying to associate with http://localhost:8989/provider attempts left: 4 [WARN ] 20:19:45,488 [ConsumerManager.java : 894] LoginServlet call-2 : Could not create association of type: :HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,505 [DiffieHellmanSession.java : 96] LoginServlet call-2 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,510 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,511 [AssociationRequest.java : 80] LoginServlet call-2 : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,511 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,512 [AssociationRequest.java : 140] LoginServlet call-2 : Created association request: openid.mode:associate openid.session_type:DH-SHA1 openid.assoc_type:HMAC-SHA1 openid.dh_consumer_public:AI71s95kxtyBl70LfrRYFIUkBaL8Qp5suIYWZRWSCKoexqWJ3wkM9MqR/excaAxiz+H8aw42yEQTtLYrAwHFK+3oI3Vaa8xw25QEcXuNyZnvWnmrwx2HMjZNHV0AnHVVgDjEh2MkVPiv5mO7IJIKCUPrlb4sF+CGSK9CBFmWS4Og [DEBUG] 20:19:45,512 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,512 [ConsumerManager.java : 767] LoginServlet call-2 : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,512 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,512 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,512 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,516 [ConsumerManager.java : 616] LoginServlet call-2 : Performing HTTP POST on http://localhost:8989/provider [INFO ] 20:19:45,518 [HttpServletSupport.java : 37] ProviderServlet call-5 : begin onService [INFO ] 20:19:45,518 [ProviderServlet.java : 26] ProviderServlet call-5 : start processing... [DEBUG] 20:19:45,520 [ParameterList.java : 84] ProviderServlet call-5 : Creating parameter list: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AI71s95kxtyBl70LfrRYFIUkBaL8Qp5suIYWZRWSCKoexqWJ3wkM9MqR/excaAxiz+H8aw42yEQTtLYrAwHFK+3oI3Vaa8xw25QEcXuNyZnvWnmrwx2HMjZNHV0AnHVVgDjEh2MkVPiv5mO7IJIKCUPrlb4sF+CGSK9CBFmWS4Og [INFO ] 20:19:45,520 [ServerManager.java : 382] ProviderServlet call-5 : Processing association request... [DEBUG] 20:19:45,520 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:45,521 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,521 [AssociationRequest.java : 153] ProviderServlet call-5 : Created association request from message parameters: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AI71s95kxtyBl70LfrRYFIUkBaL8Qp5suIYWZRWSCKoexqWJ3wkM9MqR/excaAxiz+H8aw42yEQTtLYrAwHFK+3oI3Vaa8xw25QEcXuNyZnvWnmrwx2HMjZNHV0AnHVVgDjEh2MkVPiv5mO7IJIKCUPrlb4sF+CGSK9CBFmWS4Og [DEBUG] 20:19:45,521 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,521 [Association.java : 88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07ad5 [DEBUG] 20:19:45,522 [Association.java : 45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391185090-0 expires: Sat Feb 13 20:49:45 CET 2016 [DEBUG] 20:19:45,522 [InMemoryServerAssociationStore.java : 45] ProviderServlet call-5 : Generated association, handle: 1455391185090-0 type: HMAC-SHA1 expires in: 1800 seconds. [INFO ] 20:19:45,522 [ServerManager.java : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391185090-0 [DEBUG] 20:19:45,522 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:45,523 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,523 [AssociationResponse.java : 57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391185090-0 [DEBUG] 20:19:45,523 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,529 [DiffieHellmanSession.java : 96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,533 [DiffieHellmanSession.java : 253] ProviderServlet call-5 : Encrypted MAC key Base64: bZJsqmLG6bGbKJlg+yOukv0IQG8= [DEBUG] 20:19:45,533 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,534 [AssociationResponse.java : 107] ProviderServlet call-5 : Created association response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [INFO ] 20:19:45,534 [ProviderServlet.java : 30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [INFO ] 20:19:45,534 [HttpServletSupport.java : 49] ProviderServlet call-5 : end onService [DEBUG] 20:19:45,535 [ParameterList.java : 188] LoginServlet call-2 : Creating parameter list from key-value form: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [DEBUG] 20:19:45,536 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,536 [ParameterList.java : 89] LoginServlet call-2 : Copying parameter list: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [DEBUG] 20:19:45,536 [ConsumerManager.java : 622] LoginServlet call-2 : Retrived response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [DEBUG] 20:19:45,536 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,536 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,536 [AssociationResponse.java : 121] LoginServlet call-2 : Created association response from message parameters: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185090-0 expires_in:1799 dh_server_public:Bzy/FzN/cPW8YSEbwXPibNtFzR0hRu/rTjRWXOeFgTqa0ZyGu0Y4O1obAg+oie+VzKAi5CzCK+7el6mdwXQ+UL77hxUplyMYHnvNApILtFtr05isg+Dw+pXsCWRgFb+iy1ubxJZwz5hkASq0PD3AQC7qf0HfpcytYZLrI+Zqy0g= enc_mac_key:bZJsqmLG6bGbKJlg+yOukv0IQG8= [DEBUG] 20:19:45,536 [AssociationResponse.java : 315] LoginServlet call-2 : Retrieving MAC key from association response... [DEBUG] 20:19:45,537 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,539 [DiffieHellmanSession.java : 298] LoginServlet call-2 : Decrypted MAC key Base64: VISy6saW5T42XRXT2w1uwcF5RqA= [DEBUG] 20:19:45,540 [AssociationResponse.java : 331] LoginServlet call-2 : Decrypted MAC key (base64): VISy6saW5T42XRXT2w1uwcF5RqA= [DEBUG] 20:19:45,540 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA1 handle: 1455391185090-0 expires: Sat Feb 13 20:49:44 CET 2016 [DEBUG] 20:19:45,540 [AssociationResponse.java : 354] LoginServlet call-2 : Created association for handle: 1455391185090-0 [DEBUG] 20:19:45,540 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,540 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,540 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: 1455391185090-0 with OP: http://localhost:8989/provider [INFO ] 20:19:45,540 [ConsumerManager.java : 804] LoginServlet call-2 : Associated with http://localhost:8989/provider handle: 1455391185090-0 [INFO ] 20:19:45,542 [ConsumerManager.java :1065] LoginServlet call-2 : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user OP-specific ID: http://localhost:8989/user [DEBUG] 20:19:45,542 [IncrementalNonceGenerator.java : 43] LoginServlet call-2 : Generated nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,542 [ConsumerManager.java :1367] LoginServlet call-2 : Creating private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:45,542 [Association.java : 111] LoginServlet call-2 : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883d2b [DEBUG] 20:19:45,543 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA256 handle: expires: Sat Feb 13 20:24:45 CET 2016 [DEBUG] 20:19:45,543 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: with OP: http://localhost:8989/provider [DEBUG] 20:19:45,543 [Association.java : 261] LoginServlet call-2 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,543 [Association.java : 267] LoginServlet call-2 : Calculated signature: EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= [INFO ] 20:19:45,543 [ConsumerManager.java :1387] LoginServlet call-2 : Inserted consumer nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,543 [ConsumerManager.java :1389] LoginServlet call-2 : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [DEBUG] 20:19:45,545 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,545 [RealmVerifier.java : 210] LoginServlet call-2 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [INFO ] 20:19:45,545 [RealmVerifier.java : 278] LoginServlet call-2 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,545 [AuthRequest.java : 103] LoginServlet call-2 : Created auth request: openid.identity:http://localhost:8989/user openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.trust_root:http://localhost:8989/loginCallback openid.assoc_handle:1455391185090-0 openid.mode:checkid_setup [DEBUG] 20:19:45,547 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,547 [AxMessage.java : 50] LoginServlet call-2 : Created empty AXMessage. [DEBUG] 20:19:45,547 [FetchRequest.java : 41] LoginServlet call-2 : Created empty fetch request. [DEBUG] 20:19:45,547 [FetchRequest.java : 127] LoginServlet call-2 : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true [DEBUG] 20:19:45,547 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:45,548 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,549 [SRegMessage.java : 73] LoginServlet call-2 : Created empty SRegMessage. [DEBUG] 20:19:45,549 [SRegRequest.java : 34] LoginServlet call-2 : Created empty SReg request. [DEBUG] 20:19:45,549 [SRegRequest.java : 105] LoginServlet call-2 : Added new attribute to SReg request: email required: true [DEBUG] 20:19:45,549 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [INFO ] 20:19:45,551 [HttpServletSupport.java : 49] LoginServlet call-2 : end onService [INFO ] 20:19:45,564 [HttpMethodDirector.java : 817] : Redirect requested but followRedirects is disabled [INFO ] 20:19:45,567 [HttpServletSupport.java : 37] ProviderServlet call-6 : begin onService [INFO ] 20:19:45,567 [ProviderServlet.java : 26] ProviderServlet call-6 : start processing... [DEBUG] 20:19:45,567 [ParameterList.java : 84] ProviderServlet call-6 : Creating parameter list: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391185090-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [DEBUG] 20:19:45,568 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,568 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [INFO ] 20:19:45,568 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,568 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391185090-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:45,568 [ServerManager.java : 592] ProviderServlet call-6 : Parsing authentication request... [DEBUG] 20:19:45,568 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,569 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [INFO ] 20:19:45,569 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,569 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user openid.assoc_handle:1455391185090-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:45,569 [ServerManager.java : 665] ProviderServlet call-6 : Processing authentication request... [DEBUG] 20:19:45,569 [ServerManager.java : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user [INFO ] 20:19:45,570 [ServerManager.java : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391185090-0 [DEBUG] 20:19:45,570 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,571 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity [DEBUG] 20:19:45,571 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: [DEBUG] 20:19:45,571 [AuthSuccess.java : 106] ProviderServlet call-6 : Created positive auth response: openid.mode:id_res openid.identity:http://localhost:8989/user openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.assoc_handle:1455391185090-0 openid.signed:return_to,identity openid.sig: [INFO ] 20:19:45,571 [ServerManager.java : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [DEBUG] 20:19:45,571 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,572 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,572 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,572 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,572 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,572 [FetchRequest.java : 80] ProviderServlet call-6 : Created fetch request from parameter list: mode:fetch_request type.email:http://schema.openid.net/contact/email required:email [DEBUG] 20:19:45,572 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:45,574 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,574 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,575 [FetchResponse.java : 35] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:45,575 [AxPayload.java : 67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1 [DEBUG] 20:19:45,575 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:45,575 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,575 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,575 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,575 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,576 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,576 [SRegRequest.java : 73] ProviderServlet call-6 : Created SReg request from parameter list: required:email [DEBUG] 20:19:45,576 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message... [DEBUG] 20:19:45,577 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,577 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,577 [SRegResponse.java : 36] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:45,577 [SRegResponse.java : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com [DEBUG] 20:19:45,577 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [DEBUG] 20:19:45,577 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:45,578 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:45,578 [Association.java : 261] ProviderServlet call-6 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D identity:http://localhost:8989/user sreg.email:user@example.com [DEBUG] 20:19:45,578 [Association.java : 267] ProviderServlet call-6 : Calculated signature: lrImDhkes+YFqMbBr8OtkjzwLpA= [DEBUG] 20:19:45,578 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: lrImDhkes+YFqMbBr8OtkjzwLpA= [INFO ] 20:19:45,578 [ProviderServlet.java : 30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A45Z0%26openid.rpsig%3DEYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%253D&openid.assoc_handle=1455391185090-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=lrImDhkes%2BYFqMbBr8OtkjzwLpA%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com [INFO ] 20:19:45,579 [HttpServletSupport.java : 49] ProviderServlet call-6 : end onService [INFO ] 20:19:45,584 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "" [INFO ] 20:19:45,588 [HttpServletSupport.java : 37] LoginCallbackServlet call-7 : begin onService [INFO ] 20:19:45,588 [LoginCallbackServlet.java : 35] LoginCallbackServlet call-7 : verify response [DEBUG] 20:19:45,589 [ParameterList.java : 84] LoginCallbackServlet call-7 : Creating parameter list: openid.identity:http://localhost:8989/user openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391185090-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:45Z0 openid.sig:lrImDhkes+YFqMbBr8OtkjzwLpA= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:45,589 [ConsumerManager.java :1123] LoginCallbackServlet call-7 : Verifying authentication response... [DEBUG] 20:19:45,590 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,590 [AuthSuccess.java : 119] LoginCallbackServlet call-7 : Created positive auth response: openid.identity:http://localhost:8989/user openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391185090-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:45Z0 openid.sig:lrImDhkes+YFqMbBr8OtkjzwLpA= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:45,590 [ConsumerManager.java :1147] LoginCallbackServlet call-7 : Received positive auth response. [DEBUG] 20:19:45,591 [ConsumerManager.java :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A45Z0%26openid.rpsig%3DEYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%253D&openid.assoc_handle=1455391185090-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=lrImDhkes%2BYFqMbBr8OtkjzwLpA%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D [DEBUG] 20:19:45,591 [ConsumerManager.java :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user [DEBUG] 20:19:45,591 [ConsumerManager.java :1412] LoginCallbackServlet call-7 : Extracting consumer nonce... [DEBUG] 20:19:45,591 [ConsumerManager.java :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,591 [ConsumerManager.java :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= [DEBUG] 20:19:45,591 [ConsumerManager.java :1466] LoginCallbackServlet call-7 : Consumer signed text: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,592 [ConsumerManager.java :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:45,592 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= [DEBUG] 20:19:45,592 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,592 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY= [INFO ] 20:19:45,592 [ConsumerManager.java :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified. [DEBUG] 20:19:45,592 [AbstractNonceVerifier.java : 50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,593 [InternetDateFormat.java : 43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:19:45Z0 into Data object: Sat Feb 13 20:19:45 CET 2016 [DEBUG] 20:19:45,593 [InMemoryNonceVerifier.java : 49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:19:45Z0 [INFO ] 20:19:45,593 [ConsumerManager.java :1782] LoginCallbackServlet call-7 : Found association: 1455391185090-0 verifying signature locally... [DEBUG] 20:19:45,593 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: lrImDhkes+YFqMbBr8OtkjzwLpA= [DEBUG] 20:19:45,593 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=EYXhy4DS2JaNLNhUAlOeetdxjQozNj7oBHY77hsUsdY%3D identity:http://localhost:8989/user sreg.email:user@example.com [DEBUG] 20:19:45,593 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: lrImDhkes+YFqMbBr8OtkjzwLpA= [DEBUG] 20:19:45,593 [ConsumerManager.java :1790] LoginCallbackServlet call-7 : Local signature verification succeeded. [INFO ] 20:19:45,594 [ConsumerManager.java :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user [DEBUG] 20:19:45,594 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,594 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:45,594 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,594 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,594 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:45,594 [FetchResponse.java : 67] LoginCallbackServlet call-7 : Created fetch response from parameter list: value.email:user@example.com type.email:http://schema.openid.net/contact/email mode:fetch_response [DEBUG] 20:19:45,595 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:45,595 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,595 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:45,595 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,595 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,595 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:45,595 [SRegResponse.java : 68] LoginCallbackServlet call-7 : Created SReg response from parameter list: email:user@example.com [DEBUG] 20:19:45,595 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message... [INFO ] 20:19:45,596 [LoginCallbackServlet.java : 40] LoginCallbackServlet call-7 : success [INFO ] 20:19:45,596 [HttpServletSupport.java : 49] LoginCallbackServlet call-7 : end onService [INFO ] 20:19:45,600 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "no_html" [INFO ] 20:19:45,604 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: destroy [INFO ] 20:19:45,604 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: destroy [INFO ] 20:19:45,605 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: destroy [INFO ] 20:19:45,605 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: destroy [INFO ] 20:19:45,606 [JCLLoggerAdapter.java : 216] : jetty-6.0.2 [INFO ] 20:19:45,606 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: init [INFO ] 20:19:45,607 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: init [INFO ] 20:19:45,607 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: init [INFO ] 20:19:45,607 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: init [INFO ] 20:19:45,608 [JCLLoggerAdapter.java : 216] : Started SocketConnector @ 0.0.0.0:8989 [INFO ] 20:19:45,610 [HttpServletSupport.java : 37] LoginServlet call-1 : begin onService [INFO ] 20:19:45,610 [LoginServlet.java : 33] LoginServlet call-1 : display form [INFO ] 20:19:45,610 [HttpServletSupport.java : 49] LoginServlet call-1 : end onService [INFO ] 20:19:45,618 [HtmlUnitDialog.java : 692] : Window "" changed : "no_html" became "" [INFO ] 20:19:45,627 [HttpServletSupport.java : 37] LoginServlet call-2 : begin onService [INFO ] 20:19:45,627 [LoginServlet.java : 28] LoginServlet call-2 : openind_identifier set => try to consume [DEBUG] 20:19:45,627 [Discovery.java : 89] LoginServlet call-2 : Creating URL identifier for: http://localhost:8989/user?format=html [DEBUG] 20:19:45,627 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html [INFO ] 20:19:45,628 [Discovery.java : 128] LoginServlet call-2 : Starting discovery on URL identifier: http://localhost:8989/user?format=html [DEBUG] 20:19:45,628 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP HEAD on: http://localhost:8989/user?format=html ... [INFO ] 20:19:45,629 [HttpServletSupport.java : 37] UserInfoServlet call-3 : begin onService [INFO ] 20:19:45,630 [HttpServletSupport.java : 49] UserInfoServlet call-3 : end onService [DEBUG] 20:19:45,630 [YadisResolver.java : 351] LoginServlet call-2 : Performing HTTP GET on: http://localhost:8989/user?format=html ... [INFO ] 20:19:45,632 [HttpServletSupport.java : 37] UserInfoServlet call-4 : begin onService [INFO ] 20:19:45,632 [HttpServletSupport.java : 49] UserInfoServlet call-4 : end onService [DEBUG] 20:19:45,633 [HttpCache.java : 202] LoginServlet call-2 : Read 113 bytes. [DEBUG] 20:19:45,635 [CyberNekoDOMYadisHtmlParser.java : 47] LoginServlet call-2 : document: <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <LINK href="http://localhost:8989/provider" rel="openid.server"> </HEAD> <BODY>in html</BODY> </HTML> [DEBUG] 20:19:45,635 [CyberNekoDOMYadisHtmlParser.java : 67] LoginServlet call-2 : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1. [DEBUG] 20:19:45,636 [YadisResolver.java : 309] LoginServlet call-2 : input: <html><head> <link rel='openid.server' href='http://localhost:8989/provider'/> </head><body>in html</body></html> [DEBUG] 20:19:45,636 [YadisResolver.java : 310] LoginServlet call-2 : xrdsLocation: null [INFO ] 20:19:45,636 [YadisResolver.java : 245] LoginServlet call-2 : Yadis discovered 0 endpoints from: http://localhost:8989/user?format=html [INFO ] 20:19:45,636 [Discovery.java : 139] LoginServlet call-2 : No OpenID service endpoints discovered through Yadis; attempting HTML discovery... [INFO ] 20:19:45,636 [HttpCache.java : 140] LoginServlet call-2 : Returning cached GET response for http://localhost:8989/user?format=html [DEBUG] 20:19:45,636 [UrlIdentifier.java : 125] LoginServlet call-2 : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html [DEBUG] 20:19:45,636 [CyberNekoDOMHtmlParser.java : 44] LoginServlet call-2 : Parsing HTML data: <html><head> <link rel='openid.server' href='http://localhost:8989/provider'/> </head><body>in html</body></html> [DEBUG] 20:19:45,637 [CyberNekoDOMHtmlParser.java : 120] LoginServlet call-2 : Found OpenID1 endpoint: http://localhost:8989/provider [DEBUG] 20:19:45,637 [CyberNekoDOMHtmlParser.java : 65] LoginServlet call-2 : HTML discovery result: ClaimedID:http://localhost:8989/user?format=html OpenID1-endpoint:http://localhost:8989/provider [INFO ] 20:19:45,637 [HtmlResolver.java : 127] LoginServlet call-2 : HTML discovery completed on: http://localhost:8989/user?format=html [DEBUG] 20:19:45,638 [HtmlResolver.java : 167] LoginServlet call-2 : OpenID1-signon HTML discovery endpoint: OpenID1 OP-endpoint:http://localhost:8989/provider ClaimedID:http://localhost:8989/user?format=html Delegate:null [INFO ] 20:19:45,638 [Discovery.java : 151] LoginServlet call-2 : Discovered 1 OpenID endpoints. [INFO ] 20:19:45,638 [ConsumerManager.java : 707] LoginServlet call-2 : Trying to associate with http://localhost:8989/provider attempts left: 4 [WARN ] 20:19:45,638 [ConsumerManager.java : 894] LoginServlet call-2 : Could not create association of type: :HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,640 [DiffieHellmanSession.java : 96] LoginServlet call-2 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,641 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,641 [AssociationRequest.java : 80] LoginServlet call-2 : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,641 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,641 [AssociationRequest.java : 140] LoginServlet call-2 : Created association request: openid.mode:associate openid.session_type:DH-SHA1 openid.assoc_type:HMAC-SHA1 openid.dh_consumer_public:AMuhWjz+jtT3EWLCKBteb2cWONAdwwWsQ0qyR/CBHIj9TmBaatCQ1v7hvhmAo3oTstdw3vUsrfBiGipFSJu5RVqEfGbmJp4IgDKdH/ibTAkC3prbIInhyEQwWwpaJkVDfsfhXRa3D95P+HDqHB48gAWwvC4MBDaybytGuyvIKLfL [DEBUG] 20:19:45,642 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,642 [ConsumerManager.java : 767] LoginServlet call-2 : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,642 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,642 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,642 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,642 [ConsumerManager.java : 616] LoginServlet call-2 : Performing HTTP POST on http://localhost:8989/provider [INFO ] 20:19:45,643 [HttpServletSupport.java : 37] ProviderServlet call-5 : begin onService [INFO ] 20:19:45,653 [ProviderServlet.java : 26] ProviderServlet call-5 : start processing... [DEBUG] 20:19:45,654 [ParameterList.java : 84] ProviderServlet call-5 : Creating parameter list: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AMuhWjz+jtT3EWLCKBteb2cWONAdwwWsQ0qyR/CBHIj9TmBaatCQ1v7hvhmAo3oTstdw3vUsrfBiGipFSJu5RVqEfGbmJp4IgDKdH/ibTAkC3prbIInhyEQwWwpaJkVDfsfhXRa3D95P+HDqHB48gAWwvC4MBDaybytGuyvIKLfL [INFO ] 20:19:45,654 [ServerManager.java : 382] ProviderServlet call-5 : Processing association request... [DEBUG] 20:19:45,654 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:45,654 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,654 [AssociationRequest.java : 153] ProviderServlet call-5 : Created association request from message parameters: openid.assoc_type:HMAC-SHA1 openid.mode:associate openid.session_type:DH-SHA1 openid.dh_consumer_public:AMuhWjz+jtT3EWLCKBteb2cWONAdwwWsQ0qyR/CBHIj9TmBaatCQ1v7hvhmAo3oTstdw3vUsrfBiGipFSJu5RVqEfGbmJp4IgDKdH/ibTAkC3prbIInhyEQwWwpaJkVDfsfhXRa3D95P+HDqHB48gAWwvC4MBDaybytGuyvIKLfL [DEBUG] 20:19:45,654 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,655 [Association.java : 88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f825d [DEBUG] 20:19:45,655 [Association.java : 45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391185092-0 expires: Sat Feb 13 20:49:45 CET 2016 [DEBUG] 20:19:45,655 [InMemoryServerAssociationStore.java : 45] ProviderServlet call-5 : Generated association, handle: 1455391185092-0 type: HMAC-SHA1 expires in: 1800 seconds. [INFO ] 20:19:45,655 [ServerManager.java : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391185092-0 [DEBUG] 20:19:45,655 [ParameterList.java : 33] ProviderServlet call-5 : Created empty parameter list. [DEBUG] 20:19:45,655 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,655 [AssociationResponse.java : 57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391185092-0 [DEBUG] 20:19:45,655 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,658 [DiffieHellmanSession.java : 96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:45,660 [DiffieHellmanSession.java : 253] ProviderServlet call-5 : Encrypted MAC key Base64: SvMicHhyVbOr5fb7FOd20pl2f84= [DEBUG] 20:19:45,660 [AssociationSessionType.java : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,660 [AssociationResponse.java : 107] ProviderServlet call-5 : Created association response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [INFO ] 20:19:45,661 [ProviderServlet.java : 30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [INFO ] 20:19:45,661 [HttpServletSupport.java : 49] ProviderServlet call-5 : end onService [DEBUG] 20:19:45,661 [ParameterList.java : 188] LoginServlet call-2 : Creating parameter list from key-value form: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [DEBUG] 20:19:45,661 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,661 [ParameterList.java : 89] LoginServlet call-2 : Copying parameter list: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [DEBUG] 20:19:45,662 [ConsumerManager.java : 622] LoginServlet call-2 : Retrived response: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [DEBUG] 20:19:45,662 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,662 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,662 [AssociationResponse.java : 121] LoginServlet call-2 : Created association response from message parameters: session_type:DH-SHA1 assoc_type:HMAC-SHA1 assoc_handle:1455391185092-0 expires_in:1799 dh_server_public:Y04mIfi5c4EI0x+ZDwDbjTofZdmnNkZY3wlM4JgxlSBw2WP/lQOYYPCKyFh65htaqyikOY1jLbb7fi4L6ysJDcvAZQ1Q7nleViR6yLMOA5367e6zKYSpW2jIu93sGUm8f8XkRryX7sXgFyAY6XzQovGz8caFs/UOoBWmS4ISN8I= enc_mac_key:SvMicHhyVbOr5fb7FOd20pl2f84= [DEBUG] 20:19:45,662 [AssociationResponse.java : 315] LoginServlet call-2 : Retrieving MAC key from association response... [DEBUG] 20:19:45,662 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,664 [DiffieHellmanSession.java : 298] LoginServlet call-2 : Decrypted MAC key Base64: Z9RC7u4IGaTAR447ml/Y75R4ScE= [DEBUG] 20:19:45,664 [AssociationResponse.java : 331] LoginServlet call-2 : Decrypted MAC key (base64): Z9RC7u4IGaTAR447ml/Y75R4ScE= [DEBUG] 20:19:45,664 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA1 handle: 1455391185092-0 expires: Sat Feb 13 20:49:44 CET 2016 [DEBUG] 20:19:45,664 [AssociationResponse.java : 354] LoginServlet call-2 : Created association for handle: 1455391185092-0 [DEBUG] 20:19:45,665 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,665 [AssociationSessionType.java : 187] LoginServlet call-2 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1 [DEBUG] 20:19:45,665 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: 1455391185092-0 with OP: http://localhost:8989/provider [INFO ] 20:19:45,665 [ConsumerManager.java : 804] LoginServlet call-2 : Associated with http://localhost:8989/provider handle: 1455391185092-0 [INFO ] 20:19:45,665 [ConsumerManager.java :1065] LoginServlet call-2 : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user?format=html OP-specific ID: http://localhost:8989/user?format=html [DEBUG] 20:19:45,666 [IncrementalNonceGenerator.java : 43] LoginServlet call-2 : Generated nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,666 [ConsumerManager.java :1367] LoginServlet call-2 : Creating private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:45,666 [Association.java : 111] LoginServlet call-2 : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77d112 [DEBUG] 20:19:45,666 [Association.java : 45] LoginServlet call-2 : Creating association, type: HMAC-SHA256 handle: expires: Sat Feb 13 20:24:45 CET 2016 [DEBUG] 20:19:45,666 [InMemoryConsumerAssociationStore.java : 41] LoginServlet call-2 : Adding association to the in-memory store: with OP: http://localhost:8989/provider [DEBUG] 20:19:45,666 [Association.java : 261] LoginServlet call-2 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,666 [Association.java : 267] LoginServlet call-2 : Calculated signature: WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= [INFO ] 20:19:45,667 [ConsumerManager.java :1387] LoginServlet call-2 : Inserted consumer nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,667 [ConsumerManager.java :1389] LoginServlet call-2 : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [DEBUG] 20:19:45,667 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,667 [RealmVerifier.java : 210] LoginServlet call-2 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [INFO ] 20:19:45,667 [RealmVerifier.java : 278] LoginServlet call-2 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,667 [AuthRequest.java : 103] LoginServlet call-2 : Created auth request: openid.identity:http://localhost:8989/user?format=html openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.trust_root:http://localhost:8989/loginCallback openid.assoc_handle:1455391185092-0 openid.mode:checkid_setup [DEBUG] 20:19:45,667 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,668 [AxMessage.java : 50] LoginServlet call-2 : Created empty AXMessage. [DEBUG] 20:19:45,668 [FetchRequest.java : 41] LoginServlet call-2 : Created empty fetch request. [DEBUG] 20:19:45,668 [FetchRequest.java : 127] LoginServlet call-2 : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true [DEBUG] 20:19:45,668 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:45,668 [ParameterList.java : 33] LoginServlet call-2 : Created empty parameter list. [DEBUG] 20:19:45,668 [SRegMessage.java : 73] LoginServlet call-2 : Created empty SRegMessage. [DEBUG] 20:19:45,668 [SRegRequest.java : 34] LoginServlet call-2 : Created empty SReg request. [DEBUG] 20:19:45,668 [SRegRequest.java : 105] LoginServlet call-2 : Added new attribute to SReg request: email required: true [DEBUG] 20:19:45,668 [Message.java : 396] LoginServlet call-2 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [INFO ] 20:19:45,669 [HttpMethodDirector.java : 817] : Redirect requested but followRedirects is disabled [INFO ] 20:19:45,670 [HttpServletSupport.java : 49] LoginServlet call-2 : end onService [INFO ] 20:19:45,672 [HttpServletSupport.java : 37] ProviderServlet call-6 : begin onService [INFO ] 20:19:45,673 [ProviderServlet.java : 26] ProviderServlet call-6 : start processing... [DEBUG] 20:19:45,673 [ParameterList.java : 84] ProviderServlet call-6 : Creating parameter list: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391185092-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [DEBUG] 20:19:45,673 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,674 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [INFO ] 20:19:45,674 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,674 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391185092-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:45,674 [ServerManager.java : 592] ProviderServlet call-6 : Parsing authentication request... [DEBUG] 20:19:45,674 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,674 [RealmVerifier.java : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [INFO ] 20:19:45,674 [RealmVerifier.java : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D matches realm: http://localhost:8989/loginCallback [DEBUG] 20:19:45,675 [AuthRequest.java : 118] ProviderServlet call-6 : Created auth request: openid.ext1.mode:fetch_request openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.sreg.required:email openid.ns.sreg:http://openid.net/sreg/1.0 openid.identity:http://localhost:8989/user?format=html openid.assoc_handle:1455391185092-0 openid.mode:checkid_setup openid.trust_root:http://localhost:8989/loginCallback openid.ns.ext1:http://openid.net/srv/ax/1.0 openid.ext1.type.email:http://schema.openid.net/contact/email openid.ext1.required:email [INFO ] 20:19:45,675 [ServerManager.java : 665] ProviderServlet call-6 : Processing authentication request... [DEBUG] 20:19:45,675 [ServerManager.java : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user?format=html [INFO ] 20:19:45,676 [ServerManager.java : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391185092-0 [DEBUG] 20:19:45,676 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,676 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity [DEBUG] 20:19:45,677 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: [DEBUG] 20:19:45,678 [AuthSuccess.java : 106] ProviderServlet call-6 : Created positive auth response: openid.mode:id_res openid.identity:http://localhost:8989/user?format=html openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.assoc_handle:1455391185092-0 openid.signed:return_to,identity openid.sig: [INFO ] 20:19:45,678 [ServerManager.java : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [DEBUG] 20:19:45,678 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,678 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,678 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,678 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,678 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,678 [FetchRequest.java : 80] ProviderServlet call-6 : Created fetch request from parameter list: mode:fetch_request type.email:http://schema.openid.net/contact/email required:email [DEBUG] 20:19:45,678 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:45,679 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,679 [AxMessage.java : 50] ProviderServlet call-6 : Created empty AXMessage. [DEBUG] 20:19:45,679 [FetchResponse.java : 35] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:45,679 [AxPayload.java : 67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1 [DEBUG] 20:19:45,679 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1 [DEBUG] 20:19:45,679 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,680 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,680 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,680 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,680 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,680 [SRegRequest.java : 73] ProviderServlet call-6 : Created SReg request from parameter list: required:email [DEBUG] 20:19:45,680 [Message.java : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message... [DEBUG] 20:19:45,680 [ParameterList.java : 33] ProviderServlet call-6 : Created empty parameter list. [DEBUG] 20:19:45,680 [SRegMessage.java : 73] ProviderServlet call-6 : Created empty SRegMessage. [DEBUG] 20:19:45,680 [SRegResponse.java : 36] ProviderServlet call-6 : Created empty fetch response. [DEBUG] 20:19:45,681 [SRegResponse.java : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com [DEBUG] 20:19:45,681 [Message.java : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg [DEBUG] 20:19:45,681 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:45,681 [AuthSuccess.java : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email [DEBUG] 20:19:45,681 [Association.java : 261] ProviderServlet call-6 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D identity:http://localhost:8989/user?format=html sreg.email:user@example.com [DEBUG] 20:19:45,681 [Association.java : 267] ProviderServlet call-6 : Calculated signature: hOAA9V6uVe/st9uLtBoDdaHcQkQ= [DEBUG] 20:19:45,681 [AuthSuccess.java : 364] ProviderServlet call-6 : Added signature: hOAA9V6uVe/st9uLtBoDdaHcQkQ= [INFO ] 20:19:45,685 [ProviderServlet.java : 30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A45Z0%26openid.rpsig%3DWjKA8d6hhqY3fk4ucIrSy%252FrPf%252Be2mpTQ%252FtGnflIFiwc%253D&openid.assoc_handle=1455391185092-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=hOAA9V6uVe%2Fst9uLtBoDdaHcQkQ%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com [INFO ] 20:19:45,686 [HttpServletSupport.java : 49] ProviderServlet call-6 : end onService [INFO ] 20:19:45,690 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "" [INFO ] 20:19:45,692 [HttpServletSupport.java : 37] LoginCallbackServlet call-7 : begin onService [INFO ] 20:19:45,693 [LoginCallbackServlet.java : 35] LoginCallbackServlet call-7 : verify response [DEBUG] 20:19:45,693 [ParameterList.java : 84] LoginCallbackServlet call-7 : Creating parameter list: openid.identity:http://localhost:8989/user?format=html openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391185092-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:45Z0 openid.sig:hOAA9V6uVe/st9uLtBoDdaHcQkQ= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:45,693 [ConsumerManager.java :1123] LoginCallbackServlet call-7 : Verifying authentication response... [DEBUG] 20:19:45,693 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,693 [AuthSuccess.java : 119] LoginCallbackServlet call-7 : Created positive auth response: openid.identity:http://localhost:8989/user?format=html openid.ext1.value.email:user@example.com openid.signed:return_to,identity,sreg.email openid.ext1.type.email:http://schema.openid.net/contact/email openid.rpsig:WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= openid.ext1.mode:fetch_response openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D openid.ns.sreg:http://openid.net/sreg/1.0 openid.assoc_handle:1455391185092-0 openid.mode:id_res openid.rpnonce:2016-02-13T19:19:45Z0 openid.sig:hOAA9V6uVe/st9uLtBoDdaHcQkQ= openid.sreg.email:user@example.com openid.ns.ext1:http://openid.net/srv/ax/1.0 [INFO ] 20:19:45,694 [ConsumerManager.java :1147] LoginCallbackServlet call-7 : Received positive auth response. [DEBUG] 20:19:45,694 [ConsumerManager.java :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A19%253A45Z0%26openid.rpsig%3DWjKA8d6hhqY3fk4ucIrSy%252FrPf%252Be2mpTQ%252FtGnflIFiwc%253D&openid.assoc_handle=1455391185092-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=hOAA9V6uVe%2Fst9uLtBoDdaHcQkQ%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D [DEBUG] 20:19:45,694 [ConsumerManager.java :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user?format=html [DEBUG] 20:19:45,694 [ConsumerManager.java :1412] LoginCallbackServlet call-7 : Extracting consumer nonce... [DEBUG] 20:19:45,694 [ConsumerManager.java :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,694 [ConsumerManager.java :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= [DEBUG] 20:19:45,695 [ConsumerManager.java :1466] LoginCallbackServlet call-7 : Consumer signed text: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,695 [ConsumerManager.java :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider [DEBUG] 20:19:45,695 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= [DEBUG] 20:19:45,695 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0 [DEBUG] 20:19:45,695 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: WjKA8d6hhqY3fk4ucIrSy/rPf+e2mpTQ/tGnflIFiwc= [INFO ] 20:19:45,695 [ConsumerManager.java :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified. [DEBUG] 20:19:45,695 [AbstractNonceVerifier.java : 50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:19:45Z0 [DEBUG] 20:19:45,696 [InternetDateFormat.java : 43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:19:45Z0 into Data object: Sat Feb 13 20:19:45 CET 2016 [DEBUG] 20:19:45,696 [InMemoryNonceVerifier.java : 49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:19:45Z0 [INFO ] 20:19:45,696 [ConsumerManager.java :1782] LoginCallbackServlet call-7 : Found association: 1455391185092-0 verifying signature locally... [DEBUG] 20:19:45,696 [Association.java : 278] LoginCallbackServlet call-7 : Verifying signature: hOAA9V6uVe/st9uLtBoDdaHcQkQ= [DEBUG] 20:19:45,696 [Association.java : 261] LoginCallbackServlet call-7 : Computing signature for input data: return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A19%3A45Z0&openid.rpsig=WjKA8d6hhqY3fk4ucIrSy%2FrPf%2Be2mpTQ%2FtGnflIFiwc%3D identity:http://localhost:8989/user?format=html sreg.email:user@example.com [DEBUG] 20:19:45,696 [Association.java : 267] LoginCallbackServlet call-7 : Calculated signature: hOAA9V6uVe/st9uLtBoDdaHcQkQ= [DEBUG] 20:19:45,696 [ConsumerManager.java :1790] LoginCallbackServlet call-7 : Local signature verification succeeded. [INFO ] 20:19:45,697 [ConsumerManager.java :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user?format=html [DEBUG] 20:19:45,697 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,697 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:45,697 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,697 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,697 [AxMessage.java : 50] LoginCallbackServlet call-7 : Created empty AXMessage. [DEBUG] 20:19:45,697 [FetchResponse.java : 67] LoginCallbackServlet call-7 : Created fetch response from parameter list: value.email:user@example.com type.email:http://schema.openid.net/contact/email mode:fetch_response [DEBUG] 20:19:45,697 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message... [DEBUG] 20:19:45,698 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,698 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:45,698 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,698 [ParameterList.java : 33] LoginCallbackServlet call-7 : Created empty parameter list. [DEBUG] 20:19:45,698 [SRegMessage.java : 73] LoginCallbackServlet call-7 : Created empty SRegMessage. [DEBUG] 20:19:45,698 [SRegResponse.java : 68] LoginCallbackServlet call-7 : Created SReg response from parameter list: email:user@example.com [DEBUG] 20:19:45,698 [Message.java : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message... [INFO ] 20:19:45,698 [LoginCallbackServlet.java : 40] LoginCallbackServlet call-7 : success [INFO ] 20:19:45,699 [HttpServletSupport.java : 49] LoginCallbackServlet call-7 : end onService [INFO ] 20:19:45,701 [HtmlUnitDialog.java : 692] : Window "" changed : "" became "no_html" [INFO ] 20:19:45,702 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.ProviderServlet: destroy [INFO ] 20:19:45,702 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.UserInfoServlet: destroy [INFO ] 20:19:45,702 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginCallbackServlet: destroy [INFO ] 20:19:45,702 [JCLLoggerAdapter.java : 216] : org.openid4java.samples.LoginServlet: destroy Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.745 sec Running org.openid4java.association.DiffieHellmanSessionTest [DEBUG] 20:19:45,940 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 9328648330286320241562457577743321307716806588867372897185891062919666800419772293896487436635239420076630047752724723652433216884266853955624228131020454, modulus: 12304320525115813170864750304813513525857048974205335485595818468651800114018369962329182989173801587963104678664632252995855978632010850751265084656502613 [DEBUG] 20:19:46,167 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 3831082061399910608607028707174838665204854178039490889578258605052370597522962383404594080101828951606625859098266283305182218690293744000285535703117855, modulus: 10322002432828824532009924204982695343654736925447039378001217566201566726357764014562511865127213937027514644500099860382912668229727859576632649444093789 [DEBUG] 20:19:46,540 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 10773681533142349902511376157429638074713426135797638492109736755941118405770314468367058768145523005256174318133752407450887475631594274727424129774937968, modulus: 13100875020580802422838259469058779567398912683893417602107752522665303513040187953294525882315831445072693877734537820046689098701262115470050357475302519 [DEBUG] 20:19:46,730 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 5927362075564752557969026664305194339129551110002476782341776482611228523118838619391109051308482442581564648778196414540107566546696271149692178579758374, modulus: 6741972523113806270875578312700300729416932321575535097164595029095220170870906059707660802269575991572652731060007959661052498515318006291092741868714743 [DEBUG] 20:19:46,733 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:46,735 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:46,737 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:46,738 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: JFyMWDnEjdXIa3N35vDxG0PXJFQ= [DEBUG] 20:19:46,740 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: qjbd6JANgQ03Vigu4V4O85pGZic= [DEBUG] 20:19:46,762 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 5283182166271573816084144205435003570952229441533900793151916216196695335362586003663325882497364628737099486872698205357319776428298010498067295536418343, modulus: 10973601294013478783502729466504405686819168160024231143817267941958910724361978726373887965497838748650721752409884539698136752187151439331147439936971197 [DEBUG] 20:19:46,763 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 5283182166271573816084144205435003570952229441533900793151916216196695335362586003663325882497364628737099486872698205357319776428298010498067295536418343 modulus: 10973601294013478783502729466504405686819168160024231143817267941958910724361978726373887965497838748650721752409884539698136752187151439331147439936971197 [DEBUG] 20:19:46,764 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 5283182166271573816084144205435003570952229441533900793151916216196695335362586003663325882497364628737099486872698205357319776428298010498067295536418343 modulus: 10973601294013478783502729466504405686819168160024231143817267941958910724361978726373887965497838748650721752409884539698136752187151439331147439936971197 [DEBUG] 20:19:46,765 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: +y1pqi+/hbKJWBDZtSIkrRHw9w0= [DEBUG] 20:19:46,765 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: RNQ/p1zD43/w1XPXK77Sfv7wIqk= [DEBUG] 20:19:46,768 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:46,770 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 [DEBUG] 20:19:46,772 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: 8CQTZqO3s1Xrsl92mVP8oQ+vS2B04Zorwnn9QLjdQvU= [DEBUG] 20:19:46,773 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: TrojFGCQCWPgz87mi2hMnnofKs5B3bKWwp+853wP8Sk= [DEBUG] 20:19:46,814 [DiffieHellmanSession.java : 126] : Generated random DHParameterSpec, base: 236193062989367779543695389720326711165131781807091864129397199914296854880988390897173655445401765123284974836046546632904606886427023018039654799088815, modulus: 9178287319672181001655006638880514223678011714943116569821997249303530102954498811257401313204427752128227321606278674394753885425849958158588636892902303 [DEBUG] 20:19:46,815 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 236193062989367779543695389720326711165131781807091864129397199914296854880988390897173655445401765123284974836046546632904606886427023018039654799088815 modulus: 9178287319672181001655006638880514223678011714943116569821997249303530102954498811257401313204427752128227321606278674394753885425849958158588636892902303 [DEBUG] 20:19:46,815 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 236193062989367779543695389720326711165131781807091864129397199914296854880988390897173655445401765123284974836046546632904606886427023018039654799088815 modulus: 9178287319672181001655006638880514223678011714943116569821997249303530102954498811257401313204427752128227321606278674394753885425849958158588636892902303 [DEBUG] 20:19:46,816 [DiffieHellmanSession.java : 253] : Encrypted MAC key Base64: aknNBo37LU73NZJqa8MGNmPs10AKnWlz04GYaBQRmhg= [DEBUG] 20:19:46,817 [DiffieHellmanSession.java : 298] : Decrypted MAC key Base64: F8zoghDtsxbKNCe4t9deK2PzuqEjAldYiVK98EkuxnM= [DEBUG] 20:19:46,819 [DiffieHellmanSession.java : 96] : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 sec Running org.openid4java.discovery.yadis.YadisUrlTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Results : Tests run: 102, Failures: 0, Errors: 0, Skipped: 0 [INFO] [20:19:46.868] Execute org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test done: 14558 ms [INFO] [20:19:46.868] Execute maven plugin maven-surefire-plugin done: 14558 ms [INFO] [20:19:46.868] Initializer JacocoMavenInitializer... [INFO] [20:19:46.868] Initializer JacocoMavenInitializer done: 0 ms [INFO] [20:19:46.868] Initializer ProjectFileSystemLogger... [INFO] [20:19:46.868] Source directories: [INFO] [20:19:46.868] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src [INFO] [20:19:46.868] Test directories: [INFO] [20:19:46.868] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/test/src [INFO] [20:19:46.868] Initializer ProjectFileSystemLogger done: 0 ms [INFO] [20:19:46.868] Initializer MavenInitializer... [INFO] [20:19:46.869] Java source version: 1.5 [INFO] [20:19:46.869] Java target version: 1.5 [INFO] [20:19:46.872] Source encoding: null [INFO] [20:19:46.872] Initializer MavenInitializer done: 4 ms [INFO] [20:19:46.872] Initializer FindbugsMavenInitializer... [INFO] [20:19:46.872] Initializer FindbugsMavenInitializer done: 0 ms [INFO] [20:19:46.908] Sensor JavaSourceImporter... [INFO] [20:19:50.854] Sensor JavaSourceImporter done: 3946 ms [INFO] [20:19:50.854] Sensor SquidSensor... [INFO] [20:19:50.874] Java AST scan... [INFO] [20:19:55.826] Java AST scan done: 4952 ms [INFO] [20:19:55.828] Java bytecode scan... [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Can not execute Sonar Embedded error: 5747 [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29 seconds [INFO] Finished at: Sat Feb 13 20:19:55 CET 2016 [INFO] Final Memory: 31M/398M [INFO] ------------------------------------------------------------------------ Build step 'Invoke top-level Maven targets' marked build as failure Started calculate disk usage of build Finished Calculation of disk usage of build in 0 seconds Started calculate disk usage of workspace Finished Calculation of disk usage of workspace in 0 seconds Finished: FAILURE