Skip to content
Success

Console Output

Established TCP socket on 46887
<===[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...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for org.openid4java:openid4java-nodeps:jar:0.9.5
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.higgins:higgins-configuration-api:jar -> duplicate declaration of version (?) @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 289, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.higgins:higgins-sts-api:jar -> duplicate declaration of version (?) @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 294, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.higgins:higgins-sts-common:jar -> duplicate declaration of version (?) @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 299, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.higgins:higgins-sts-server-token-handler:jar -> duplicate declaration of version (?) @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 304, column 17
[WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: org.eclipse.higgins:higgins-sts-spi:jar -> duplicate declaration of version (?) @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 309, column 17
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 46, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ org.openid4java:openid4java-nodeps:[unknown-version], /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml, line 91, column 15
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenID4Java no dependencies 0.9.5
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for jetty:jetty:jar:6.0.2 is missing, no dependency information available
[WARNING] The POM for jetty:jetty-util:jar:6.0.2 is missing, no dependency information available
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ openid4java-nodeps ---
[INFO] Deleting /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target
[INFO] 
[INFO] --- cobertura-maven-plugin:2.0:clean (default) @ openid4java-nodeps ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ openid4java-nodeps ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 99 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ openid4java-nodeps ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 92 source files to /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/classes
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src/org/openid4java/consumer/EhcacheNonceVerifier.java: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src/org/openid4java/consumer/EhcacheNonceVerifier.java uses or overrides a deprecated API.
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src/org/openid4java/consumer/EhcacheNonceVerifier.java: Recompile with -Xlint:deprecation for details.
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src/org/openid4java/message/Message.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/src/org/openid4java/message/Message.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ openid4java-nodeps ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 11 resources
[INFO] 
[INFO] --- maven-antrun-plugin:1.3:run (default) @ openid4java-nodeps ---
[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] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ openid4java-nodeps ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 31 source files to /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-classes
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/test/src/org/openid4java/server/AbstractNonceGeneratorTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/test/src/org/openid4java/server/AbstractNonceGeneratorTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ openid4java-nodeps ---
[INFO] Surefire report directory: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.openid4java.infocard.OpenIDTokenTest
[DEBUG] 21:36:42,781 [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] 21:36:42,972 [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] 21:36:42,980 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:42,986 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:42,988 [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] 21:36:42,989 [OpenIDToken.java                        :  57]                      : Created http://specs.openid.net/auth/2.0 token
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 sec
Running org.openid4java.consumer.InMemoryNonceVerifierTest
[DEBUG] 21:36:43,030 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z0
[DEBUG] 21:36:43,030 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z0
[DEBUG] 21:36:43,034 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,036 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z0
[DEBUG] 21:36:43,036 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z1
[DEBUG] 21:36:43,037 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z1
[DEBUG] 21:36:43,037 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,038 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,045 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z1
[DEBUG] 21:36:43,045 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z2
[DEBUG] 21:36:43,046 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z2
[DEBUG] 21:36:43,046 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,046 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,047 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,050 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z2
[DEBUG] 21:36:43,050 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z3
[DEBUG] 21:36:43,051 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z3
[DEBUG] 21:36:43,052 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,053 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,053 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,064 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,066 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z3
[DEBUG] 21:36:43,066 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z4
[DEBUG] 21:36:43,067 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z4
[DEBUG] 21:36:43,067 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z4 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,068 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,070 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,071 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,072 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,073 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z4
[DEBUG] 21:36:43,077 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z5
[DEBUG] 21:36:43,079 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z5
[DEBUG] 21:36:43,080 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z5 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,081 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,081 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,082 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,084 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,086 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z4 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,086 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z5
[DEBUG] 21:36:43,087 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z6
[DEBUG] 21:36:43,088 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z6
[DEBUG] 21:36:43,089 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z6 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,090 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,090 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,092 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,093 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,094 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z4 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,095 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z5 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,096 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z6
[DEBUG] 21:36:43,096 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:43Z7
[DEBUG] 21:36:43,096 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:43Z7
[DEBUG] 21:36:43,098 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z7 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,098 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,099 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,099 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,100 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,102 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z4 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,102 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z5 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,105 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z6 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:43,106 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:43Z7
[DEBUG] 21:36:44,106 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:44Z0
[DEBUG] 21:36:44,107 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:44Z0
[DEBUG] 21:36:44,107 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Z0 into Data object: Sat Feb 13 21:36:44 CET 2016
[DEBUG] 21:36:44,108 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z0 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,109 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z1 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,110 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z2 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,111 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z3 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,111 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z0 from OP: http://example.com
[DEBUG] 21:36:44,111 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z1 from OP: http://example.com
[DEBUG] 21:36:44,113 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z2 from OP: http://example.com
[DEBUG] 21:36:44,114 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z3 from OP: http://example.com
[DEBUG] 21:36:44,114 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z7 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,117 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z4 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,121 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z5 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,121 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:43Z6 into Data object: Sat Feb 13 21:36:43 CET 2016
[DEBUG] 21:36:44,122 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z7 from OP: http://example.net
[DEBUG] 21:36:44,122 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z4 from OP: http://example.net
[DEBUG] 21:36:44,123 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z5 from OP: http://example.net
[DEBUG] 21:36:44,123 [InMemoryNonceVerifier.java              :  91]                      : Removing nonce: 2016-02-13T20:36:43Z6 from OP: http://example.net
[DEBUG] 21:36:44,124 [InMemoryNonceVerifier.java              : 105]                      : Removed all nonces from OP: http://example.com
[DEBUG] 21:36:44,125 [InMemoryNonceVerifier.java              : 105]                      : Removed all nonces from OP: http://example.net
[DEBUG] 21:36:44,125 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:44Z0
[DEBUG] 21:36:44,128 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,129 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Zabc into Data object: Sat Feb 13 21:36:44 CET 2016
[DEBUG] 21:36:44,131 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,132 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,132 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Zabc into Data object: Sat Feb 13 21:36:44 CET 2016
[DEBUG] 21:36:44,136 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Zabc into Data object: Sat Feb 13 21:36:44 CET 2016
[ERROR] 21:36:44,137 [InMemoryNonceVerifier.java              :  43]                      : Possible replay attack! Already seen nonce: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,140 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,142 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Zabc into Data object: Sat Feb 13 21:36:44 CET 2016
[DEBUG] 21:36:44,142 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:44Zabc into Data object: Sat Feb 13 21:36:44 CET 2016
[DEBUG] 21:36:44,143 [InMemoryNonceVerifier.java              :  49]                      : Nonce verified: 2016-02-13T20:36:44Zabc
[DEBUG] 21:36:44,147 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: xyz
[ERROR] 21:36:44,157 [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:498)
	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:498)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98)
	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:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
[DEBUG] 21:36:44,159 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:35:43Zabc
[DEBUG] 21:36:44,159 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:35:43Zabc into Data object: Sat Feb 13 21:35:43 CET 2016
[WARN ] 21:36:44,160 [AbstractNonceVerifier.java              :  60]                      : Nonce is too old: 2016-02-13T20:35:43Zabc
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.159 sec
Running org.openid4java.consumer.InMemoryConsumerAssociationStoreTest
[DEBUG] 21:36:44,465 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07bef
[DEBUG] 21:36:44,466 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,466 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: a with OP: http://example.com
[DEBUG] 21:36:44,468 [Association.java                        : 111]                      : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77f2a9
[DEBUG] 21:36:44,469 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,470 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: b with OP: http://example.com
[DEBUG] 21:36:44,471 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f9033
[DEBUG] 21:36:44,471 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,472 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: c with OP: http://example.com
[DEBUG] 21:36:44,472 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f9774
[DEBUG] 21:36:44,473 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,473 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: a with OP: http://example.net
[DEBUG] 21:36:44,473 [Association.java                        : 111]                      : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77cc8c
[DEBUG] 21:36:44,474 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,475 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: b with OP: http://example.net
[DEBUG] 21:36:44,476 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f82c8
[DEBUG] 21:36:44,476 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 21:36:45 CET 2016
[DEBUG] 21:36:44,478 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: c with OP: http://example.net
[DEBUG] 21:36:46,478 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f94ea
[DEBUG] 21:36:46,479 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: d expires: Sat Feb 13 21:36:47 CET 2016
[INFO ] 21:36:46,479 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: a with OP: http://example.com
[INFO ] 21:36:46,479 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: b with OP: http://example.com
[INFO ] 21:36:46,479 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: c with OP: http://example.com
[INFO ] 21:36:46,480 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: a with OP: http://example.net
[INFO ] 21:36:46,480 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: b with OP: http://example.net
[INFO ] 21:36:46,480 [InMemoryConsumerAssociationStore.java   : 138]                      : Removing expired association: c with OP: http://example.net
[DEBUG] 21:36:46,480 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: d with OP: http://example.org
[DEBUG] 21:36:46,481 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b06814
[DEBUG] 21:36:46,481 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: a expires: Sat Feb 13 21:37:46 CET 2016
[DEBUG] 21:36:46,481 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: a with OP: http://example.com
[DEBUG] 21:36:46,481 [Association.java                        : 111]                      : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77dbea
[DEBUG] 21:36:46,481 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA256 handle: b expires: Sat Feb 13 21:37:46 CET 2016
[DEBUG] 21:36:46,482 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: b with OP: http://example.com
[DEBUG] 21:36:46,482 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b0740b
[DEBUG] 21:36:46,482 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: c expires: Sat Feb 13 21:37:46 CET 2016
[DEBUG] 21:36:46,482 [InMemoryConsumerAssociationStore.java   :  41]                      : Adding association to the in-memory store: c with OP: http://example.com
[INFO ] 21:36:46,482 [InMemoryConsumerAssociationStore.java   :  99]                      : Removing association: b widh OP: http://example.com
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 sec
Running org.openid4java.consumer.EhcacheNonceVerifierTest
[WARN ] 21:36:46,511 [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] 21:36:46,587 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z0
[DEBUG] 21:36:46,587 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z0
[DEBUG] 21:36:46,588 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z0 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,592 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z0
[DEBUG] 21:36:46,593 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z1
[DEBUG] 21:36:46,593 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z1
[DEBUG] 21:36:46,594 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z1 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,612 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z1
[DEBUG] 21:36:46,612 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z2
[DEBUG] 21:36:46,613 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z2
[DEBUG] 21:36:46,615 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z2 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,615 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z2
[DEBUG] 21:36:46,616 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z3
[DEBUG] 21:36:46,616 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z3
[DEBUG] 21:36:46,616 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z3 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,616 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z3
[DEBUG] 21:36:46,617 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z4
[DEBUG] 21:36:46,617 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z4
[DEBUG] 21:36:46,617 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z4 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,625 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z4
[DEBUG] 21:36:46,626 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z5
[DEBUG] 21:36:46,627 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z5
[DEBUG] 21:36:46,628 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z5 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,628 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z5
[DEBUG] 21:36:46,632 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z6
[DEBUG] 21:36:46,632 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z6
[DEBUG] 21:36:46,647 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z6 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,647 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z6
[DEBUG] 21:36:46,648 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:46Z7
[DEBUG] 21:36:46,648 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:46Z7
[DEBUG] 21:36:46,648 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:46Z7 into Data object: Sat Feb 13 21:36:46 CET 2016
[DEBUG] 21:36:46,649 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:46Z7
[DEBUG] 21:36:47,649 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:47Z0
[DEBUG] 21:36:47,649 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:47Z0
[DEBUG] 21:36:47,649 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:47Z0 into Data object: Sat Feb 13 21:36:47 CET 2016
[DEBUG] 21:36:47,649 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:47Z0
[WARN ] 21:36:47,650 [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 ] 21:36:47,661 [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_1455395807661.
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] 21:36:47,667 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:47Zabc
[DEBUG] 21:36:47,667 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:47Zabc into Data object: Sat Feb 13 21:36:47 CET 2016
[DEBUG] 21:36:47,667 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:47Zabc
[DEBUG] 21:36:47,667 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:47Zabc
[DEBUG] 21:36:47,668 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:47Zabc into Data object: Sat Feb 13 21:36:47 CET 2016
[ERROR] 21:36:47,670 [EhcacheNonceVerifier.java               :  52]                      : Possible replay attack! Already seen nonce: 2016-02-13T20:36:47Zabc
[DEBUG] 21:36:47,670 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:36:47Zabc
[DEBUG] 21:36:47,672 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:47Zabc into Data object: Sat Feb 13 21:36:47 CET 2016
[DEBUG] 21:36:47,672 [EhcacheNonceVerifier.java               :  58]                      : Nonce verified: 2016-02-13T20:36:47Zabc
[WARN ] 21:36:47,680 [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 ] 21:36:47,682 [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_1455395807682.
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] 21:36:47,683 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: xyz
[ERROR] 21:36:47,683 [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:498)
	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:498)
	at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95)
	at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121)
	at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98)
	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:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
[WARN ] 21:36:47,684 [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 ] 21:36:47,695 [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_1455395807695.
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] 21:36:47,703 [AbstractNonceVerifier.java              :  50]                      : Verifying nonce: 2016-02-13T20:35:46Zabc
[DEBUG] 21:36:47,710 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:35:46Zabc into Data object: Sat Feb 13 21:35:46 CET 2016
[WARN ] 21:36:47,710 [AbstractNonceVerifier.java              :  60]                      : Nonce is too old: 2016-02-13T20:35:46Zabc
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.219 sec
Running org.openid4java.message.ParameterTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.openid4java.message.ParameterListTest
[DEBUG] 21:36:47,715 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,715 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,715 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,716 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,716 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,716 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,716 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,717 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,717 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,717 [ParameterList.java                      : 157]                      : Creating parameter list from query string: key1=value%31&key1=value2&key2=value1
[DEBUG] 21:36:47,723 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,723 [ParameterList.java                      : 157]                      : Creating parameter list from query string: key1=value%31&key1=&key2=value1
[DEBUG] 21:36:47,724 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,724 [ParameterList.java                      : 157]                      : Creating parameter list from query string: key1=value%31&key1=&key2=
[DEBUG] 21:36:47,724 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,724 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,730 [ParameterList.java                      :  38]                      : Cloning parameter list:
key1:value2
key2:value1

[DEBUG] 21:36:47,730 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,731 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,731 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,731 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,732 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,732 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,732 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,733 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,733 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,733 [ParameterList.java                      : 188]                      : Creating parameter list from key-value form:
key1:value1
key1:value2
key2:value1
[DEBUG] 21:36:47,733 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,734 [ParameterList.java                      : 188]                      : Creating parameter list from key-value form:
key1:value1
key1:
key2:value1
[DEBUG] 21:36:47,734 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,734 [ParameterList.java                      : 188]                      : Creating parameter list from key-value form:
key1:value1
key1:
key2:
[DEBUG] 21:36:47,734 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,734 [ParameterList.java                      : 188]                      : Creating parameter list from key-value form:
key1:value1
key2:value:2
[DEBUG] 21:36:47,734 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,735 [ParameterList.java                      : 188]                      : Creating parameter list from key-value form:
key1:value1
key2:value2

[DEBUG] 21:36:47,735 [ParameterList.java                      :  33]                      : Created empty parameter list.
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.openid4java.message.MessageTest
[DEBUG] 21:36:47,737 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,737 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,753 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,753 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,754 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,755 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,755 [ParameterList.java                      :  84]                      : Creating parameter list:
some:key:value

[DEBUG] 21:36:47,755 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,756 [ParameterList.java                      :  84]                      : Creating parameter list:
some
key
:value

[DEBUG] 21:36:47,756 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,756 [ParameterList.java                      :  84]                      : Creating parameter list:
key:val
ue

[DEBUG] 21:36:47,756 [ParameterList.java                      :  33]                      : Created empty parameter list.
[DEBUG] 21:36:47,757 [ParameterList.java                      :  84]                      : Creating parameter list:
some:
key:value


[DEBUG] 21:36:47,757 [ParameterList.java                      :  33]                      : Created empty parameter list.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.openid4java.discovery.DiscoveryTest
[DEBUG] 21:36:47,762 [OpenID4JavaUtils.java                   :  71]                      : Resource /openid4java.properties not found.
[DEBUG] 21:36:47,777 [HtmlResolver.java                       :  37]                      : discovery.html.parser:org.openid4java.discovery.html.CyberNekoDOMHtmlParser
[DEBUG] 21:36:47,780 [YadisResolver.java                      :  69]                      : discovery.yadis.html.parser:org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParser
[DEBUG] 21:36:47,781 [YadisResolver.java                      :  79]                      : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl
[DEBUG] 21:36:47,782 [Discovery.java                          :  40]                      : discovery.xri.resolver:org.openid4java.discovery.xri.XriDotNetProxyResolver
[DEBUG] 21:36:47,825 [XriDotNetProxyResolver.java             :  37]                      : discovery.xrds.parser:org.openid4java.discovery.xrds.XrdsParserImpl
[DEBUG] 21:36:47,829 [Discovery.java                          :  82]                      : Dropping xri:// prefix from identifier: xri://=example
[DEBUG] 21:36:47,829 [Discovery.java                          :  94]                      : Creating XRI identifier for: =example
[WARN ] 21:36:47,847 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,848 [Discovery.java                          :  82]                      : Dropping xri:// prefix from identifier: xri://example
[DEBUG] 21:36:47,848 [Discovery.java                          :  99]                      : Creating URL identifier (http:// prepended) for: example
[DEBUG] 21:36:47,852 [UrlIdentifier.java                      : 125]                      : Normalized: http://example to: http://example/
[DEBUG] 21:36:47,853 [Discovery.java                          :  94]                      : Creating XRI identifier for: =example
[WARN ] 21:36:47,853 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,857 [Discovery.java                          :  94]                      : Creating XRI identifier for: @example
[WARN ] 21:36:47,862 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,862 [Discovery.java                          :  94]                      : Creating XRI identifier for: $example
[WARN ] 21:36:47,868 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,869 [Discovery.java                          :  94]                      : Creating XRI identifier for: +example
[WARN ] 21:36:47,869 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,869 [Discovery.java                          :  94]                      : Creating XRI identifier for: !!1234
[WARN ] 21:36:47,869 [XriDotNetProxyResolver.java             : 100]                      : Creating XRI identifier with the friendly XRI identifier as the IRI/URI normal forms.
[DEBUG] 21:36:47,870 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com
[DEBUG] 21:36:47,870 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com to: http://example.com/
[DEBUG] 21:36:47,870 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM
[DEBUG] 21:36:47,871 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM to: http://example.com/
[DEBUG] 21:36:47,871 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com/a/b?q=1#end
[DEBUG] 21:36:47,871 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end
[DEBUG] 21:36:47,871 [Discovery.java                          :  89]                      : Creating URL identifier for: https://example.com
[DEBUG] 21:36:47,872 [UrlIdentifier.java                      : 125]                      : Normalized: https://example.com to: https://example.com/
[DEBUG] 21:36:47,872 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTPS://EXAMPLE.COM
[DEBUG] 21:36:47,872 [UrlIdentifier.java                      : 125]                      : Normalized: HTTPS://EXAMPLE.COM to: https://example.com/
[DEBUG] 21:36:47,872 [Discovery.java                          :  89]                      : Creating URL identifier for: https://example.com/a/b?q=1#end
[DEBUG] 21:36:47,875 [UrlIdentifier.java                      : 125]                      : Normalized: https://example.com/a/b?q=1#end to: https://example.com/a/b?q=1#end
[DEBUG] 21:36:47,876 [Discovery.java                          :  89]                      : Creating URL identifier for: HttpS://Example.Com
[DEBUG] 21:36:47,876 [UrlIdentifier.java                      : 125]                      : Normalized: HttpS://Example.Com to: https://example.com/
[DEBUG] 21:36:47,876 [Discovery.java                          :  99]                      : Creating URL identifier (http:// prepended) for: example.com
[DEBUG] 21:36:47,877 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com to: http://example.com/
[DEBUG] 21:36:47,877 [Discovery.java                          :  99]                      : Creating URL identifier (http:// prepended) for: example.com/a/b?q=1#end
[DEBUG] 21:36:47,877 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com/a/b?q=1#end to: http://example.com/a/b?q=1#end
[DEBUG] 21:36:47,877 [Discovery.java                          :  99]                      : Creating URL identifier (http:// prepended) for: example.com
[DEBUG] 21:36:47,878 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com to: http://example.com/
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.119 sec
Running org.openid4java.discovery.yadis.YadisUrlTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.openid4java.discovery.yadis.YadisResolverTest
[INFO ] 21:36:47,899 [JCLLoggerAdapter.java                   : 216]                      : Logging to org.slf4j.impl.JCLLoggerAdapter@4386f16 via org.mortbay.log.Slf4jLog
[INFO ] 21:36:47,953 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,006 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,008 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,009 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ...
[DEBUG] 21:36:48,103 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 21:36:48,109 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,109 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 21:36:48,109 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,109 [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] 21:36:48,248 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,256 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,257 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders
[INFO ] 21:36:48,257 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,364 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,367 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,367 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,367 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders_xml ...
[DEBUG] 21:36:48,379 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml
[DEBUG] 21:36:48,381 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,381 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexml
[DEBUG] 21:36:48,381 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,381 [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] 21:36:48,406 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,407 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,408 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simpleheaders_xml
[INFO ] 21:36:48,408 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,409 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,411 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,412 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,413 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ...
[WARN ] 21:36:48,417 [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] 21:36:48,421 [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] 21:36:48,421 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ...
[DEBUG] 21:36:48,440 [HttpCache.java                          : 202]                      : Read 549 bytes.
[DEBUG] 21:36:48,572 [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] 21:36:48,573 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 21:36:48,573 [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] 21:36:48,573 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,573 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,575 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,576 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,576 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,576 [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] 21:36:48,589 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,595 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,595 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml
[INFO ] 21:36:48,596 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,597 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,601 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,602 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,602 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simpleheaders ...
[DEBUG] 21:36:48,607 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 21:36:48,609 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,610 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 21:36:48,610 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,610 [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] 21:36:48,629 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,634 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,635 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simpleheaders
[INFO ] 21:36:48,635 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,654 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,656 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,657 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,658 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplehtml ...
[WARN ] 21:36:48,660 [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] 21:36:48,661 [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] 21:36:48,661 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplehtml ...
[DEBUG] 21:36:48,687 [HttpCache.java                          : 202]                      : Read 549 bytes.
[DEBUG] 21:36:48,689 [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] 21:36:48,689 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 21:36:48,693 [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] 21:36:48,693 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,693 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,699 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,699 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,699 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,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] 21:36:48,718 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,724 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,725 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplehtml
[INFO ] 21:36:48,728 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,729 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,730 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,731 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,731 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplexrds ...
[DEBUG] 21:36:48,741 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplexrds ...
[DEBUG] 21:36:48,756 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,756 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,756 [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] 21:36:48,761 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,762 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[DEBUG] 21:36:48,762 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=redir_simplexrds
[INFO ] 21:36:48,762 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplexrds
[INFO ] 21:36:48,773 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,776 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,780 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,787 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:48,788 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ...
[WARN ] 21:36:48,793 [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] 21:36:48,811 [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] 21:36:48,811 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ...
[DEBUG] 21:36:48,816 [HttpCache.java                          : 202]                      : Read 549 bytes.
[DEBUG] 21:36:48,818 [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] 21:36:48,818 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 21:36:48,818 [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] 21:36:48,819 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,819 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,821 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:48,821 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:48,821 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:48,821 [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] 21:36:48,827 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:48,837 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:48,837 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml
[INFO ] 21:36:48,837 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:48,938 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:48,942 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:48,947 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 21:36:48,948 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,055 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,069 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,075 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 21:36:49,075 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[DEBUG] 21:36:49,176 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?servertopped ...
[INFO ] 21:36:49,177 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 21:36:49,178 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 21:36:49,178 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 21:36:49,178 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 21:36:49,178 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 21:36:49,179 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 21:36:49,179 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,191 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,193 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,193 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation1 ...
[DEBUG] 21:36:49,207 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation2 ...
[INFO ] 21:36:49,218 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,319 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,325 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,329 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,329 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ...
[DEBUG] 21:36:49,348 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ...
[DEBUG] 21:36:49,350 [HttpCache.java                          : 202]                      : Read 0 bytes.
[DEBUG] 21:36:49,350 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ...
[DEBUG] 21:36:49,362 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ...
[DEBUG] 21:36:49,364 [HttpCache.java                          : 202]                      : Read 0 bytes.
[INFO ] 21:36:49,365 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,366 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,378 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,378 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,379 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=multiplexrdslocation ...
[WARN ] 21:36:49,393 [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] 21:36:49,394 [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] 21:36:49,394 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=multiplexrdslocation ...
[DEBUG] 21:36:49,407 [HttpCache.java                          : 202]                      : Read 355 bytes.
[DEBUG] 21:36:49,409 [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] 21:36:49,409 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[INFO ] 21:36:49,410 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,411 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,413 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,421 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,422 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=nohead ...
[WARN ] 21:36:49,433 [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] 21:36:49,434 [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] 21:36:49,434 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=nohead ...
[DEBUG] 21:36:49,447 [HttpCache.java                          : 202]                      : Read 109 bytes.
[DEBUG] 21:36:49,448 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<BODY>

<H1>Joe Schmoe's Homepage</H1>

<P>Blah blah blah blah blah blah blah</P>



</BODY>
</HTML>

[DEBUG] 21:36:49,448 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=twoheads ...
[WARN ] 21:36:49,450 [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] 21:36:49,451 [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] 21:36:49,451 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=twoheads ...
[DEBUG] 21:36:49,453 [HttpCache.java                          : 202]                      : Read 301 bytes.
[DEBUG] 21:36:49,454 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=extraheadinbody ...
[WARN ] 21:36:49,466 [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] 21:36:49,467 [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] 21:36:49,467 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=extraheadinbody ...
[DEBUG] 21:36:49,469 [HttpCache.java                          : 202]                      : Read 321 bytes.
[DEBUG] 21:36:49,470 [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] 21:36:49,471 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 21:36:49,471 [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] 21:36:49,471 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:49,471 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:49,473 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 21:36:49,473 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 21:36:49,473 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:49,473 [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] 21:36:49,478 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:49,479 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 21:36:49,479 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?html=extraheadinbody
[INFO ] 21:36:49,481 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,491 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,491 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,496 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,497 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=headnometa ...
[WARN ] 21:36:49,509 [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] 21:36:49,510 [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] 21:36:49,510 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=headnometa ...
[DEBUG] 21:36:49,512 [HttpCache.java                          : 202]                      : Read 444 bytes.
[DEBUG] 21:36:49,514 [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] 21:36:49,515 [CyberNekoDOMYadisHtmlParser.java        :  67]                      : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1.
[DEBUG] 21:36:49,515 [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] 21:36:49,515 [YadisResolver.java                      : 310]                      : xrdsLocation: null
[INFO ] 21:36:49,515 [YadisResolver.java                      : 245]                      : Yadis discovered 0 endpoints from: http://localhost:8989/?html=headnometa
[INFO ] 21:36:49,516 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,516 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,529 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,530 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,530 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=empty ...
[WARN ] 21:36:49,542 [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] 21:36:49,545 [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] 21:36:49,545 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=empty ...
[DEBUG] 21:36:49,547 [HttpCache.java                          : 202]                      : Read 0 bytes.
[DEBUG] 21:36:49,548 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML></HTML>

[INFO ] 21:36:49,549 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,550 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,559 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,561 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,561 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=nonexistantfile ...
[WARN ] 21:36:49,570 [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] 21:36:49,571 [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] 21:36:49,571 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=nonexistantfile ...
[WARN ] 21:36:49,573 [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] 21:36:49,573 [HttpCache.java                          : 202]                      : Read 3168 bytes.
[INFO ] 21:36:49,575 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,676 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,682 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,690 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,691 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ...
[DEBUG] 21:36:49,703 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 21:36:49,705 [HttpCache.java                          : 202]                      : Read 10 bytes.
[DEBUG] 21:36:49,705 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[INFO ] 21:36:49,706 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,706 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,718 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,718 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,718 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ...
[DEBUG] 21:36:49,730 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ...
[DEBUG] 21:36:49,732 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 21:36:49,732 [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] 21:36:49,732 [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] 21:36:49,742 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ...
[DEBUG] 21:36:49,761 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ...
[DEBUG] 21:36:49,763 [HttpCache.java                          : 202]                      : Read 293 bytes.
[DEBUG] 21:36:49,763 [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] 21:36:49,763 [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 ] 21:36:49,768 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,769 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,781 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,781 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,782 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ...
[DEBUG] 21:36:49,801 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ...
[DEBUG] 21:36:49,803 [HttpCache.java                          : 202]                      : Read 280 bytes.
[DEBUG] 21:36:49,803 [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] 21:36:49,803 [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] 21:36:49,810 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ...
[DEBUG] 21:36:49,821 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ...
[DEBUG] 21:36:49,823 [HttpCache.java                          : 202]                      : Read 284 bytes.
[DEBUG] 21:36:49,823 [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] 21:36:49,823 [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] 21:36:49,828 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ...
[DEBUG] 21:36:49,842 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ...
[DEBUG] 21:36:49,844 [HttpCache.java                          : 202]                      : Read 306 bytes.
[DEBUG] 21:36:49,844 [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] 21:36:49,844 [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] 21:36:49,848 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:49,849 [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] 21:36:49,849 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5
[INFO ] 21:36:49,849 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5
[INFO ] 21:36:49,851 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,852 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,861 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,867 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,868 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ...
[DEBUG] 21:36:49,878 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ...
[DEBUG] 21:36:49,880 [HttpCache.java                          : 202]                      : Read 435 bytes.
[DEBUG] 21:36:49,880 [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] 21:36:49,880 [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] 21:36:49,885 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:49,886 [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] 21:36:49,886 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[INFO ] 21:36:49,886 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[DEBUG] 21:36:49,886 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate to: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[INFO ] 21:36:49,888 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 21:36:49,891 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:49,896 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 21:36:49,902 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 21:36:49,902 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 21:36:49,919 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 21:36:49,921 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 21:36:49,921 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 21:36:49,921 [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] 21:36:49,926 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 21:36:49,926 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: null
URI Priority: -1
LocalID: null
[DEBUG] 21:36:49,926 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,926 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[WARN ] 21:36:49,951 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[DEBUG] 21:36:49,951 [Discovery.java                          :  89]                      : Creating URL identifier for: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 21:36:49,951 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,951 [Discovery.java                          : 128]                      : Starting discovery on URL identifier: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 21:36:49,951 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 21:36:49,970 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 21:36:49,973 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 21:36:49,973 [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] 21:36:49,974 [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] 21:36:49,978 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[INFO ] 21:36:49,978 [YadisResolver.java                      : 245]                      : Yadis discovered 0 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,978 [Discovery.java                          : 139]                      : No OpenID service endpoints discovered through Yadis; attempting HTML discovery...
[INFO ] 21:36:49,979 [HttpCache.java                          : 242]                      : Cached GET response does not match the required content type, removing.
[INFO ] 21:36:49,979 [HttpCache.java                          : 144]                      : Removing cached GET for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,979 [HttpCache.java                          : 102]                      : Removing cached GET response for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 21:36:49,981 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 21:36:49,981 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 21:36:49,981 [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] 21:36:49,982 [CyberNekoDOMHtmlParser.java             :  65]                      : HTML discovery result:
ClaimedID:http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,986 [HtmlResolver.java                       : 127]                      : HTML discovery completed on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 21:36:49,987 [Discovery.java                          : 151]                      : Discovered 0 OpenID endpoints.
[INFO ] 21:36:49,988 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.115 sec
Running org.openid4java.discovery.yadis.CyberNekoDOMYadisHtmlParserTest
[DEBUG] 21:36:50,067 [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] 21:36:50,094 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 sec
Running org.openid4java.discovery.NormalizationTest
[DEBUG] 21:36:50,095 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/
[DEBUG] 21:36:50,095 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/ to: http://example.com/
[DEBUG] 21:36:50,096 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/A/B?Q=Z#END
[DEBUG] 21:36:50,096 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/A/B?Q=Z#END to: http://example.com/A/B?Q=Z#END
[DEBUG] 21:36:50,097 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/%3d
[DEBUG] 21:36:50,097 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/%3d to: http://example.com/%3D
[DEBUG] 21:36:50,097 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/a?%3d
[DEBUG] 21:36:50,097 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/a?%3d to: http://example.com/a?%3D
[DEBUG] 21:36:50,098 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/a?q#%3d
[DEBUG] 21:36:50,098 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/a?q#%3d to: http://example.com/a?q#%3D
[DEBUG] 21:36:50,098 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM/%63
[DEBUG] 21:36:50,098 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM/%63 to: http://example.com/c
[DEBUG] 21:36:50,099 [Discovery.java                          :  89]                      : Creating URL identifier for: HTTP://EXAMPLE.COM:80/A/B?Q=Z#
[DEBUG] 21:36:50,099 [UrlIdentifier.java                      : 125]                      : Normalized: HTTP://EXAMPLE.COM:80/A/B?Q=Z# to: http://example.com/A/B?Q=Z#
[DEBUG] 21:36:50,099 [Discovery.java                          :  89]                      : Creating URL identifier for: https://example.com:443
[DEBUG] 21:36:50,099 [UrlIdentifier.java                      : 125]                      : Normalized: https://example.com:443 to: https://example.com/
[DEBUG] 21:36:50,099 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com//a/./b/../b/c/
[DEBUG] 21:36:50,100 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com//a/./b/../b/c/ to: http://example.com/a/b/c/
[DEBUG] 21:36:50,100 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com
[DEBUG] 21:36:50,100 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com to: http://example.com/
[DEBUG] 21:36:50,100 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com?bla
[DEBUG] 21:36:50,100 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com?bla to: http://example.com/?bla
[DEBUG] 21:36:50,100 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com#bla
[DEBUG] 21:36:50,101 [UrlIdentifier.java                      : 125]                      : Normalized: http://example.com#bla to: http://example.com/#bla
[DEBUG] 21:36:50,101 [Discovery.java                          :  89]                      : Creating URL identifier for: http://example.com/#123
[DEBUG] 21:36:50,101 [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.discovery.xrds.XrdsParserTest
[DEBUG] 21:36:50,115 [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] 21:36:50,115 [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] 21:36:50,127 [XrdsParserImpl.java                     :  90]                      : Found 3 services for the requested types.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec
Running org.openid4java.discovery.html.CyberNekoDOMHtmlParserTest
[DEBUG] 21:36:50,146 [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] 21:36:50,147 [CyberNekoDOMHtmlParser.java             : 120]                      : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server
[DEBUG] 21:36:50,148 [CyberNekoDOMHtmlParser.java             : 134]                      : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername
[DEBUG] 21:36:50,148 [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] 21:36:50,148 [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] 21:36:50,149 [CyberNekoDOMHtmlParser.java             : 120]                      : Found OpenID1 endpoint: http://www.example.com:8080/openidserver/openid.server
[DEBUG] 21:36:50,150 [CyberNekoDOMHtmlParser.java             : 134]                      : Found OpenID1 delegate: http://www.example.com:8080/openidserver/users/myusername
[DEBUG] 21:36:50,150 [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.01 sec
Running org.openid4java.util.InternetDateFormatTest
[DEBUG] 21:36:50,157 [InternetDateFormat.java                 :  43]                      : Parsed 1970-01-01T00:00:00Z into Data object: Thu Jan 01 01:00:00 CET 1970
[DEBUG] 21:36:50,157 [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.001 sec
Running org.openid4java.server.RealmVerifierTest
[DEBUG] 21:36:50,203 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/path#fragment on return URL: http://example.com/path
[DEBUG] 21:36:50,214 [RealmVerifier.java                      : 245]                      : Realm verification failed: URL fragments are not allowed.
[DEBUG] 21:36:50,215 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: http://example.com/
[INFO ] 21:36:50,215 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/ matches realm: http://example.com/
[DEBUG] 21:36:50,215 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com/ on return URL: https://example.com/
[INFO ] 21:36:50,215 [RealmVerifier.java                      : 278]                      : Return URL: https://example.com/ matches realm: https://example.com/
[DEBUG] 21:36:50,216 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: https://example.com/
[DEBUG] 21:36:50,216 [RealmVerifier.java                      : 252]                      : Realm verification failed: protocol mismatch.
[DEBUG] 21:36:50,216 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com/ on return URL: http://example.com/
[DEBUG] 21:36:50,216 [RealmVerifier.java                      : 252]                      : Realm verification failed: protocol mismatch.
[DEBUG] 21:36:50,216 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: http://example.com:80/
[INFO ] 21:36:50,216 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com:80/ matches realm: http://example.com/
[DEBUG] 21:36:50,217 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: http://example.com:81/
[DEBUG] 21:36:50,217 [RealmVerifier.java                      : 266]                      : Realm verification failed: port mismatch.
[DEBUG] 21:36:50,217 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com:80/ on return URL: http://example.com/
[INFO ] 21:36:50,217 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/ matches realm: http://example.com:80/
[DEBUG] 21:36:50,217 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com:81/ on return URL: http://example.com/
[DEBUG] 21:36:50,229 [RealmVerifier.java                      : 266]                      : Realm verification failed: port mismatch.
[DEBUG] 21:36:50,229 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com:80/ on return URL: http://example.com:80/
[INFO ] 21:36:50,229 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com:80/ matches realm: http://example.com:80/
[DEBUG] 21:36:50,229 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com:8080/ on return URL: http://example.com:8080/
[INFO ] 21:36:50,229 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com:8080/ matches realm: http://example.com:8080/
[DEBUG] 21:36:50,230 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com/ on return URL: https://example.com:443/
[INFO ] 21:36:50,230 [RealmVerifier.java                      : 278]                      : Return URL: https://example.com:443/ matches realm: https://example.com/
[DEBUG] 21:36:50,230 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com/ on return URL: https://example.com:444/
[DEBUG] 21:36:50,230 [RealmVerifier.java                      : 266]                      : Realm verification failed: port mismatch.
[DEBUG] 21:36:50,230 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com:443/ on return URL: https://example.com/
[INFO ] 21:36:50,230 [RealmVerifier.java                      : 278]                      : Return URL: https://example.com/ matches realm: https://example.com:443/
[DEBUG] 21:36:50,231 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com:444/ on return URL: https://example.com/
[DEBUG] 21:36:50,231 [RealmVerifier.java                      : 266]                      : Realm verification failed: port mismatch.
[DEBUG] 21:36:50,231 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com:443/ on return URL: https://example.com:443/
[INFO ] 21:36:50,231 [RealmVerifier.java                      : 278]                      : Return URL: https://example.com:443/ matches realm: https://example.com:443/
[DEBUG] 21:36:50,231 [RealmVerifier.java                      : 210]                      : Verifying realm: https://example.com:1443/ on return URL: https://example.com:1443/
[INFO ] 21:36:50,232 [RealmVerifier.java                      : 278]                      : Return URL: https://example.com:1443/ matches realm: https://example.com:1443/
[DEBUG] 21:36:50,232 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://www.example.com/
[INFO ] 21:36:50,232 [RealmVerifier.java                      : 278]                      : Return URL: http://www.example.com/ matches realm: http://*.example.com/
[DEBUG] 21:36:50,232 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://WWW.Example.Com/
[INFO ] 21:36:50,233 [RealmVerifier.java                      : 278]                      : Return URL: http://WWW.Example.Com/ matches realm: http://*.example.com/
[DEBUG] 21:36:50,233 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.Example.Com/ on return URL: http://www.example.com/
[INFO ] 21:36:50,233 [RealmVerifier.java                      : 278]                      : Return URL: http://www.example.com/ matches realm: http://*.Example.Com/
[DEBUG] 21:36:50,233 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://example.com/
[INFO ] 21:36:50,233 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/ matches realm: http://*.example.com/
[DEBUG] 21:36:50,234 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://example.ca/
[DEBUG] 21:36:50,234 [RealmVerifier.java                      : 259]                      : Realm verification failed: domain mismatch.
[DEBUG] 21:36:50,234 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://xexample.com/
[DEBUG] 21:36:50,234 [RealmVerifier.java                      : 259]                      : Realm verification failed: domain mismatch.
[DEBUG] 21:36:50,234 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.example.com/ on return URL: http://xample.com/
[DEBUG] 21:36:50,235 [RealmVerifier.java                      : 259]                      : Realm verification failed: domain mismatch.
[DEBUG] 21:36:50,235 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.com/ on return URL: http://www.example.com/
[WARN ] 21:36:50,239 [RealmVerifier.java                      : 228]                      : Blacklisted realm domain: *.com
[DEBUG] 21:36:50,239 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.info/ on return URL: http://www.example.info/
[WARN ] 21:36:50,239 [RealmVerifier.java                      : 228]                      : Blacklisted realm domain: *.info
[DEBUG] 21:36:50,239 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.ca/ on return URL: http://www.example.ca/
[WARN ] 21:36:50,239 [RealmVerifier.java                      : 228]                      : Blacklisted realm domain: *.ca
[DEBUG] 21:36:50,239 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.bc.ca/ on return URL: http://www.example.bc.ca/
[WARN ] 21:36:50,240 [RealmVerifier.java                      : 228]                      : Blacklisted realm domain: *.bc.ca
[DEBUG] 21:36:50,240 [RealmVerifier.java                      : 210]                      : Verifying realm: http://*.sfu.ca/ on return URL: http://www.example.sfu.ca/
[INFO ] 21:36:50,240 [RealmVerifier.java                      : 278]                      : Return URL: http://www.example.sfu.ca/ matches realm: http://*.sfu.ca/
[DEBUG] 21:36:50,240 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: http://example.com/
[INFO ] 21:36:50,240 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/ matches realm: http://example.com/
[DEBUG] 21:36:50,240 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com on return URL: http://example.com
[INFO ] 21:36:50,240 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com matches realm: http://example.com
[DEBUG] 21:36:50,241 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/ on return URL: http://example.com
[INFO ] 21:36:50,241 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com matches realm: http://example.com/
[DEBUG] 21:36:50,241 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com on return URL: http://example.com/
[INFO ] 21:36:50,241 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/ matches realm: http://example.com
[DEBUG] 21:36:50,242 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder/
[INFO ] 21:36:50,242 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder/
[DEBUG] 21:36:50,242 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder
[INFO ] 21:36:50,242 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder
[DEBUG] 21:36:50,242 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/folder
[INFO ] 21:36:50,242 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/folder/
[DEBUG] 21:36:50,242 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/folder/
[INFO ] 21:36:50,242 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/folder
[DEBUG] 21:36:50,242 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder/
[INFO ] 21:36:50,242 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub/
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder/
[INFO ] 21:36:50,243 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder/ matches realm: http://example.com/sub
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/ on return URL: http://example.com/sub/folder
[INFO ] 21:36:50,243 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub/
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub on return URL: http://example.com/sub/folder
[INFO ] 21:36:50,243 [RealmVerifier.java                      : 278]                      : Return URL: http://example.com/sub/folder matches realm: http://example.com/sub
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/sub/fold/
[DEBUG] 21:36:50,243 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder on return URL: http://example.com/sub/fold/
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/folder/ on return URL: http://example.com/Sub/Folder/
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/Sub/Folder/ on return URL: http://example.com/sub/folder/
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 210]                      : Verifying realm: http://example.com/sub/* on return URL: http://example.com/sub/folder
[DEBUG] 21:36:50,244 [RealmVerifier.java                      : 273]                      : Realm verification failed: path mismatch.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 sec
Running org.openid4java.server.InMemoryServerAssociationStoreTest
[DEBUG] 21:36:50,451 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8fe4
[DEBUG] 21:36:50,451 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395810451-0 expires: Sat Feb 13 21:36:51 CET 2016
[DEBUG] 21:36:50,451 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395810451-0 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:50,451 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f948c
[DEBUG] 21:36:50,451 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395810451-1 expires: Sat Feb 13 21:36:51 CET 2016
[DEBUG] 21:36:50,452 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395810451-1 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:50,452 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b0766f
[DEBUG] 21:36:50,452 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395810451-2 expires: Sat Feb 13 21:36:51 CET 2016
[DEBUG] 21:36:50,452 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395810451-2 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:50,452 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f96f7
[DEBUG] 21:36:50,452 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395810451-3 expires: Sat Feb 13 21:36:51 CET 2016
[DEBUG] 21:36:50,452 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395810451-3 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:52,452 [InMemoryServerAssociationStore.java     :  87]                      : Removing expired association, handle: 1455395810451-2
[DEBUG] 21:36:52,453 [InMemoryServerAssociationStore.java     :  87]                      : Removing expired association, handle: 1455395810451-3
[DEBUG] 21:36:52,453 [InMemoryServerAssociationStore.java     :  87]                      : Removing expired association, handle: 1455395810451-0
[DEBUG] 21:36:52,453 [InMemoryServerAssociationStore.java     :  87]                      : Removing expired association, handle: 1455395810451-1
[DEBUG] 21:36:52,453 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f9799
[DEBUG] 21:36:52,453 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395810451-4 expires: Sat Feb 13 21:36:53 CET 2016
[DEBUG] 21:36:52,453 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395810451-4 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:52,454 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07ca0
[DEBUG] 21:36:52,454 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395812454-0 expires: Sat Feb 13 21:37:52 CET 2016
[DEBUG] 21:36:52,454 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395812454-0 type: HMAC-SHA1 expires in: 60 seconds.
[DEBUG] 21:36:52,454 [Association.java                        : 111]                      : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77c104
[DEBUG] 21:36:52,454 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA256 handle: 1455395812454-1 expires: Sat Feb 13 21:37:52 CET 2016
[DEBUG] 21:36:52,454 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395812454-1 type: HMAC-SHA256 expires in: 60 seconds.
[DEBUG] 21:36:52,455 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8577
[DEBUG] 21:36:52,455 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395812455-0 expires: Sat Feb 13 21:37:52 CET 2016
[DEBUG] 21:36:52,455 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395812455-0 type: HMAC-SHA1 expires in: 60 seconds.
[DEBUG] 21:36:52,455 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4fad27
[DEBUG] 21:36:52,455 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395812455-0 expires: Sat Feb 13 21:36:53 CET 2016
[DEBUG] 21:36:52,455 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395812455-0 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:54,456 [InMemoryServerAssociationStore.java     :  87]                      : Removing expired association, handle: 1455395812455-0
[DEBUG] 21:36:54,456 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b06f89
[DEBUG] 21:36:54,456 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: 1455395814456-0 expires: Sat Feb 13 21:36:55 CET 2016
[DEBUG] 21:36:54,457 [InMemoryServerAssociationStore.java     :  45]                      : Generated association, handle: 1455395814456-0 type: HMAC-SHA1 expires in: 1 seconds.
[DEBUG] 21:36:54,457 [InMemoryServerAssociationStore.java     :  61]                      : Removing association, handle: 1455395814456-0
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.018 sec
Running org.openid4java.server.IncrementalNonceGeneratorTest
[DEBUG] 21:36:54,457 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z0
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z1
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z2
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z3
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z4
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z5
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z6
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z7
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z8
[DEBUG] 21:36:54,458 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z9
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z10
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z11
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z12
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z13
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z14
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z15
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z16
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z17
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z18
[DEBUG] 21:36:54,459 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z19
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z20
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z21
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z22
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z23
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z24
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z25
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z26
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z27
[DEBUG] 21:36:54,460 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z28
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z29
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z30
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z31
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z32
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z33
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z34
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z35
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z36
[DEBUG] 21:36:54,461 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z37
[DEBUG] 21:36:54,480 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z38
[DEBUG] 21:36:54,480 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z39
[DEBUG] 21:36:54,485 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z40
[DEBUG] 21:36:54,486 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z41
[DEBUG] 21:36:54,486 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z42
[DEBUG] 21:36:54,486 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z43
[DEBUG] 21:36:54,486 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z44
[DEBUG] 21:36:54,486 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z45
[DEBUG] 21:36:54,487 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z46
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z47
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z48
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z49
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z50
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z51
[DEBUG] 21:36:54,488 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z52
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z53
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z54
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z55
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z56
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z57
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z58
[DEBUG] 21:36:54,489 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z59
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z60
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z61
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z62
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z63
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z64
[DEBUG] 21:36:54,490 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z65
[DEBUG] 21:36:54,491 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z66
[DEBUG] 21:36:54,491 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z67
[DEBUG] 21:36:54,491 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z68
[DEBUG] 21:36:54,491 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z69
[DEBUG] 21:36:54,531 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z70
[DEBUG] 21:36:54,531 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z71
[DEBUG] 21:36:54,531 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z72
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z73
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z74
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z75
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z76
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z77
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z78
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z79
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z80
[DEBUG] 21:36:54,532 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z81
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z82
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z83
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z84
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z85
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z86
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z87
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z88
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z89
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z90
[DEBUG] 21:36:54,533 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z91
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z92
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z93
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z94
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z95
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z96
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z97
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z98
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z99
[DEBUG] 21:36:54,534 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z0
[DEBUG] 21:36:54,535 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z1
[DEBUG] 21:36:54,535 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z2
[DEBUG] 21:36:54,535 [IncrementalNonceGenerator.java          :  43]                      : Generated nonce: 2016-02-13T20:36:54Z0
[DEBUG] 21:36:54,535 [InternetDateFormat.java                 :  43]                      : Parsed 2016-02-13T20:36:54Z0 into Data object: Sat Feb 13 21:36:54 CET 2016
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 sec
Running org.openid4java.association.DiffieHellmanSessionTest
[DEBUG] 21:36:55,103 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 883397502363086810483768720862829816554132648550745638744588580794852499982768020180165375947489849931317880332463572364588531136547652314303061914157274, modulus: 8887034040702338272137351237600228534095635005773204988022861088519814045820544196200278044002800870556923001986554803722603010606039436047171539277663687
[DEBUG] 21:36:55,171 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 1160014203242762152810946123279157493376730617508562483515048818222976892821133500138951811818118860288429275714714129197481264876069257494981374540192650, modulus: 7768680798046000485442726533356468653440846601357507585664226595467974296475145668991859221504429968921773690104437672583764313632904428107274542825317521
[DEBUG] 21:36:55,316 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 3433399131511342629154556163502516409321680326519327395837525835238707267424339374532454810242802170473309558299625604135323137267542664491729481152146401, modulus: 12010704806107823962517030896430435442737025538937522618355330242174474011610366905539937458282504084018885471334999697625990145535844505322041615152283817
[DEBUG] 21:36:55,321 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:55,326 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:55,328 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: aJ42Nr7TT955O7otcHfd3jyE0SE=
[DEBUG] 21:36:55,331 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: LcTT6Ter9ATSfyBRZcWR8OHt6Hg=
[DEBUG] 21:36:55,642 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 1099502891633051516644221405999770168396332168095923548552631937124067519865563405438134225319140956560638975814430638929684892160047898195504970907938297, modulus: 10977861368392451071032004384088524312293767024409089021880472839734123380414084015912263765244809262838139436289257046446682396721658943798001661340438123
[DEBUG] 21:36:55,657 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 1099502891633051516644221405999770168396332168095923548552631937124067519865563405438134225319140956560638975814430638929684892160047898195504970907938297 modulus: 10977861368392451071032004384088524312293767024409089021880472839734123380414084015912263765244809262838139436289257046446682396721658943798001661340438123
[DEBUG] 21:36:55,663 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 1099502891633051516644221405999770168396332168095923548552631937124067519865563405438134225319140956560638975814430638929684892160047898195504970907938297 modulus: 10977861368392451071032004384088524312293767024409089021880472839734123380414084015912263765244809262838139436289257046446682396721658943798001661340438123
[DEBUG] 21:36:55,664 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: OJ3jKQl7vAL59Y3LO7MnPZLxtq0=
[DEBUG] 21:36:55,664 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: dzkMWwfQ6R++lwqUD262QxTPFiM=
[DEBUG] 21:36:55,668 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:55,670 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:55,671 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: 8cOZYADW3MKsoJZjOlLsk8PnglPdWF4P25Q7rfifefo=
[DEBUG] 21:36:55,688 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: CV8TA3+IjOlfgI65/v1CvNywLsPXes9e4Fqm2piQqXg=
[DEBUG] 21:36:55,788 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 9640324340432498011722741729452644835446924395609838707285134526855932649884915746907736680599593079213935378558872723939097125317156368353767752960687241, modulus: 10167838265901248067498753404820443984525074312135748462459729034684943021810147500319457999905379010792840911978504515048206717078418669609406227272477439
[DEBUG] 21:36:55,789 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 9640324340432498011722741729452644835446924395609838707285134526855932649884915746907736680599593079213935378558872723939097125317156368353767752960687241 modulus: 10167838265901248067498753404820443984525074312135748462459729034684943021810147500319457999905379010792840911978504515048206717078418669609406227272477439
[DEBUG] 21:36:55,790 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 9640324340432498011722741729452644835446924395609838707285134526855932649884915746907736680599593079213935378558872723939097125317156368353767752960687241 modulus: 10167838265901248067498753404820443984525074312135748462459729034684943021810147500319457999905379010792840911978504515048206717078418669609406227272477439
[DEBUG] 21:36:55,790 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: iRU+uT4GgJiD/7vSiO+4Fk3sI/a3kr/sNUfmfkkbTzU=
[DEBUG] 21:36:55,791 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: XoALSNL4578+TlDMGicIAVS15Jaju5PYAlAgEOF4uHY=
[DEBUG] 21:36:55,798 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:55,830 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 268502814585384412493179863814029996429680683146989181407284920159049871663358853076701080723070288910158302005784117175771006195370970036048685343435973, modulus: 10690321697060065859733180653360310033628744887849435924310949139428675354908956765071030314685865619847353222791684884182413532689875520921531454834863179
[DEBUG] 21:36:55,832 [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.324 sec
Running org.openid4java.association.AssociationTest
[DEBUG] 21:36:55,869 [Association.java                        :  88]                      : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8288
[DEBUG] 21:36:55,873 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA1 handle: test expires: Sat Feb 13 21:38:35 CET 2016
[DEBUG] 21:36:55,873 [Association.java                        : 261]                      : Computing signature for input data:
key1:value1
key2:value2

[DEBUG] 21:36:55,874 [Association.java                        : 267]                      : Calculated signature: QazgXQrOQZRPFNF6hidwyui+YC8=
[DEBUG] 21:36:55,875 [Association.java                        : 278]                      : Verifying signature: QazgXQrOQZRPFNF6hidwyui+YC8=
[DEBUG] 21:36:55,875 [Association.java                        : 261]                      : Computing signature for input data:
key1:value1
key2:value2

[DEBUG] 21:36:55,875 [Association.java                        : 267]                      : Calculated signature: QazgXQrOQZRPFNF6hidwyui+YC8=
[DEBUG] 21:36:55,875 [Association.java                        : 111]                      : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@fa77d995
[DEBUG] 21:36:55,878 [Association.java                        :  45]                      : Creating association, type: HMAC-SHA256 handle: test expires: Sat Feb 13 21:38:35 CET 2016
[DEBUG] 21:36:55,878 [Association.java                        : 261]                      : Computing signature for input data:
key1:value1
key2:value2

[DEBUG] 21:36:55,878 [Association.java                        : 267]                      : Calculated signature: DPX6elpfrmgT5f3+/IZ8qimWNjEsBbh0hVqHgJdebQc=
[DEBUG] 21:36:55,879 [Association.java                        : 278]                      : Verifying signature: DPX6elpfrmgT5f3+/IZ8qimWNjEsBbh0hVqHgJdebQc=
[DEBUG] 21:36:55,879 [Association.java                        : 261]                      : Computing signature for input data:
key1:value1
key2:value2

[DEBUG] 21:36:55,879 [Association.java                        : 267]                      : Calculated signature: DPX6elpfrmgT5f3+/IZ8qimWNjEsBbh0hVqHgJdebQc=
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.openid4java.samples.ConsumerAndProviderTest
[WARN ] 21:36:55,881 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,884 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,898 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,898 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,919 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,920 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,920 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 21:36:55,920 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[INFO ] 21:36:55,920 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:55,922 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: init
[INFO ] 21:36:55,922 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: init
[INFO ] 21:36:55,922 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: init
[INFO ] 21:36:55,922 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: init
[INFO ] 21:36:55,923 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 21:36:56,057 [HttpServletSupport.java                 :  37] LoginServlet call-1  : begin onService
[INFO ] 21:36:56,059 [LoginServlet.java                       :  33] LoginServlet call-1  : display form
[INFO ] 21:36:56,060 [HttpServletSupport.java                 :  49] LoginServlet call-1  : end onService
[INFO ] 21:36:56,344 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "no_html" became ""
[INFO ] 21:36:56,400 [HttpServletSupport.java                 :  37] LoginServlet call-2  : begin onService
[INFO ] 21:36:56,402 [LoginServlet.java                       :  28] LoginServlet call-2  : openind_identifier set => try to consume
[DEBUG] 21:36:56,402 [Discovery.java                          :  89] LoginServlet call-2  : Creating URL identifier for: http://localhost:8989/user
[DEBUG] 21:36:56,403 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user to: http://localhost:8989/user
[INFO ] 21:36:56,403 [Discovery.java                          : 128] LoginServlet call-2  : Starting discovery on URL identifier: http://localhost:8989/user
[DEBUG] 21:36:56,403 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP HEAD on: http://localhost:8989/user ...
[INFO ] 21:36:56,422 [HttpServletSupport.java                 :  37] UserInfoServlet call-3 : begin onService
[INFO ] 21:36:56,422 [HttpServletSupport.java                 :  49] UserInfoServlet call-3 : end onService
[DEBUG] 21:36:56,423 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP GET on: http://localhost:8989/user ...
[INFO ] 21:36:56,424 [HttpServletSupport.java                 :  37] UserInfoServlet call-4 : begin onService
[INFO ] 21:36:56,424 [HttpServletSupport.java                 :  49] UserInfoServlet call-4 : end onService
[DEBUG] 21:36:56,425 [HttpCache.java                          : 202] LoginServlet call-2  : Read 320 bytes.
[DEBUG] 21:36:56,426 [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] 21:36:56,427 [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] 21:36:56,433 [XrdsParserImpl.java                     :  90] LoginServlet call-2  : Found 1 services for the requested types.
[DEBUG] 21:36:56,435 [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] 21:36:56,435 [YadisResult.java                        : 119] LoginServlet call-2  : Setting X-XRDS-Location for yadis result: http://localhost:8989/user
[INFO ] 21:36:56,443 [YadisResolver.java                      : 245] LoginServlet call-2  : Yadis discovered 1 endpoints from: http://localhost:8989/user
[DEBUG] 21:36:56,443 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user to: http://localhost:8989/user
[INFO ] 21:36:56,443 [Discovery.java                          : 151] LoginServlet call-2  : Discovered 1 OpenID endpoints.
[INFO ] 21:36:56,443 [ConsumerManager.java                    : 707] LoginServlet call-2  : Trying to associate with http://localhost:8989/provider attempts left: 4
[WARN ] 21:36:56,444 [ConsumerManager.java                    : 894] LoginServlet call-2  : Could not create association of type: :HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,446 [DiffieHellmanSession.java               :  96] LoginServlet call-2  : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:56,446 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,447 [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] 21:36:56,447 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,447 [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:ALUBxUJi3dSPJybKQuiaLDcrNmZzsbikRPbkafNFQWCPCrG4KMLjLR2FfI7I+QWAr9Ilp5vq2CEBBUoRHWlM2g1S/9k+bFEUErqsqpM16+lIyZtXjLGlBcd2VHEwHNa1ZE8R7A/kpeKe7r6J/45ci1O5D/DjkoNz5dcfUuZlEZpo

[DEBUG] 21:36:56,447 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,447 [ConsumerManager.java                    : 767] LoginServlet call-2  : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,447 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,448 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,448 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,451 [ConsumerManager.java                    : 616] LoginServlet call-2  : Performing HTTP POST on http://localhost:8989/provider
[INFO ] 21:36:56,466 [HttpServletSupport.java                 :  37] ProviderServlet call-5 : begin onService
[INFO ] 21:36:56,466 [ProviderServlet.java                    :  26] ProviderServlet call-5 : start processing...
[DEBUG] 21:36:56,467 [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:ALUBxUJi3dSPJybKQuiaLDcrNmZzsbikRPbkafNFQWCPCrG4KMLjLR2FfI7I+QWAr9Ilp5vq2CEBBUoRHWlM2g1S/9k+bFEUErqsqpM16+lIyZtXjLGlBcd2VHEwHNa1ZE8R7A/kpeKe7r6J/45ci1O5D/DjkoNz5dcfUuZlEZpo

[INFO ] 21:36:56,467 [ServerManager.java                      : 382] ProviderServlet call-5 : Processing association request...
[DEBUG] 21:36:56,467 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 21:36:56,467 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,469 [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:ALUBxUJi3dSPJybKQuiaLDcrNmZzsbikRPbkafNFQWCPCrG4KMLjLR2FfI7I+QWAr9Ilp5vq2CEBBUoRHWlM2g1S/9k+bFEUErqsqpM16+lIyZtXjLGlBcd2VHEwHNa1ZE8R7A/kpeKe7r6J/45ci1O5D/DjkoNz5dcfUuZlEZpo

[DEBUG] 21:36:56,469 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,469 [Association.java                        :  88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b0799a
[DEBUG] 21:36:56,469 [Association.java                        :  45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455395815898-0 expires: Sat Feb 13 22:06:56 CET 2016
[DEBUG] 21:36:56,470 [InMemoryServerAssociationStore.java     :  45] ProviderServlet call-5 : Generated association, handle: 1455395815898-0 type: HMAC-SHA1 expires in: 1800 seconds.
[INFO ] 21:36:56,470 [ServerManager.java                      : 408] ProviderServlet call-5 : Returning shared association; handle: 1455395815898-0
[DEBUG] 21:36:56,471 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 21:36:56,479 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,480 [AssociationResponse.java                :  57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455395815898-0
[DEBUG] 21:36:56,480 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,482 [DiffieHellmanSession.java               :  96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:56,484 [DiffieHellmanSession.java               : 253] ProviderServlet call-5 : Encrypted MAC key Base64: UrWOu21phDVt2FyEYoeCMHohgDw=
[DEBUG] 21:36:56,484 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,484 [AssociationResponse.java                : 107] ProviderServlet call-5 : Created association response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[INFO ] 21:36:56,484 [ProviderServlet.java                    :  30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[INFO ] 21:36:56,485 [HttpServletSupport.java                 :  49] ProviderServlet call-5 : end onService
[DEBUG] 21:36:56,485 [ParameterList.java                      : 188] LoginServlet call-2  : Creating parameter list from key-value form:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[DEBUG] 21:36:56,485 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,485 [ParameterList.java                      :  89] LoginServlet call-2  : Copying parameter list:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[DEBUG] 21:36:56,485 [ConsumerManager.java                    : 622] LoginServlet call-2  : Retrived response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[DEBUG] 21:36:56,486 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,486 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,486 [AssociationResponse.java                : 121] LoginServlet call-2  : Created association response from message parameters:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815898-0
expires_in:1799
dh_server_public:RjFr+O9DzaoMwVukOmhpHY/let11RTa83wdlM9rI3GnvBSr2Ueb7kRxsCjDtUFOMphCTPZz9iU21nss4WmKVHfXgvdc5hYwJ28xdFQSwQwGwxlbF5xGT5SJ5PeX79/Sqoz8nv0Vsqk/2fjgitZXklDp8jsuEb7STfll6LrwxCVE=
enc_mac_key:UrWOu21phDVt2FyEYoeCMHohgDw=

[DEBUG] 21:36:56,486 [AssociationResponse.java                : 315] LoginServlet call-2  : Retrieving MAC key from association response...
[DEBUG] 21:36:56,486 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,488 [DiffieHellmanSession.java               : 298] LoginServlet call-2  : Decrypted MAC key Base64: /VCDg1rCP2Gn5b74CxasJRwQy2A=
[DEBUG] 21:36:56,488 [AssociationResponse.java                : 331] LoginServlet call-2  : Decrypted MAC key (base64): /VCDg1rCP2Gn5b74CxasJRwQy2A=
[DEBUG] 21:36:56,488 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA1 handle: 1455395815898-0 expires: Sat Feb 13 22:06:55 CET 2016
[DEBUG] 21:36:56,488 [AssociationResponse.java                : 354] LoginServlet call-2  : Created association for handle: 1455395815898-0
[DEBUG] 21:36:56,488 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,489 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,489 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store: 1455395815898-0 with OP: http://localhost:8989/provider
[INFO ] 21:36:56,489 [ConsumerManager.java                    : 804] LoginServlet call-2  : Associated with http://localhost:8989/provider handle: 1455395815898-0
[INFO ] 21:36:56,491 [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] 21:36:56,491 [IncrementalNonceGenerator.java          :  43] LoginServlet call-2  : Generated nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,491 [ConsumerManager.java                    :1367] LoginServlet call-2  : Creating private association for opUrl http://localhost:8989/provider
[DEBUG] 21:36:56,492 [Association.java                        : 111] LoginServlet call-2  : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5880178
[DEBUG] 21:36:56,492 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA256 handle:  expires: Sat Feb 13 21:41:56 CET 2016
[DEBUG] 21:36:56,492 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store:  with OP: http://localhost:8989/provider
[DEBUG] 21:36:56,492 [Association.java                        : 261] LoginServlet call-2  : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,492 [Association.java                        : 267] LoginServlet call-2  : Calculated signature: 5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
[INFO ] 21:36:56,493 [ConsumerManager.java                    :1387] LoginServlet call-2  : Inserted consumer nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,493 [ConsumerManager.java                    :1389] LoginServlet call-2  : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[DEBUG] 21:36:56,494 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,494 [RealmVerifier.java                      : 210] LoginServlet call-2  : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[INFO ] 21:36:56,494 [RealmVerifier.java                      : 278] LoginServlet call-2  : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,495 [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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.trust_root:http://localhost:8989/loginCallback
openid.assoc_handle:1455395815898-0
openid.mode:checkid_setup

[DEBUG] 21:36:56,495 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,496 [AxMessage.java                          :  50] LoginServlet call-2  : Created empty AXMessage.
[DEBUG] 21:36:56,496 [FetchRequest.java                       :  41] LoginServlet call-2  : Created empty fetch request.
[DEBUG] 21:36:56,496 [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] 21:36:56,503 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 21:36:56,503 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,510 [SRegMessage.java                        :  73] LoginServlet call-2  : Created empty SRegMessage.
[DEBUG] 21:36:56,510 [SRegRequest.java                        :  34] LoginServlet call-2  : Created empty SReg request.
[DEBUG] 21:36:56,510 [SRegRequest.java                        : 105] LoginServlet call-2  : Added new attribute to SReg request: email required: true
[DEBUG] 21:36:56,510 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[INFO ] 21:36:56,526 [HttpServletSupport.java                 :  49] LoginServlet call-2  : end onService
[INFO ] 21:36:56,532 [HttpMethodDirector.java                 : 817]                      : Redirect requested but followRedirects is disabled
[INFO ] 21:36:56,543 [HttpServletSupport.java                 :  37] ProviderServlet call-6 : begin onService
[INFO ] 21:36:56,543 [ProviderServlet.java                    :  26] ProviderServlet call-6 : start processing...
[DEBUG] 21:36:56,543 [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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455395815898-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] 21:36:56,543 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,543 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[INFO ] 21:36:56,544 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,544 [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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455395815898-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 ] 21:36:56,551 [ServerManager.java                      : 592] ProviderServlet call-6 : Parsing authentication request...
[DEBUG] 21:36:56,552 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,552 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[INFO ] 21:36:56,552 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,552 [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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455395815898-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 ] 21:36:56,552 [ServerManager.java                      : 665] ProviderServlet call-6 : Processing authentication request...
[DEBUG] 21:36:56,552 [ServerManager.java                      : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user
[INFO ] 21:36:56,553 [ServerManager.java                      : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455395815898-0
[DEBUG] 21:36:56,553 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,554 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity
[DEBUG] 21:36:56,554 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: 
[DEBUG] 21:36:56,554 [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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.assoc_handle:1455395815898-0
openid.signed:return_to,identity
openid.sig:

[INFO ] 21:36:56,554 [ServerManager.java                      : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[DEBUG] 21:36:56,554 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,554 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,554 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,555 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,555 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,555 [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] 21:36:56,555 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 21:36:56,556 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,556 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,556 [FetchResponse.java                      :  35] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 21:36:56,556 [AxPayload.java                          :  67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1
[DEBUG] 21:36:56,557 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 21:36:56,557 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,557 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,557 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,557 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,557 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,557 [SRegRequest.java                        :  73] ProviderServlet call-6 : Created SReg request from parameter list:
required:email

[DEBUG] 21:36:56,557 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message...
[DEBUG] 21:36:56,558 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,558 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,558 [SRegResponse.java                       :  36] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 21:36:56,558 [SRegResponse.java                       : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com
[DEBUG] 21:36:56,558 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[DEBUG] 21:36:56,559 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email
[DEBUG] 21:36:56,559 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email
[DEBUG] 21:36:56,559 [Association.java                        : 261] ProviderServlet call-6 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
identity:http://localhost:8989/user
sreg.email:user@example.com

[DEBUG] 21:36:56,559 [Association.java                        : 267] ProviderServlet call-6 : Calculated signature: hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
[DEBUG] 21:36:56,559 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
[INFO ] 21:36:56,560 [ProviderServlet.java                    :  30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%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-13T20%253A36%253A56Z0%26openid.rpsig%3D5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%253D&openid.assoc_handle=1455395815898-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=hYjgz2gD49ieaJ9TjvFa%2FK6Oj7U%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 ] 21:36:56,560 [HttpServletSupport.java                 :  49] ProviderServlet call-6 : end onService
[INFO ] 21:36:56,564 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became ""
[INFO ] 21:36:56,567 [HttpServletSupport.java                 :  37] LoginCallbackServlet call-7 : begin onService
[INFO ] 21:36:56,567 [LoginCallbackServlet.java               :  35] LoginCallbackServlet call-7 : verify response
[DEBUG] 21:36:56,567 [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:5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455395815898-0
openid.mode:id_res
openid.rpnonce:2016-02-13T20:36:56Z0
openid.sig:hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 21:36:56,568 [ConsumerManager.java                    :1123] LoginCallbackServlet call-7 : Verifying authentication response...
[DEBUG] 21:36:56,568 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,568 [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:5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455395815898-0
openid.mode:id_res
openid.rpnonce:2016-02-13T20:36:56Z0
openid.sig:hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 21:36:56,568 [ConsumerManager.java                    :1147] LoginCallbackServlet call-7 : Received positive auth response.
[DEBUG] 21:36:56,569 [ConsumerManager.java                    :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%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-13T20%253A36%253A56Z0%26openid.rpsig%3D5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%253D&openid.assoc_handle=1455395815898-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=hYjgz2gD49ieaJ9TjvFa%2FK6Oj7U%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-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
[DEBUG] 21:36:56,570 [ConsumerManager.java                    :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user
[DEBUG] 21:36:56,571 [ConsumerManager.java                    :1412] LoginCallbackServlet call-7 : Extracting consumer nonce...
[DEBUG] 21:36:56,571 [ConsumerManager.java                    :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,571 [ConsumerManager.java                    :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: 5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
[DEBUG] 21:36:56,571 [ConsumerManager.java                    :1466] LoginCallbackServlet call-7 : Consumer signed text:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,571 [ConsumerManager.java                    :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider
[DEBUG] 21:36:56,572 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: 5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
[DEBUG] 21:36:56,572 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,572 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: 5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo=
[INFO ] 21:36:56,572 [ConsumerManager.java                    :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified.
[DEBUG] 21:36:56,572 [AbstractNonceVerifier.java              :  50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,574 [InternetDateFormat.java                 :  43] LoginCallbackServlet call-7 : Parsed 2016-02-13T20:36:56Z0 into Data object: Sat Feb 13 21:36:56 CET 2016
[DEBUG] 21:36:56,574 [InMemoryNonceVerifier.java              :  49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T20:36:56Z0
[INFO ] 21:36:56,575 [ConsumerManager.java                    :1782] LoginCallbackServlet call-7 : Found association: 1455395815898-0 verifying signature locally...
[DEBUG] 21:36:56,575 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
[DEBUG] 21:36:56,575 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=5Q9iYkDO0mCNUwNDX6CSENZ7vscLIby7J8rWsaSTeGo%3D
identity:http://localhost:8989/user
sreg.email:user@example.com

[DEBUG] 21:36:56,575 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: hYjgz2gD49ieaJ9TjvFa/K6Oj7U=
[DEBUG] 21:36:56,575 [ConsumerManager.java                    :1790] LoginCallbackServlet call-7 : Local signature verification succeeded.
[INFO ] 21:36:56,575 [ConsumerManager.java                    :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user
[DEBUG] 21:36:56,576 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,576 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 21:36:56,576 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,576 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,576 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 21:36:56,576 [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] 21:36:56,577 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 21:36:56,580 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,580 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 21:36:56,580 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,581 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,581 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 21:36:56,581 [SRegResponse.java                       :  68] LoginCallbackServlet call-7 : Created SReg response from parameter list:
email:user@example.com

[DEBUG] 21:36:56,581 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message...
[INFO ] 21:36:56,581 [LoginCallbackServlet.java               :  40] LoginCallbackServlet call-7 : success
[INFO ] 21:36:56,582 [HttpServletSupport.java                 :  49] LoginCallbackServlet call-7 : end onService
[INFO ] 21:36:56,585 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became "no_html"
[INFO ] 21:36:56,592 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: destroy
[INFO ] 21:36:56,592 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: destroy
[INFO ] 21:36:56,592 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: destroy
[INFO ] 21:36:56,592 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: destroy
[INFO ] 21:36:56,694 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 21:36:56,702 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: init
[INFO ] 21:36:56,702 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: init
[INFO ] 21:36:56,702 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: init
[INFO ] 21:36:56,702 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: init
[INFO ] 21:36:56,703 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 21:36:56,731 [HttpServletSupport.java                 :  37] LoginServlet call-1  : begin onService
[INFO ] 21:36:56,732 [LoginServlet.java                       :  33] LoginServlet call-1  : display form
[INFO ] 21:36:56,733 [HttpServletSupport.java                 :  49] LoginServlet call-1  : end onService
[INFO ] 21:36:56,745 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "no_html" became ""
[INFO ] 21:36:56,748 [HttpServletSupport.java                 :  37] LoginServlet call-2  : begin onService
[INFO ] 21:36:56,748 [LoginServlet.java                       :  28] LoginServlet call-2  : openind_identifier set => try to consume
[DEBUG] 21:36:56,748 [Discovery.java                          :  89] LoginServlet call-2  : Creating URL identifier for: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,753 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html
[INFO ] 21:36:56,753 [Discovery.java                          : 128] LoginServlet call-2  : Starting discovery on URL identifier: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,753 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP HEAD on: http://localhost:8989/user?format=html ...
[INFO ] 21:36:56,760 [HttpServletSupport.java                 :  37] UserInfoServlet call-3 : begin onService
[INFO ] 21:36:56,761 [HttpServletSupport.java                 :  49] UserInfoServlet call-3 : end onService
[DEBUG] 21:36:56,761 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP GET on: http://localhost:8989/user?format=html ...
[INFO ] 21:36:56,763 [HttpServletSupport.java                 :  37] UserInfoServlet call-4 : begin onService
[INFO ] 21:36:56,763 [HttpServletSupport.java                 :  49] UserInfoServlet call-4 : end onService
[DEBUG] 21:36:56,763 [HttpCache.java                          : 202] LoginServlet call-2  : Read 113 bytes.
[DEBUG] 21:36:56,773 [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] 21:36:56,774 [CyberNekoDOMYadisHtmlParser.java        :  67] LoginServlet call-2  : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1.
[DEBUG] 21:36:56,774 [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] 21:36:56,774 [YadisResolver.java                      : 310] LoginServlet call-2  : xrdsLocation: null
[INFO ] 21:36:56,774 [YadisResolver.java                      : 245] LoginServlet call-2  : Yadis discovered 0 endpoints from: http://localhost:8989/user?format=html
[INFO ] 21:36:56,774 [Discovery.java                          : 139] LoginServlet call-2  : No OpenID service endpoints discovered through Yadis; attempting HTML discovery...
[INFO ] 21:36:56,775 [HttpCache.java                          : 140] LoginServlet call-2  : Returning cached GET response for http://localhost:8989/user?format=html
[DEBUG] 21:36:56,775 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,775 [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] 21:36:56,776 [CyberNekoDOMHtmlParser.java             : 120] LoginServlet call-2  : Found OpenID1 endpoint: http://localhost:8989/provider
[DEBUG] 21:36:56,776 [CyberNekoDOMHtmlParser.java             :  65] LoginServlet call-2  : HTML discovery result:
ClaimedID:http://localhost:8989/user?format=html
OpenID1-endpoint:http://localhost:8989/provider
[INFO ] 21:36:56,776 [HtmlResolver.java                       : 127] LoginServlet call-2  : HTML discovery completed on: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,778 [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 ] 21:36:56,778 [Discovery.java                          : 151] LoginServlet call-2  : Discovered 1 OpenID endpoints.
[INFO ] 21:36:56,779 [ConsumerManager.java                    : 707] LoginServlet call-2  : Trying to associate with http://localhost:8989/provider attempts left: 4
[WARN ] 21:36:56,779 [ConsumerManager.java                    : 894] LoginServlet call-2  : Could not create association of type: :HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,780 [DiffieHellmanSession.java               :  96] LoginServlet call-2  : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:56,780 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,781 [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] 21:36:56,781 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,781 [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:HOOieZRSP9pZ/DjMOJZg7kWlT6WQx6LfSRmFNJpKzUzV+CK1h4aA3LF8rAigqou+8yMHZuNeoLNbAFFbcWXlRaMp9vnGjOirUaQwrVqFCvIlSBxSGy8D1/YkTADfk4+XnUKy7iNJ9rp+3Oq2bzDZXG870389PNOmrSgtQYT2eac=

[DEBUG] 21:36:56,781 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,781 [ConsumerManager.java                    : 767] LoginServlet call-2  : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,781 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,781 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,781 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,781 [ConsumerManager.java                    : 616] LoginServlet call-2  : Performing HTTP POST on http://localhost:8989/provider
[INFO ] 21:36:56,788 [HttpServletSupport.java                 :  37] ProviderServlet call-5 : begin onService
[INFO ] 21:36:56,789 [ProviderServlet.java                    :  26] ProviderServlet call-5 : start processing...
[DEBUG] 21:36:56,789 [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:HOOieZRSP9pZ/DjMOJZg7kWlT6WQx6LfSRmFNJpKzUzV+CK1h4aA3LF8rAigqou+8yMHZuNeoLNbAFFbcWXlRaMp9vnGjOirUaQwrVqFCvIlSBxSGy8D1/YkTADfk4+XnUKy7iNJ9rp+3Oq2bzDZXG870389PNOmrSgtQYT2eac=

[INFO ] 21:36:56,790 [ServerManager.java                      : 382] ProviderServlet call-5 : Processing association request...
[DEBUG] 21:36:56,790 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 21:36:56,790 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,792 [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:HOOieZRSP9pZ/DjMOJZg7kWlT6WQx6LfSRmFNJpKzUzV+CK1h4aA3LF8rAigqou+8yMHZuNeoLNbAFFbcWXlRaMp9vnGjOirUaQwrVqFCvIlSBxSGy8D1/YkTADfk4+XnUKy7iNJ9rp+3Oq2bzDZXG870389PNOmrSgtQYT2eac=

[DEBUG] 21:36:56,794 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,797 [Association.java                        :  88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@64b07583
[DEBUG] 21:36:56,797 [Association.java                        :  45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455395815920-0 expires: Sat Feb 13 22:06:56 CET 2016
[DEBUG] 21:36:56,797 [InMemoryServerAssociationStore.java     :  45] ProviderServlet call-5 : Generated association, handle: 1455395815920-0 type: HMAC-SHA1 expires in: 1800 seconds.
[INFO ] 21:36:56,798 [ServerManager.java                      : 408] ProviderServlet call-5 : Returning shared association; handle: 1455395815920-0
[DEBUG] 21:36:56,798 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 21:36:56,798 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,798 [AssociationResponse.java                :  57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455395815920-0
[DEBUG] 21:36:56,798 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,805 [DiffieHellmanSession.java               :  96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 21:36:56,806 [DiffieHellmanSession.java               : 253] ProviderServlet call-5 : Encrypted MAC key Base64: S7ySFbWToonbmV7sC5lekTF3YLY=
[DEBUG] 21:36:56,809 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,809 [AssociationResponse.java                : 107] ProviderServlet call-5 : Created association response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[INFO ] 21:36:56,810 [ProviderServlet.java                    :  30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[INFO ] 21:36:56,811 [HttpServletSupport.java                 :  49] ProviderServlet call-5 : end onService
[DEBUG] 21:36:56,811 [ParameterList.java                      : 188] LoginServlet call-2  : Creating parameter list from key-value form:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[DEBUG] 21:36:56,811 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,811 [ParameterList.java                      :  89] LoginServlet call-2  : Copying parameter list:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[DEBUG] 21:36:56,811 [ConsumerManager.java                    : 622] LoginServlet call-2  : Retrived response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[DEBUG] 21:36:56,812 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,812 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,812 [AssociationResponse.java                : 121] LoginServlet call-2  : Created association response from message parameters:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455395815920-0
expires_in:1799
dh_server_public:TM50e8m9rf1zb+RUUqqWiAfDXMs8hKhoqISKv0xSpchMs8LwWTMPo8hCj3pm6TDwrqiW/AXv6aBTkQvBzTKRDH7Blu/UW3F1DDF0y+2BgdjMhnVb7vAtLMHIOOk0ZNtyzkCiGvn1f172fuCbYt6tIvQ5JtrZqkMuOLfR0vlzhI0=
enc_mac_key:S7ySFbWToonbmV7sC5lekTF3YLY=

[DEBUG] 21:36:56,812 [AssociationResponse.java                : 315] LoginServlet call-2  : Retrieving MAC key from association response...
[DEBUG] 21:36:56,812 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,813 [DiffieHellmanSession.java               : 298] LoginServlet call-2  : Decrypted MAC key Base64: GQ90APlp4k5tv0vXO7bfYw4R0D8=
[DEBUG] 21:36:56,814 [AssociationResponse.java                : 331] LoginServlet call-2  : Decrypted MAC key (base64): GQ90APlp4k5tv0vXO7bfYw4R0D8=
[DEBUG] 21:36:56,814 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA1 handle: 1455395815920-0 expires: Sat Feb 13 22:06:55 CET 2016
[DEBUG] 21:36:56,814 [AssociationResponse.java                : 354] LoginServlet call-2  : Created association for handle: 1455395815920-0
[DEBUG] 21:36:56,814 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,814 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 21:36:56,814 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store: 1455395815920-0 with OP: http://localhost:8989/provider
[INFO ] 21:36:56,814 [ConsumerManager.java                    : 804] LoginServlet call-2  : Associated with http://localhost:8989/provider handle: 1455395815920-0
[INFO ] 21:36:56,815 [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] 21:36:56,815 [IncrementalNonceGenerator.java          :  43] LoginServlet call-2  : Generated nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,816 [ConsumerManager.java                    :1367] LoginServlet call-2  : Creating private association for opUrl http://localhost:8989/provider
[DEBUG] 21:36:56,816 [Association.java                        : 111] LoginServlet call-2  : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@588161c
[DEBUG] 21:36:56,816 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA256 handle:  expires: Sat Feb 13 21:41:56 CET 2016
[DEBUG] 21:36:56,816 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store:  with OP: http://localhost:8989/provider
[DEBUG] 21:36:56,816 [Association.java                        : 261] LoginServlet call-2  : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,816 [Association.java                        : 267] LoginServlet call-2  : Calculated signature: md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
[INFO ] 21:36:56,816 [ConsumerManager.java                    :1387] LoginServlet call-2  : Inserted consumer nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,816 [ConsumerManager.java                    :1389] LoginServlet call-2  : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[DEBUG] 21:36:56,816 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,817 [RealmVerifier.java                      : 210] LoginServlet call-2  : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[INFO ] 21:36:56,817 [RealmVerifier.java                      : 278] LoginServlet call-2  : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,817 [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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
openid.trust_root:http://localhost:8989/loginCallback
openid.assoc_handle:1455395815920-0
openid.mode:checkid_setup

[DEBUG] 21:36:56,817 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,817 [AxMessage.java                          :  50] LoginServlet call-2  : Created empty AXMessage.
[DEBUG] 21:36:56,817 [FetchRequest.java                       :  41] LoginServlet call-2  : Created empty fetch request.
[DEBUG] 21:36:56,817 [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] 21:36:56,817 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 21:36:56,817 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 21:36:56,817 [SRegMessage.java                        :  73] LoginServlet call-2  : Created empty SRegMessage.
[DEBUG] 21:36:56,817 [SRegRequest.java                        :  34] LoginServlet call-2  : Created empty SReg request.
[DEBUG] 21:36:56,817 [SRegRequest.java                        : 105] LoginServlet call-2  : Added new attribute to SReg request: email required: true
[DEBUG] 21:36:56,818 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[INFO ] 21:36:56,818 [HttpMethodDirector.java                 : 817]                      : Redirect requested but followRedirects is disabled
[INFO ] 21:36:56,829 [HttpServletSupport.java                 :  49] LoginServlet call-2  : end onService
[INFO ] 21:36:56,829 [HttpServletSupport.java                 :  37] ProviderServlet call-6 : begin onService
[INFO ] 21:36:56,830 [ProviderServlet.java                    :  26] ProviderServlet call-6 : start processing...
[DEBUG] 21:36:56,830 [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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%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:1455395815920-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] 21:36:56,830 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,830 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[INFO ] 21:36:56,831 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,831 [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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%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:1455395815920-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 ] 21:36:56,831 [ServerManager.java                      : 592] ProviderServlet call-6 : Parsing authentication request...
[DEBUG] 21:36:56,831 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,831 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[INFO ] 21:36:56,831 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 21:36:56,832 [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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%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:1455395815920-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 ] 21:36:56,832 [ServerManager.java                      : 665] ProviderServlet call-6 : Processing authentication request...
[DEBUG] 21:36:56,832 [ServerManager.java                      : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user?format=html
[INFO ] 21:36:56,832 [ServerManager.java                      : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455395815920-0
[DEBUG] 21:36:56,832 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,832 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity
[DEBUG] 21:36:56,833 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: 
[DEBUG] 21:36:56,833 [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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
openid.assoc_handle:1455395815920-0
openid.signed:return_to,identity
openid.sig:

[INFO ] 21:36:56,833 [ServerManager.java                      : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[DEBUG] 21:36:56,833 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,833 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,833 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,833 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,834 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,834 [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] 21:36:56,834 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 21:36:56,834 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,834 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 21:36:56,834 [FetchResponse.java                      :  35] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 21:36:56,834 [AxPayload.java                          :  67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1
[DEBUG] 21:36:56,834 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 21:36:56,835 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,835 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,835 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,835 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,835 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,835 [SRegRequest.java                        :  73] ProviderServlet call-6 : Created SReg request from parameter list:
required:email

[DEBUG] 21:36:56,835 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/sreg/1.0 extension from message...
[DEBUG] 21:36:56,836 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 21:36:56,836 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 21:36:56,836 [SRegResponse.java                       :  36] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 21:36:56,836 [SRegResponse.java                       : 119] ProviderServlet call-6 : Added new attribute to SReg response: email value: user@example.com
[DEBUG] 21:36:56,836 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[DEBUG] 21:36:56,836 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email
[DEBUG] 21:36:56,836 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity,sreg.email
[DEBUG] 21:36:56,837 [Association.java                        : 261] ProviderServlet call-6 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
identity:http://localhost:8989/user?format=html
sreg.email:user@example.com

[DEBUG] 21:36:56,837 [Association.java                        : 267] ProviderServlet call-6 : Calculated signature: ENKAIF5/HZPBo+ROwkEhF07GS8A=
[DEBUG] 21:36:56,837 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: ENKAIF5/HZPBo+ROwkEhF07GS8A=
[INFO ] 21:36:56,837 [ProviderServlet.java                    :  30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%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-13T20%253A36%253A56Z0%26openid.rpsig%3Dmd63W%252F2KOr6FUj%252BVEle%252FLQhkuRR6tMK2hY3BryZQ780%253D&openid.assoc_handle=1455395815920-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=ENKAIF5%2FHZPBo%2BROwkEhF07GS8A%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 ] 21:36:56,837 [HttpServletSupport.java                 :  49] ProviderServlet call-6 : end onService
[INFO ] 21:36:56,840 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became ""
[INFO ] 21:36:56,849 [HttpServletSupport.java                 :  37] LoginCallbackServlet call-7 : begin onService
[INFO ] 21:36:56,852 [LoginCallbackServlet.java               :  35] LoginCallbackServlet call-7 : verify response
[DEBUG] 21:36:56,852 [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:md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455395815920-0
openid.mode:id_res
openid.rpnonce:2016-02-13T20:36:56Z0
openid.sig:ENKAIF5/HZPBo+ROwkEhF07GS8A=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 21:36:56,852 [ConsumerManager.java                    :1123] LoginCallbackServlet call-7 : Verifying authentication response...
[DEBUG] 21:36:56,852 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,853 [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:md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455395815920-0
openid.mode:id_res
openid.rpnonce:2016-02-13T20:36:56Z0
openid.sig:ENKAIF5/HZPBo+ROwkEhF07GS8A=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 21:36:56,853 [ConsumerManager.java                    :1147] LoginCallbackServlet call-7 : Received positive auth response.
[DEBUG] 21:36:56,853 [ConsumerManager.java                    :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%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-13T20%253A36%253A56Z0%26openid.rpsig%3Dmd63W%252F2KOr6FUj%252BVEle%252FLQhkuRR6tMK2hY3BryZQ780%253D&openid.assoc_handle=1455395815920-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=ENKAIF5%2FHZPBo%2BROwkEhF07GS8A%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-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
[DEBUG] 21:36:56,853 [ConsumerManager.java                    :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,854 [ConsumerManager.java                    :1412] LoginCallbackServlet call-7 : Extracting consumer nonce...
[DEBUG] 21:36:56,854 [ConsumerManager.java                    :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,855 [ConsumerManager.java                    :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
[DEBUG] 21:36:56,855 [ConsumerManager.java                    :1466] LoginCallbackServlet call-7 : Consumer signed text:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,855 [ConsumerManager.java                    :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider
[DEBUG] 21:36:56,855 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
[DEBUG] 21:36:56,855 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0
[DEBUG] 21:36:56,855 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: md63W/2KOr6FUj+VEle/LQhkuRR6tMK2hY3BryZQ780=
[INFO ] 21:36:56,856 [ConsumerManager.java                    :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified.
[DEBUG] 21:36:56,863 [AbstractNonceVerifier.java              :  50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T20:36:56Z0
[DEBUG] 21:36:56,864 [InternetDateFormat.java                 :  43] LoginCallbackServlet call-7 : Parsed 2016-02-13T20:36:56Z0 into Data object: Sat Feb 13 21:36:56 CET 2016
[DEBUG] 21:36:56,864 [InMemoryNonceVerifier.java              :  49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T20:36:56Z0
[INFO ] 21:36:56,865 [ConsumerManager.java                    :1782] LoginCallbackServlet call-7 : Found association: 1455395815920-0 verifying signature locally...
[DEBUG] 21:36:56,865 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: ENKAIF5/HZPBo+ROwkEhF07GS8A=
[DEBUG] 21:36:56,865 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T20%3A36%3A56Z0&openid.rpsig=md63W%2F2KOr6FUj%2BVEle%2FLQhkuRR6tMK2hY3BryZQ780%3D
identity:http://localhost:8989/user?format=html
sreg.email:user@example.com

[DEBUG] 21:36:56,865 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: ENKAIF5/HZPBo+ROwkEhF07GS8A=
[DEBUG] 21:36:56,869 [ConsumerManager.java                    :1790] LoginCallbackServlet call-7 : Local signature verification succeeded.
[INFO ] 21:36:56,869 [ConsumerManager.java                    :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user?format=html
[DEBUG] 21:36:56,869 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,869 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 21:36:56,869 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,869 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,870 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 21:36:56,870 [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] 21:36:56,870 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 21:36:56,870 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,870 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 21:36:56,870 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,870 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 21:36:56,871 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 21:36:56,871 [SRegResponse.java                       :  68] LoginCallbackServlet call-7 : Created SReg response from parameter list:
email:user@example.com

[DEBUG] 21:36:56,871 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message...
[INFO ] 21:36:56,871 [LoginCallbackServlet.java               :  40] LoginCallbackServlet call-7 : success
[INFO ] 21:36:56,871 [HttpServletSupport.java                 :  49] LoginCallbackServlet call-7 : end onService
[INFO ] 21:36:56,873 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became "no_html"
[INFO ] 21:36:56,874 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: destroy
[INFO ] 21:36:56,874 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: destroy
[INFO ] 21:36:56,874 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: destroy
[INFO ] 21:36:56,874 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: destroy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 sec

Results :

Tests run: 102, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ openid4java-nodeps ---
[INFO] Building jar: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ openid4java-nodeps ---
[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
[INFO] Installing /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/pom.xml to /home/javastream.de/www/maven/org/openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.pom
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 SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 26.073 s
[INFO] Finished at: 2016-02-13T21:37:01+01:00
[INFO] Final Memory: 27M/206M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data