Skip to content
Success

Console Output

This log is too long to show here, 144 KB has been skipped โ€” click to see the complete log
[DEBUG] 20:17:54,818 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:54,824 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:54,824 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 20:17:54,824 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplehtml
[INFO ] 20:17:54,825 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:54,825 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:54,826 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:54,826 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:54,826 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=redir_simplexrds ...
[DEBUG] 20:17:54,829 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=redir_simplexrds ...
[DEBUG] 20:17:54,833 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 20:17:54,833 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 20:17:54,833 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:54,839 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:54,839 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[DEBUG] 20:17:54,839 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=redir_simplexrds
[INFO ] 20:17:54,839 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=redir_simplexrds
[INFO ] 20:17:54,840 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:54,841 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:54,841 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:54,841 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:54,842 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=simplehtml ...
[WARN ] 20:17:54,843 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:54,851 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=simplehtml; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:54,851 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=simplehtml ...
[DEBUG] 20:17:54,853 [HttpCache.java                          : 202]                      : Read 549 bytes.
[DEBUG] 20:17:54,855 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

<META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location">

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

</HEAD>

<BODY>

<H1>Joe Schmoe's larger than 350 bytes Homepage</H1>

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

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

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

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

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

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

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



</BODY>
</HTML>

[DEBUG] 20:17:54,855 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 20:17:54,856 [YadisResolver.java                      : 309]                      : input:
<html>
<head>
<meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds">
<title>Joe Schmoe's Homepage</title>
</head>
<body>
<h1>Joe Schmoe's larger than 350 bytes Homepage</h1>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
</body>
</html>

[DEBUG] 20:17:54,856 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:54,856 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:54,858 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 20:17:54,858 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:54,858 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 20:17:54,858 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:54,863 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:54,864 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 20:17:54,864 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?html=simplehtml
[INFO ] 20:17:54,864 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:54,865 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:54,866 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:54,866 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 20:17:54,867 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:54,967 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:54,968 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:54,969 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 20:17:54,969 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[DEBUG] 20:17:55,069 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?servertopped ...
[INFO ] 20:17:55,071 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 20:17:55,071 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 20:17:55,072 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 20:17:55,072 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 20:17:55,073 [HttpMethodDirector.java                 : 438]                      : I/O exception (java.net.ConnectException) caught when processing request: Connection refused
[INFO ] 20:17:55,073 [HttpMethodDirector.java                 : 444]                      : Retrying request
[INFO ] 20:17:55,074 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,074 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,075 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,075 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation1 ...
[DEBUG] 20:17:55,077 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=invalidxrdslocation2 ...
[INFO ] 20:17:55,082 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,183 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,184 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,185 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,186 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ...
[DEBUG] 20:17:55,188 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation1 ...
[DEBUG] 20:17:55,192 [HttpCache.java                          : 202]                      : Read 0 bytes.
[DEBUG] 20:17:55,192 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ...
[DEBUG] 20:17:55,196 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplehtml&getheaders=invalidxrdslocation2 ...
[DEBUG] 20:17:55,198 [HttpCache.java                          : 202]                      : Read 0 bytes.
[INFO ] 20:17:55,199 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,300 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,301 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,301 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,301 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=multiplexrdslocation ...
[WARN ] 20:17:55,306 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,309 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=multiplexrdslocation; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,310 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=multiplexrdslocation ...
[DEBUG] 20:17:55,315 [HttpCache.java                          : 202]                      : Read 355 bytes.
[DEBUG] 20:17:55,317 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

<META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location">

<META content="http://localhost:8989/?xrds=simplexrds" http-equiv="X-XRDS-Location">

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

</HEAD>

<BODY>

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

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



</BODY>
</HTML>

[DEBUG] 20:17:55,318 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[INFO ] 20:17:55,318 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,419 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,419 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,420 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,420 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=nohead ...
[WARN ] 20:17:55,422 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,423 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nohead; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,423 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=nohead ...
[DEBUG] 20:17:55,425 [HttpCache.java                          : 202]                      : Read 109 bytes.
[DEBUG] 20:17:55,427 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<BODY>

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

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



</BODY>
</HTML>

[DEBUG] 20:17:55,427 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=twoheads ...
[WARN ] 20:17:55,429 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,430 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=twoheads; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,430 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=twoheads ...
[DEBUG] 20:17:55,433 [HttpCache.java                          : 202]                      : Read 301 bytes.
[DEBUG] 20:17:55,434 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=extraheadinbody ...
[WARN ] 20:17:55,435 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,437 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=extraheadinbody; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,437 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=extraheadinbody ...
[DEBUG] 20:17:55,439 [HttpCache.java                          : 202]                      : Read 321 bytes.
[DEBUG] 20:17:55,443 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

<META content="http://localhost:8989/?headers=simplexrds&amp;xrds=simplexrds" http-equiv="X-XRDS-Location">

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

</HEAD>

<BODY>

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

<P>Blah blah blah blah blah blah blah</P>
some other head, inside the html body


</BODY>
</HTML>

[DEBUG] 20:17:55,443 [CyberNekoDOMYadisHtmlParser.java        :  89]                      : Found X-XRDS-Location META tags.
[DEBUG] 20:17:55,443 [YadisResolver.java                      : 309]                      : input:
<html>
<head>
<meta http-equiv="X-XRDS-Location" content="http://localhost:8989/?headers=simplexrds&xrds=simplexrds">
<title>Joe Schmoe's Homepage</title>
</head>
<body>
<h1>Joe Schmoe's Homepage</h1>
<p>Blah blah blah blah blah blah blah</p>
<head>some other head, inside the html body</head>
</body>
</html>

[DEBUG] 20:17:55,447 [YadisResolver.java                      : 310]                      : xrdsLocation: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:55,447 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:55,454 [HttpCache.java                          : 202]                      : Read 308 bytes.
[DEBUG] 20:17:55,454 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=simplexrds
[DEBUG] 20:17:55,454 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 20:17:55,454 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:55,460 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:55,460 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[INFO ] 20:17:55,460 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?html=extraheadinbody
[INFO ] 20:17:55,462 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,467 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,467 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,468 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,469 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=headnometa ...
[WARN ] 20:17:55,470 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,471 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=headnometa; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,471 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=headnometa ...
[DEBUG] 20:17:55,474 [HttpCache.java                          : 202]                      : Read 444 bytes.
[DEBUG] 20:17:55,476 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML>

<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

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

</HEAD>

<BODY>

<H1>Joe Schmoe's larger than 350 bytes Homepage</H1>

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

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

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

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

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

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

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



</BODY>
</HTML>

[DEBUG] 20:17:55,477 [CyberNekoDOMYadisHtmlParser.java        :  67]                      : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1.
[DEBUG] 20:17:55,477 [YadisResolver.java                      : 309]                      : input:
<html>
<head>
<title>Joe Schmoe's Homepage</title>
</head>
<body>
<h1>Joe Schmoe's larger than 350 bytes Homepage</h1>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
<p>Blah blah blah blah blah blah blah</p>
</body>
</html>

[DEBUG] 20:17:55,483 [YadisResolver.java                      : 310]                      : xrdsLocation: null
[INFO ] 20:17:55,483 [YadisResolver.java                      : 245]                      : Yadis discovered 0 endpoints from: http://localhost:8989/?html=headnometa
[INFO ] 20:17:55,485 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,591 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,592 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,593 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,593 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=empty ...
[WARN ] 20:17:55,596 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,598 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=empty; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,598 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=empty ...
[DEBUG] 20:17:55,600 [HttpCache.java                          : 202]                      : Read 0 bytes.
[DEBUG] 20:17:55,601 [CyberNekoDOMYadisHtmlParser.java        :  47]                      : document:
<HTML></HTML>

[INFO ] 20:17:55,602 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,702 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,703 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,703 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,704 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?html=nonexistantfile ...
[WARN ] 20:17:55,705 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/headers/null (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.setHeadersFromFile(YadisTestServlet.java:118)
	at org.openid4java.discovery.yadis.YadisTestServlet.doHead(YadisTestServlet.java:37)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:757)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,706 [YadisResolver.java                      : 377]                      : Cannot retrieve X-XRDS-Location using HEAD from http://localhost:8989/?html=nonexistantfile; status=HTTP/1.1 500 homejavastreamdejenkinsjobscomgooglecodeopenid4javaworkspacetargettestdataheadersnull_No_such_file_or_directory
[DEBUG] 20:17:55,706 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?html=nonexistantfile ...
[WARN ] 20:17:55,708 [JCLLoggerAdapter.java                   : 346]                      : /
java.io.FileNotFoundException: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/test-data/html/nonexistantfile (No such file or directory)
	at java.io.FileInputStream.open0(Native Method)
	at java.io.FileInputStream.open(FileInputStream.java:195)
	at java.io.FileInputStream.<init>(FileInputStream.java:138)
	at java.io.FileInputStream.<init>(FileInputStream.java:93)
	at java.io.FileReader.<init>(FileReader.java:58)
	at org.openid4java.discovery.yadis.YadisTestServlet.doGet(YadisTestServlet.java:95)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:459)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:231)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:629)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
	at org.mortbay.jetty.Server.handle(Server.java:303)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:452)
	at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:721)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:509)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:209)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:349)
	at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:217)
	at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
[DEBUG] 20:17:55,708 [HttpCache.java                          : 202]                      : Read 3168 bytes.
[INFO ] 20:17:55,709 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,709 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,709 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,710 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,710 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simpleheaders ...
[DEBUG] 20:17:55,711 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[DEBUG] 20:17:55,713 [HttpCache.java                          : 202]                      : Read 10 bytes.
[DEBUG] 20:17:55,713 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?xrds=simplexrds&headers=simplexrds
[INFO ] 20:17:55,714 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,814 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,815 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,815 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,816 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ...
[DEBUG] 20:17:55,817 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds1 ...
[DEBUG] 20:17:55,819 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 20:17:55,819 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:55,819 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:55,827 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ...
[DEBUG] 20:17:55,828 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds2 ...
[DEBUG] 20:17:55,830 [HttpCache.java                          : 202]                      : Read 293 bytes.
[DEBUG] 20:17:55,830 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:55,830 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http://www.openidenabled.com/</URI>

  </XRD>
</xrds:XRDS>


[INFO ] 20:17:55,839 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,940 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,941 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,941 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,941 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ...
[DEBUG] 20:17:55,943 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds3 ...
[DEBUG] 20:17:55,945 [HttpCache.java                          : 202]                      : Read 280 bytes.
[DEBUG] 20:17:55,945 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:55,945 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>:</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:55,958 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ...
[DEBUG] 20:17:55,962 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds4 ...
[DEBUG] 20:17:55,964 [HttpCache.java                          : 202]                      : Read 284 bytes.
[DEBUG] 20:17:55,964 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:55,964 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI>http:</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:55,971 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ...
[DEBUG] 20:17:55,978 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5 ...
[DEBUG] 20:17:55,981 [HttpCache.java                          : 202]                      : Read 306 bytes.
[DEBUG] 20:17:55,982 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:55,982 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://specs.openid.net/auth/2.0/signon</Type>
      <URI>bla bla</URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:55,986 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:55,987 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://specs.openid.net/auth/2.0/signon]
URI: bla bla
URI Priority: -1
LocalID: null
[DEBUG] 20:17:55,988 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5
[INFO ] 20:17:55,988 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds5
[INFO ] 20:17:55,991 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:55,992 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:55,993 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:55,993 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:55,993 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ...
[DEBUG] 20:17:55,995 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate ...
[DEBUG] 20:17:56,002 [HttpCache.java                          : 202]                      : Read 435 bytes.
[DEBUG] 20:17:56,002 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:56,002 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns:openid="http://openid.net/xmlns/1.0"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://openid.net/signon/1.1</Type>
      <URI>http://www.openidenabled.com/</URI>
      <openid:Delegate>http://example.com/delegate/</openid:Delegate>
    </Service>


  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:56,008 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:56,008 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://openid.net/signon/1.1]
URI: http://www.openidenabled.com/
URI Priority: -1
LocalID: null
[DEBUG] 20:17:56,009 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[INFO ] 20:17:56,009 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[DEBUG] 20:17:56,009 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate to: http://localhost:8989/?headers=simplexrds&xrds=xrdsdelegate
[INFO ] 20:17:56,010 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
[INFO ] 20:17:56,010 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:56,011 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: init
[INFO ] 20:17:56,011 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[DEBUG] 20:17:56,011 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 20:17:56,012 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 20:17:56,014 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 20:17:56,014 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://example.com/]
[DEBUG] 20:17:56,014 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI></URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:56,019 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[DEBUG] 20:17:56,019 [XrdsParserImpl.java                     : 115]                      : Discovered endpoint: 
Service priority: 0
Type: [http://example.com/]
URI: null
URI Priority: -1
LocalID: null
[DEBUG] 20:17:56,019 [YadisResult.java                        : 119]                      : Setting X-XRDS-Location for yadis result: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,019 [YadisResolver.java                      : 245]                      : Yadis discovered 1 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[WARN ] 20:17:56,026 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[DEBUG] 20:17:56,027 [Discovery.java                          :  89]                      : Creating URL identifier for: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 20:17:56,027 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,027 [Discovery.java                          : 128]                      : Starting discovery on URL identifier: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 20:17:56,027 [YadisResolver.java                      : 351]                      : Performing HTTP HEAD on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 20:17:56,029 [YadisResolver.java                      : 351]                      : Performing HTTP GET on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 ...
[DEBUG] 20:17:56,030 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 20:17:56,030 [XrdsParserImpl.java                     :  48]                      : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:56,031 [XrdsParserImpl.java                     : 161]                      : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI></URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:56,035 [XrdsParserImpl.java                     :  90]                      : Found 1 services for the requested types.
[INFO ] 20:17:56,035 [YadisResolver.java                      : 245]                      : Yadis discovered 0 endpoints from: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,036 [Discovery.java                          : 139]                      : No OpenID service endpoints discovered through Yadis; attempting HTML discovery...
[INFO ] 20:17:56,036 [HttpCache.java                          : 242]                      : Cached GET response does not match the required content type, removing.
[INFO ] 20:17:56,036 [HttpCache.java                          : 144]                      : Removing cached GET for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,036 [HttpCache.java                          : 102]                      : Removing cached GET response for http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 20:17:56,038 [HttpCache.java                          : 202]                      : Read 279 bytes.
[DEBUG] 20:17:56,039 [UrlIdentifier.java                      : 125]                      : Normalized: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6 to: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[DEBUG] 20:17:56,039 [CyberNekoDOMHtmlParser.java             :  44]                      : Parsing HTML data:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Sample XRDS file at: xrds -->
<xrds:XRDS
    xmlns:xrds="xri://$xrds"
    xmlns="xri://$xrd*($v*2.0)">
  <XRD>

    <Service priority="0">
      <Type>http://example.com/</Type>
      <URI></URI>
    </Service>

  </XRD>
</xrds:XRDS>


[DEBUG] 20:17:56,040 [CyberNekoDOMHtmlParser.java             :  65]                      : HTML discovery result:
ClaimedID:http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,040 [HtmlResolver.java                       : 127]                      : HTML discovery completed on: http://localhost:8989/?headers=simplexrds&xrds=malformedxrds6
[INFO ] 20:17:56,040 [Discovery.java                          : 151]                      : Discovered 0 OpenID endpoints.
[INFO ] 20:17:56,041 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.discovery.yadis.YadisTestServlet: destroy
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.78 sec
Running org.openid4java.samples.ConsumerAndProviderTest
[WARN ] 20:17:56,144 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,145 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,149 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,149 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,151 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,152 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,152 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[WARN ] 20:17:56,152 [RealmVerifier.java                      : 107]                      : RP discovery / realm validation disabled; 
[INFO ] 20:17:56,153 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:56,154 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: init
[INFO ] 20:17:56,154 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: init
[INFO ] 20:17:56,154 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: init
[INFO ] 20:17:56,155 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: init
[INFO ] 20:17:56,156 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 20:17:56,239 [HttpServletSupport.java                 :  37] LoginServlet call-1  : begin onService
[INFO ] 20:17:56,239 [LoginServlet.java                       :  33] LoginServlet call-1  : display form
[INFO ] 20:17:56,240 [HttpServletSupport.java                 :  49] LoginServlet call-1  : end onService
[INFO ] 20:17:56,346 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "no_html" became ""
[INFO ] 20:17:56,369 [HttpServletSupport.java                 :  37] LoginServlet call-2  : begin onService
[INFO ] 20:17:56,371 [LoginServlet.java                       :  28] LoginServlet call-2  : openind_identifier set => try to consume
[DEBUG] 20:17:56,371 [Discovery.java                          :  89] LoginServlet call-2  : Creating URL identifier for: http://localhost:8989/user
[DEBUG] 20:17:56,371 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user to: http://localhost:8989/user
[INFO ] 20:17:56,372 [Discovery.java                          : 128] LoginServlet call-2  : Starting discovery on URL identifier: http://localhost:8989/user
[DEBUG] 20:17:56,372 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP HEAD on: http://localhost:8989/user ...
[INFO ] 20:17:56,375 [HttpServletSupport.java                 :  37] UserInfoServlet call-3 : begin onService
[INFO ] 20:17:56,376 [HttpServletSupport.java                 :  49] UserInfoServlet call-3 : end onService
[DEBUG] 20:17:56,377 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP GET on: http://localhost:8989/user ...
[INFO ] 20:17:56,378 [HttpServletSupport.java                 :  37] UserInfoServlet call-4 : begin onService
[INFO ] 20:17:56,378 [HttpServletSupport.java                 :  49] UserInfoServlet call-4 : end onService
[DEBUG] 20:17:56,379 [HttpCache.java                          : 202] LoginServlet call-2  : Read 320 bytes.
[DEBUG] 20:17:56,379 [XrdsParserImpl.java                     :  48] LoginServlet call-2  : Parsing XRDS input for service types: [http://openid.net/signon/1.1, http://specs.openid.net/auth/2.0/signon, http://openid.net/signon/1.0, http://specs.openid.net/auth/2.0/server]
[DEBUG] 20:17:56,379 [XrdsParserImpl.java                     : 161] LoginServlet call-2  : Parsing XRDS input: <?xml version="1.0" encoding="UTF-8"?>
<xrds:XRDS
  xmlns:xrds="xri://$xrds"
  xmlns:openid="http://openid.net/xmlns/1.0"
  xmlns="xri://$xrd*($v*2.0)">
  <XRD>
    <Service priority="0">
      <Type>http://openid.net/signon/1.0</Type>
      <URI>http://localhost:8989/provider</URI>
    </Service>
  </XRD>
</xrds:XRDS>
[DEBUG] 20:17:56,386 [XrdsParserImpl.java                     :  90] LoginServlet call-2  : Found 1 services for the requested types.
[DEBUG] 20:17:56,388 [XrdsParserImpl.java                     : 115] LoginServlet call-2  : Discovered endpoint: 
Service priority: 0
Type: [http://openid.net/signon/1.0]
URI: http://localhost:8989/provider
URI Priority: -1
LocalID: null
[DEBUG] 20:17:56,388 [YadisResult.java                        : 119] LoginServlet call-2  : Setting X-XRDS-Location for yadis result: http://localhost:8989/user
[INFO ] 20:17:56,389 [YadisResolver.java                      : 245] LoginServlet call-2  : Yadis discovered 1 endpoints from: http://localhost:8989/user
[DEBUG] 20:17:56,389 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user to: http://localhost:8989/user
[INFO ] 20:17:56,389 [Discovery.java                          : 151] LoginServlet call-2  : Discovered 1 OpenID endpoints.
[INFO ] 20:17:56,390 [ConsumerManager.java                    : 707] LoginServlet call-2  : Trying to associate with http://localhost:8989/provider attempts left: 4
[WARN ] 20:17:56,390 [ConsumerManager.java                    : 894] LoginServlet call-2  : Could not create association of type: :HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,397 [DiffieHellmanSession.java               :  96] LoginServlet call-2  : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,400 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,401 [AssociationRequest.java                 :  80] LoginServlet call-2  : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,401 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,402 [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:RaDaFbdonZDTM9oIKr2n91xDb7qQdgiFHuK1cjw6oMqOviZRxzlgUZsrpewcWFBQu2XGRarTgAPx3w9W/8xDsat/KGIEQYtFrMCK/Xb5+HD3j9KJ7yOvDFJLvm7KwMq5tNBReP2UhljMC37ZE9Efqc5tH0c2d+hcV6839FN/kpg=

[DEBUG] 20:17:56,402 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,402 [ConsumerManager.java                    : 767] LoginServlet call-2  : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,402 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,402 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,402 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,405 [ConsumerManager.java                    : 616] LoginServlet call-2  : Performing HTTP POST on http://localhost:8989/provider
[INFO ] 20:17:56,407 [HttpServletSupport.java                 :  37] ProviderServlet call-5 : begin onService
[INFO ] 20:17:56,407 [ProviderServlet.java                    :  26] ProviderServlet call-5 : start processing...
[DEBUG] 20:17:56,408 [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:RaDaFbdonZDTM9oIKr2n91xDb7qQdgiFHuK1cjw6oMqOviZRxzlgUZsrpewcWFBQu2XGRarTgAPx3w9W/8xDsat/KGIEQYtFrMCK/Xb5+HD3j9KJ7yOvDFJLvm7KwMq5tNBReP2UhljMC37ZE9Efqc5tH0c2d+hcV6839FN/kpg=

[INFO ] 20:17:56,408 [ServerManager.java                      : 382] ProviderServlet call-5 : Processing association request...
[DEBUG] 20:17:56,408 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 20:17:56,408 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,408 [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:RaDaFbdonZDTM9oIKr2n91xDb7qQdgiFHuK1cjw6oMqOviZRxzlgUZsrpewcWFBQu2XGRarTgAPx3w9W/8xDsat/KGIEQYtFrMCK/Xb5+HD3j9KJ7yOvDFJLvm7KwMq5tNBReP2UhljMC37ZE9Efqc5tH0c2d+hcV6839FN/kpg=

[DEBUG] 20:17:56,409 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,409 [Association.java                        :  88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8e58
[DEBUG] 20:17:56,409 [Association.java                        :  45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391076149-0 expires: Sat Feb 13 20:47:56 CET 2016
[DEBUG] 20:17:56,409 [InMemoryServerAssociationStore.java     :  45] ProviderServlet call-5 : Generated association, handle: 1455391076149-0 type: HMAC-SHA1 expires in: 1800 seconds.
[INFO ] 20:17:56,413 [ServerManager.java                      : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391076149-0
[DEBUG] 20:17:56,413 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 20:17:56,413 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,414 [AssociationResponse.java                :  57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391076149-0
[DEBUG] 20:17:56,414 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,417 [DiffieHellmanSession.java               :  96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,421 [DiffieHellmanSession.java               : 253] ProviderServlet call-5 : Encrypted MAC key Base64: qVd85YHVU6OG6KFBavwUzNLRJUA=
[DEBUG] 20:17:56,421 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,421 [AssociationResponse.java                : 107] ProviderServlet call-5 : Created association response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[INFO ] 20:17:56,422 [ProviderServlet.java                    :  30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[INFO ] 20:17:56,422 [HttpServletSupport.java                 :  49] ProviderServlet call-5 : end onService
[DEBUG] 20:17:56,422 [ParameterList.java                      : 188] LoginServlet call-2  : Creating parameter list from key-value form:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[DEBUG] 20:17:56,422 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,422 [ParameterList.java                      :  89] LoginServlet call-2  : Copying parameter list:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[DEBUG] 20:17:56,422 [ConsumerManager.java                    : 622] LoginServlet call-2  : Retrived response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[DEBUG] 20:17:56,423 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,423 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,423 [AssociationResponse.java                : 121] LoginServlet call-2  : Created association response from message parameters:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076149-0
expires_in:1799
dh_server_public:AK/dsg/apyK/3iBGl6fxcECn6/x2fAo7T/XTbY0kT3T4/dMqFOqCC8GeDCXFkYuS2D8Hex6DsPjg2gRuh5fPHKoH6tjBRloETfdRc7u0i76lVw5cnlh9oS0x8XkK4lEHniPcPfQXqQ5WkgeiM7+EwkD21gtIzNJNuaIGQIeww/8N
enc_mac_key:qVd85YHVU6OG6KFBavwUzNLRJUA=

[DEBUG] 20:17:56,423 [AssociationResponse.java                : 315] LoginServlet call-2  : Retrieving MAC key from association response...
[DEBUG] 20:17:56,423 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,426 [DiffieHellmanSession.java               : 298] LoginServlet call-2  : Decrypted MAC key Base64: WY9KotpX0mCztMpD6TXx78PFP9w=
[DEBUG] 20:17:56,427 [AssociationResponse.java                : 331] LoginServlet call-2  : Decrypted MAC key (base64): WY9KotpX0mCztMpD6TXx78PFP9w=
[DEBUG] 20:17:56,427 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA1 handle: 1455391076149-0 expires: Sat Feb 13 20:47:55 CET 2016
[DEBUG] 20:17:56,427 [AssociationResponse.java                : 354] LoginServlet call-2  : Created association for handle: 1455391076149-0
[DEBUG] 20:17:56,427 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,427 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,427 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store: 1455391076149-0 with OP: http://localhost:8989/provider
[INFO ] 20:17:56,427 [ConsumerManager.java                    : 804] LoginServlet call-2  : Associated with http://localhost:8989/provider handle: 1455391076149-0
[INFO ] 20:17:56,428 [ConsumerManager.java                    :1065] LoginServlet call-2  : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user OP-specific ID: http://localhost:8989/user
[DEBUG] 20:17:56,429 [IncrementalNonceGenerator.java          :  43] LoginServlet call-2  : Generated nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,429 [ConsumerManager.java                    :1367] LoginServlet call-2  : Creating private association for opUrl http://localhost:8989/provider
[DEBUG] 20:17:56,429 [Association.java                        : 111] LoginServlet call-2  : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883e2d
[DEBUG] 20:17:56,429 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA256 handle:  expires: Sat Feb 13 20:22:56 CET 2016
[DEBUG] 20:17:56,429 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store:  with OP: http://localhost:8989/provider
[DEBUG] 20:17:56,430 [Association.java                        : 261] LoginServlet call-2  : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,430 [Association.java                        : 267] LoginServlet call-2  : Calculated signature: XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
[INFO ] 20:17:56,430 [ConsumerManager.java                    :1387] LoginServlet call-2  : Inserted consumer nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,430 [ConsumerManager.java                    :1389] LoginServlet call-2  : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[DEBUG] 20:17:56,431 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,431 [RealmVerifier.java                      : 210] LoginServlet call-2  : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[INFO ] 20:17:56,431 [RealmVerifier.java                      : 278] LoginServlet call-2  : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,431 [AuthRequest.java                        : 103] LoginServlet call-2  : Created auth request:
openid.identity:http://localhost:8989/user
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.trust_root:http://localhost:8989/loginCallback
openid.assoc_handle:1455391076149-0
openid.mode:checkid_setup

[DEBUG] 20:17:56,432 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,432 [AxMessage.java                          :  50] LoginServlet call-2  : Created empty AXMessage.
[DEBUG] 20:17:56,433 [FetchRequest.java                       :  41] LoginServlet call-2  : Created empty fetch request.
[DEBUG] 20:17:56,433 [FetchRequest.java                       : 127] LoginServlet call-2  : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true
[DEBUG] 20:17:56,433 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 20:17:56,434 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,434 [SRegMessage.java                        :  73] LoginServlet call-2  : Created empty SRegMessage.
[DEBUG] 20:17:56,434 [SRegRequest.java                        :  34] LoginServlet call-2  : Created empty SReg request.
[DEBUG] 20:17:56,434 [SRegRequest.java                        : 105] LoginServlet call-2  : Added new attribute to SReg request: email required: true
[DEBUG] 20:17:56,434 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[INFO ] 20:17:56,445 [HttpServletSupport.java                 :  49] LoginServlet call-2  : end onService
[INFO ] 20:17:56,452 [HttpMethodDirector.java                 : 817]                      : Redirect requested but followRedirects is disabled
[INFO ] 20:17:56,456 [HttpServletSupport.java                 :  37] ProviderServlet call-6 : begin onService
[INFO ] 20:17:56,456 [ProviderServlet.java                    :  26] ProviderServlet call-6 : start processing...
[DEBUG] 20:17:56,456 [ParameterList.java                      :  84] ProviderServlet call-6 : Creating parameter list:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455391076149-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[DEBUG] 20:17:56,456 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,456 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[INFO ] 20:17:56,457 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,457 [AuthRequest.java                        : 118] ProviderServlet call-6 : Created auth request:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455391076149-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[INFO ] 20:17:56,457 [ServerManager.java                      : 592] ProviderServlet call-6 : Parsing authentication request...
[DEBUG] 20:17:56,457 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,457 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[INFO ] 20:17:56,457 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,458 [AuthRequest.java                        : 118] ProviderServlet call-6 : Created auth request:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.sreg.required:email
openid.ns.sreg:http://openid.net/sreg/1.0
openid.identity:http://localhost:8989/user
openid.assoc_handle:1455391076149-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[INFO ] 20:17:56,458 [ServerManager.java                      : 665] ProviderServlet call-6 : Processing authentication request...
[DEBUG] 20:17:56,458 [ServerManager.java                      : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user
[INFO ] 20:17:56,458 [ServerManager.java                      : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391076149-0
[DEBUG] 20:17:56,459 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,459 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity
[DEBUG] 20:17:56,460 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: 
[DEBUG] 20:17:56,460 [AuthSuccess.java                        : 106] ProviderServlet call-6 : Created positive auth response:
openid.mode:id_res
openid.identity:http://localhost:8989/user
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.assoc_handle:1455391076149-0
openid.signed:return_to,identity
openid.sig:

[INFO ] 20:17:56,463 [ServerManager.java                      : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[DEBUG] 20:17:56,463 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,463 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,463 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,463 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,464 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,464 [FetchRequest.java                       :  80] ProviderServlet call-6 : Created fetch request from parameter list:
mode:fetch_request
type.email:http://schema.openid.net/contact/email
required:email

[DEBUG] 20:17:56,464 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 20:17:56,465 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,465 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,466 [FetchResponse.java                      :  35] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 20:17:56,466 [AxPayload.java                          :  67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1
[DEBUG] 20:17:56,466 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 20:17:56,466 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,466 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 20:17:56,466 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,467 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,467 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 20:17:56,467 [SRegRequest.java                        :  73] ProviderServlet call-6 : Created SReg request from parameter list:
required:email

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

[DEBUG] 20:17:56,470 [Association.java                        : 267] ProviderServlet call-6 : Calculated signature: gkskuxPqKqb/132K2VZQMZPySho=
[DEBUG] 20:17:56,470 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: gkskuxPqKqb/132K2VZQMZPySho=
[INFO ] 20:17:56,471 [ProviderServlet.java                    :  30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A17%253A56Z0%26openid.rpsig%3DXkpQKYHwG7X5%252FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%253D&openid.assoc_handle=1455391076149-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=gkskuxPqKqb%2F132K2VZQMZPySho%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com
[INFO ] 20:17:56,471 [HttpServletSupport.java                 :  49] ProviderServlet call-6 : end onService
[INFO ] 20:17:56,478 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became ""
[INFO ] 20:17:56,482 [HttpServletSupport.java                 :  37] LoginCallbackServlet call-7 : begin onService
[INFO ] 20:17:56,482 [LoginCallbackServlet.java               :  35] LoginCallbackServlet call-7 : verify response
[DEBUG] 20:17:56,482 [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:XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455391076149-0
openid.mode:id_res
openid.rpnonce:2016-02-13T19:17:56Z0
openid.sig:gkskuxPqKqb/132K2VZQMZPySho=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 20:17:56,483 [ConsumerManager.java                    :1123] LoginCallbackServlet call-7 : Verifying authentication response...
[DEBUG] 20:17:56,483 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,483 [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:XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455391076149-0
openid.mode:id_res
openid.rpnonce:2016-02-13T19:17:56Z0
openid.sig:gkskuxPqKqb/132K2VZQMZPySho=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 20:17:56,484 [ConsumerManager.java                    :1147] LoginCallbackServlet call-7 : Received positive auth response.
[DEBUG] 20:17:56,484 [ConsumerManager.java                    :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A17%253A56Z0%26openid.rpsig%3DXkpQKYHwG7X5%252FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%253D&openid.assoc_handle=1455391076149-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=gkskuxPqKqb%2F132K2VZQMZPySho%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com
message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
[DEBUG] 20:17:56,484 [ConsumerManager.java                    :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user
[DEBUG] 20:17:56,484 [ConsumerManager.java                    :1412] LoginCallbackServlet call-7 : Extracting consumer nonce...
[DEBUG] 20:17:56,484 [ConsumerManager.java                    :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,485 [ConsumerManager.java                    :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
[DEBUG] 20:17:56,485 [ConsumerManager.java                    :1466] LoginCallbackServlet call-7 : Consumer signed text:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,485 [ConsumerManager.java                    :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider
[DEBUG] 20:17:56,485 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
[DEBUG] 20:17:56,485 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,485 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: XkpQKYHwG7X5/bzsLu3Gb2159uKknmO9tbmyD0VX9Do=
[INFO ] 20:17:56,485 [ConsumerManager.java                    :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified.
[DEBUG] 20:17:56,486 [AbstractNonceVerifier.java              :  50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,486 [InternetDateFormat.java                 :  43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:17:56Z0 into Data object: Sat Feb 13 20:17:56 CET 2016
[DEBUG] 20:17:56,486 [InMemoryNonceVerifier.java              :  49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:17:56Z0
[INFO ] 20:17:56,486 [ConsumerManager.java                    :1782] LoginCallbackServlet call-7 : Found association: 1455391076149-0 verifying signature locally...
[DEBUG] 20:17:56,486 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: gkskuxPqKqb/132K2VZQMZPySho=
[DEBUG] 20:17:56,486 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=XkpQKYHwG7X5%2FbzsLu3Gb2159uKknmO9tbmyD0VX9Do%3D
identity:http://localhost:8989/user
sreg.email:user@example.com

[DEBUG] 20:17:56,486 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: gkskuxPqKqb/132K2VZQMZPySho=
[DEBUG] 20:17:56,487 [ConsumerManager.java                    :1790] LoginCallbackServlet call-7 : Local signature verification succeeded.
[INFO ] 20:17:56,487 [ConsumerManager.java                    :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user
[DEBUG] 20:17:56,487 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,487 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 20:17:56,487 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,487 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,487 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 20:17:56,488 [FetchResponse.java                      :  67] LoginCallbackServlet call-7 : Created fetch response from parameter list:
value.email:user@example.com
type.email:http://schema.openid.net/contact/email
mode:fetch_response

[DEBUG] 20:17:56,488 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 20:17:56,488 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,488 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 20:17:56,488 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,488 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,488 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 20:17:56,488 [SRegResponse.java                       :  68] LoginCallbackServlet call-7 : Created SReg response from parameter list:
email:user@example.com

[DEBUG] 20:17:56,489 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message...
[INFO ] 20:17:56,489 [LoginCallbackServlet.java               :  40] LoginCallbackServlet call-7 : success
[INFO ] 20:17:56,489 [HttpServletSupport.java                 :  49] LoginCallbackServlet call-7 : end onService
[INFO ] 20:17:56,497 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became "no_html"
[INFO ] 20:17:56,502 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: destroy
[INFO ] 20:17:56,502 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: destroy
[INFO ] 20:17:56,502 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: destroy
[INFO ] 20:17:56,502 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: destroy
[INFO ] 20:17:56,603 [JCLLoggerAdapter.java                   : 216]                      : jetty-6.0.2
[INFO ] 20:17:56,604 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: init
[INFO ] 20:17:56,604 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: init
[INFO ] 20:17:56,604 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: init
[INFO ] 20:17:56,604 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: init
[INFO ] 20:17:56,605 [JCLLoggerAdapter.java                   : 216]                      : Started SocketConnector @ 0.0.0.0:8989
[INFO ] 20:17:56,606 [HttpServletSupport.java                 :  37] LoginServlet call-1  : begin onService
[INFO ] 20:17:56,607 [LoginServlet.java                       :  33] LoginServlet call-1  : display form
[INFO ] 20:17:56,607 [HttpServletSupport.java                 :  49] LoginServlet call-1  : end onService
[INFO ] 20:17:56,616 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "no_html" became ""
[INFO ] 20:17:56,619 [HttpServletSupport.java                 :  37] LoginServlet call-2  : begin onService
[INFO ] 20:17:56,619 [LoginServlet.java                       :  28] LoginServlet call-2  : openind_identifier set => try to consume
[DEBUG] 20:17:56,619 [Discovery.java                          :  89] LoginServlet call-2  : Creating URL identifier for: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,619 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html
[INFO ] 20:17:56,619 [Discovery.java                          : 128] LoginServlet call-2  : Starting discovery on URL identifier: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,620 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP HEAD on: http://localhost:8989/user?format=html ...
[INFO ] 20:17:56,621 [HttpServletSupport.java                 :  37] UserInfoServlet call-3 : begin onService
[INFO ] 20:17:56,621 [HttpServletSupport.java                 :  49] UserInfoServlet call-3 : end onService
[DEBUG] 20:17:56,622 [YadisResolver.java                      : 351] LoginServlet call-2  : Performing HTTP GET on: http://localhost:8989/user?format=html ...
[INFO ] 20:17:56,623 [HttpServletSupport.java                 :  37] UserInfoServlet call-4 : begin onService
[INFO ] 20:17:56,623 [HttpServletSupport.java                 :  49] UserInfoServlet call-4 : end onService
[DEBUG] 20:17:56,624 [HttpCache.java                          : 202] LoginServlet call-2  : Read 113 bytes.
[DEBUG] 20:17:56,626 [CyberNekoDOMYadisHtmlParser.java        :  47] LoginServlet call-2  : document:
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

<LINK href="http://localhost:8989/provider" rel="openid.server">

</HEAD>
<BODY>in html</BODY>
</HTML>

[DEBUG] 20:17:56,626 [CyberNekoDOMYadisHtmlParser.java        :  67] LoginServlet call-2  : No <meta> element found under <html><head>. See Yadis specification, section 6.2.5/1.
[DEBUG] 20:17:56,626 [YadisResolver.java                      : 309] LoginServlet call-2  : input:
<html><head>
<link rel='openid.server' href='http://localhost:8989/provider'/>
</head><body>in html</body></html>
[DEBUG] 20:17:56,626 [YadisResolver.java                      : 310] LoginServlet call-2  : xrdsLocation: null
[INFO ] 20:17:56,626 [YadisResolver.java                      : 245] LoginServlet call-2  : Yadis discovered 0 endpoints from: http://localhost:8989/user?format=html
[INFO ] 20:17:56,626 [Discovery.java                          : 139] LoginServlet call-2  : No OpenID service endpoints discovered through Yadis; attempting HTML discovery...
[INFO ] 20:17:56,627 [HttpCache.java                          : 140] LoginServlet call-2  : Returning cached GET response for http://localhost:8989/user?format=html
[DEBUG] 20:17:56,627 [UrlIdentifier.java                      : 125] LoginServlet call-2  : Normalized: http://localhost:8989/user?format=html to: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,627 [CyberNekoDOMHtmlParser.java             :  44] LoginServlet call-2  : Parsing HTML data:
<html><head>
<link rel='openid.server' href='http://localhost:8989/provider'/>
</head><body>in html</body></html>
[DEBUG] 20:17:56,627 [CyberNekoDOMHtmlParser.java             : 120] LoginServlet call-2  : Found OpenID1 endpoint: http://localhost:8989/provider
[DEBUG] 20:17:56,627 [CyberNekoDOMHtmlParser.java             :  65] LoginServlet call-2  : HTML discovery result:
ClaimedID:http://localhost:8989/user?format=html
OpenID1-endpoint:http://localhost:8989/provider
[INFO ] 20:17:56,627 [HtmlResolver.java                       : 127] LoginServlet call-2  : HTML discovery completed on: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,628 [HtmlResolver.java                       : 167] LoginServlet call-2  : OpenID1-signon HTML discovery endpoint: OpenID1
OP-endpoint:http://localhost:8989/provider
ClaimedID:http://localhost:8989/user?format=html
Delegate:null
[INFO ] 20:17:56,628 [Discovery.java                          : 151] LoginServlet call-2  : Discovered 1 OpenID endpoints.
[INFO ] 20:17:56,628 [ConsumerManager.java                    : 707] LoginServlet call-2  : Trying to associate with http://localhost:8989/provider attempts left: 4
[WARN ] 20:17:56,628 [ConsumerManager.java                    : 894] LoginServlet call-2  : Could not create association of type: :HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,630 [DiffieHellmanSession.java               :  96] LoginServlet call-2  : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,631 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,631 [AssociationRequest.java                 :  80] LoginServlet call-2  : Creating association request, type: DH-SHA1:HMAC-SHA1:OpenID1DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,631 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,631 [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:AKseXdujrEgqGANaAkOWuVNk/Ns48DbOYA5oruLIw4JbvnnMQVLRgfwJRz8UbnHSq0bVJobCGsfUOinj50RRwUGbAtJjjaOIGQkU05+Ibd8hVB2RLVJ0NZDDfw4DNFLC43kwtYlwe28iIMaO4y6cp1ubuwdzEm9TxT8LzslzkFjw

[DEBUG] 20:17:56,631 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,632 [ConsumerManager.java                    : 767] LoginServlet call-2  : Trying association type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,632 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,632 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,632 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,632 [ConsumerManager.java                    : 616] LoginServlet call-2  : Performing HTTP POST on http://localhost:8989/provider
[INFO ] 20:17:56,633 [HttpServletSupport.java                 :  37] ProviderServlet call-5 : begin onService
[INFO ] 20:17:56,633 [ProviderServlet.java                    :  26] ProviderServlet call-5 : start processing...
[DEBUG] 20:17:56,633 [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:AKseXdujrEgqGANaAkOWuVNk/Ns48DbOYA5oruLIw4JbvnnMQVLRgfwJRz8UbnHSq0bVJobCGsfUOinj50RRwUGbAtJjjaOIGQkU05+Ibd8hVB2RLVJ0NZDDfw4DNFLC43kwtYlwe28iIMaO4y6cp1ubuwdzEm9TxT8LzslzkFjw

[INFO ] 20:17:56,633 [ServerManager.java                      : 382] ProviderServlet call-5 : Processing association request...
[DEBUG] 20:17:56,634 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 20:17:56,634 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,634 [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:AKseXdujrEgqGANaAkOWuVNk/Ns48DbOYA5oruLIw4JbvnnMQVLRgfwJRz8UbnHSq0bVJobCGsfUOinj50RRwUGbAtJjjaOIGQkU05+Ibd8hVB2RLVJ0NZDDfw4DNFLC43kwtYlwe28iIMaO4y6cp1ubuwdzEm9TxT8LzslzkFjw

[DEBUG] 20:17:56,634 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,634 [Association.java                        :  88] ProviderServlet call-5 : Generated SHA1 MAC key: javax.crypto.spec.SecretKeySpec@9b4f8b6b
[DEBUG] 20:17:56,634 [Association.java                        :  45] ProviderServlet call-5 : Creating association, type: HMAC-SHA1 handle: 1455391076152-0 expires: Sat Feb 13 20:47:56 CET 2016
[DEBUG] 20:17:56,634 [InMemoryServerAssociationStore.java     :  45] ProviderServlet call-5 : Generated association, handle: 1455391076152-0 type: HMAC-SHA1 expires in: 1800 seconds.
[INFO ] 20:17:56,635 [ServerManager.java                      : 408] ProviderServlet call-5 : Returning shared association; handle: 1455391076152-0
[DEBUG] 20:17:56,635 [ParameterList.java                      :  33] ProviderServlet call-5 : Created empty parameter list.
[DEBUG] 20:17:56,635 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,635 [AssociationResponse.java                :  57] ProviderServlet call-5 : Creating association response, type: DH-SHA1:HMAC-SHA1:OpenID1 association handle: 1455391076152-0
[DEBUG] 20:17:56,635 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,637 [DiffieHellmanSession.java               :  96] ProviderServlet call-5 : Created DH session: DH-SHA1:HMAC-SHA1:OpenID1 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:56,639 [DiffieHellmanSession.java               : 253] ProviderServlet call-5 : Encrypted MAC key Base64: Nl+2c/RXPboAVpvpoDhLS7aQcLc=
[DEBUG] 20:17:56,639 [AssociationSessionType.java             : 187] ProviderServlet call-5 : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,640 [AssociationResponse.java                : 107] ProviderServlet call-5 : Created association response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[INFO ] 20:17:56,640 [ProviderServlet.java                    :  30] ProviderServlet call-5 : processing not null :session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[INFO ] 20:17:56,640 [HttpServletSupport.java                 :  49] ProviderServlet call-5 : end onService
[DEBUG] 20:17:56,640 [ParameterList.java                      : 188] LoginServlet call-2  : Creating parameter list from key-value form:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[DEBUG] 20:17:56,640 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,640 [ParameterList.java                      :  89] LoginServlet call-2  : Copying parameter list:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[DEBUG] 20:17:56,640 [ConsumerManager.java                    : 622] LoginServlet call-2  : Retrived response:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[DEBUG] 20:17:56,641 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,641 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,641 [AssociationResponse.java                : 121] LoginServlet call-2  : Created association response from message parameters:
session_type:DH-SHA1
assoc_type:HMAC-SHA1
assoc_handle:1455391076152-0
expires_in:1799
dh_server_public:Oq9miQ4MsX/gmp1Vrk1HnwFg898GXpGbFK/GUon4KwA5fuPymXkTzRh0gL5nTYOSN6KS6VI1sqSoMWS0MUp0hYgm7Qtd/2PEgzSZetD2qyWGGIvEfpCIt0r4O8MA0UM/B+ccGMKBrUiFyVvVCa/UkoYCaDfe5yomuSgxE/3AjDw=
enc_mac_key:Nl+2c/RXPboAVpvpoDhLS7aQcLc=

[DEBUG] 20:17:56,641 [AssociationResponse.java                : 315] LoginServlet call-2  : Retrieving MAC key from association response...
[DEBUG] 20:17:56,641 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,643 [DiffieHellmanSession.java               : 298] LoginServlet call-2  : Decrypted MAC key Base64: fVtfAsEY8iKGiQti+TOxEIRAovg=
[DEBUG] 20:17:56,643 [AssociationResponse.java                : 331] LoginServlet call-2  : Decrypted MAC key (base64): fVtfAsEY8iKGiQti+TOxEIRAovg=
[DEBUG] 20:17:56,643 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA1 handle: 1455391076152-0 expires: Sat Feb 13 20:47:55 CET 2016
[DEBUG] 20:17:56,643 [AssociationResponse.java                : 354] LoginServlet call-2  : Created association for handle: 1455391076152-0
[DEBUG] 20:17:56,643 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,643 [AssociationSessionType.java             : 187] LoginServlet call-2  : Session:Association Type: DH-SHA1:HMAC-SHA1:OpenID1
[DEBUG] 20:17:56,643 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store: 1455391076152-0 with OP: http://localhost:8989/provider
[INFO ] 20:17:56,643 [ConsumerManager.java                    : 804] LoginServlet call-2  : Associated with http://localhost:8989/provider handle: 1455391076152-0
[INFO ] 20:17:56,648 [ConsumerManager.java                    :1065] LoginServlet call-2  : Creating authentication request for OP-endpoint: http://localhost:8989/provider claimedID: http://localhost:8989/user?format=html OP-specific ID: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,649 [IncrementalNonceGenerator.java          :  43] LoginServlet call-2  : Generated nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,649 [ConsumerManager.java                    :1367] LoginServlet call-2  : Creating private association for opUrl http://localhost:8989/provider
[DEBUG] 20:17:56,649 [Association.java                        : 111] LoginServlet call-2  : Generated SHA256 MAC key: javax.crypto.spec.SecretKeySpec@5883b69
[DEBUG] 20:17:56,649 [Association.java                        :  45] LoginServlet call-2  : Creating association, type: HMAC-SHA256 handle:  expires: Sat Feb 13 20:22:56 CET 2016
[DEBUG] 20:17:56,649 [InMemoryConsumerAssociationStore.java   :  41] LoginServlet call-2  : Adding association to the in-memory store:  with OP: http://localhost:8989/provider
[DEBUG] 20:17:56,649 [Association.java                        : 261] LoginServlet call-2  : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,649 [Association.java                        : 267] LoginServlet call-2  : Calculated signature: iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
[INFO ] 20:17:56,649 [ConsumerManager.java                    :1387] LoginServlet call-2  : Inserted consumer nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,650 [ConsumerManager.java                    :1389] LoginServlet call-2  : return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[DEBUG] 20:17:56,650 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,650 [RealmVerifier.java                      : 210] LoginServlet call-2  : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[INFO ] 20:17:56,650 [RealmVerifier.java                      : 278] LoginServlet call-2  : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,650 [AuthRequest.java                        : 103] LoginServlet call-2  : Created auth request:
openid.identity:http://localhost:8989/user?format=html
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
openid.trust_root:http://localhost:8989/loginCallback
openid.assoc_handle:1455391076152-0
openid.mode:checkid_setup

[DEBUG] 20:17:56,650 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,651 [AxMessage.java                          :  50] LoginServlet call-2  : Created empty AXMessage.
[DEBUG] 20:17:56,651 [FetchRequest.java                       :  41] LoginServlet call-2  : Created empty fetch request.
[DEBUG] 20:17:56,655 [FetchRequest.java                       : 127] LoginServlet call-2  : Added new attribute to fetch request; type: http://schema.openid.net/contact/email alias: email count: 1 required: true
[DEBUG] 20:17:56,655 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 20:17:56,655 [ParameterList.java                      :  33] LoginServlet call-2  : Created empty parameter list.
[DEBUG] 20:17:56,655 [SRegMessage.java                        :  73] LoginServlet call-2  : Created empty SRegMessage.
[DEBUG] 20:17:56,656 [SRegRequest.java                        :  34] LoginServlet call-2  : Created empty SReg request.
[DEBUG] 20:17:56,656 [SRegRequest.java                        : 105] LoginServlet call-2  : Added new attribute to SReg request: email required: true
[DEBUG] 20:17:56,656 [Message.java                            : 396] LoginServlet call-2  : Adding extension; type URI: http://openid.net/sreg/1.0 alias: sreg
[INFO ] 20:17:56,657 [HttpMethodDirector.java                 : 817]                      : Redirect requested but followRedirects is disabled
[INFO ] 20:17:56,658 [HttpServletSupport.java                 :  49] LoginServlet call-2  : end onService
[INFO ] 20:17:56,659 [HttpServletSupport.java                 :  37] ProviderServlet call-6 : begin onService
[INFO ] 20:17:56,659 [ProviderServlet.java                    :  26] ProviderServlet call-6 : start processing...
[DEBUG] 20:17:56,659 [ParameterList.java                      :  84] ProviderServlet call-6 : Creating parameter list:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%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:1455391076152-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[DEBUG] 20:17:56,659 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,660 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[INFO ] 20:17:56,670 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,671 [AuthRequest.java                        : 118] ProviderServlet call-6 : Created auth request:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%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:1455391076152-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[INFO ] 20:17:56,671 [ServerManager.java                      : 592] ProviderServlet call-6 : Parsing authentication request...
[DEBUG] 20:17:56,671 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,671 [RealmVerifier.java                      : 210] ProviderServlet call-6 : Verifying realm: http://localhost:8989/loginCallback on return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[INFO ] 20:17:56,671 [RealmVerifier.java                      : 278] ProviderServlet call-6 : Return URL: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D matches realm: http://localhost:8989/loginCallback
[DEBUG] 20:17:56,672 [AuthRequest.java                        : 118] ProviderServlet call-6 : Created auth request:
openid.ext1.mode:fetch_request
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%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:1455391076152-0
openid.mode:checkid_setup
openid.trust_root:http://localhost:8989/loginCallback
openid.ns.ext1:http://openid.net/srv/ax/1.0
openid.ext1.type.email:http://schema.openid.net/contact/email
openid.ext1.required:email

[INFO ] 20:17:56,672 [ServerManager.java                      : 665] ProviderServlet call-6 : Processing authentication request...
[DEBUG] 20:17:56,672 [ServerManager.java                      : 713] ProviderServlet call-6 : Using ClaimedID: userSelectedClaimedId OP-specific ID: http://localhost:8989/user?format=html
[INFO ] 20:17:56,672 [ServerManager.java                      : 731] ProviderServlet call-6 : Loaded shared association; handle: 1455391076152-0
[DEBUG] 20:17:56,672 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,672 [AuthSuccess.java                        : 286] ProviderServlet call-6 : Setting fields to be signed: return_to,identity
[DEBUG] 20:17:56,672 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: 
[DEBUG] 20:17:56,673 [AuthSuccess.java                        : 106] ProviderServlet call-6 : Created positive auth response:
openid.mode:id_res
openid.identity:http://localhost:8989/user?format=html
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
openid.assoc_handle:1455391076152-0
openid.signed:return_to,identity
openid.sig:

[INFO ] 20:17:56,673 [ServerManager.java                      : 759] ProviderServlet call-6 : Returning positive assertion for http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[DEBUG] 20:17:56,673 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,673 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,678 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,678 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,678 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,679 [FetchRequest.java                       :  80] ProviderServlet call-6 : Created fetch request from parameter list:
mode:fetch_request
type.email:http://schema.openid.net/contact/email
required:email

[DEBUG] 20:17:56,679 [Message.java                            : 513] ProviderServlet call-6 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 20:17:56,679 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,679 [AxMessage.java                          :  50] ProviderServlet call-6 : Created empty AXMessage.
[DEBUG] 20:17:56,679 [FetchResponse.java                      :  35] ProviderServlet call-6 : Created empty fetch response.
[DEBUG] 20:17:56,679 [AxPayload.java                          :  67] ProviderServlet call-6 : Added new attribute to AX payload; type: http://schema.openid.net/contact/email alias: email count: 1
[DEBUG] 20:17:56,679 [Message.java                            : 396] ProviderServlet call-6 : Adding extension; type URI: http://openid.net/srv/ax/1.0 alias: ext1
[DEBUG] 20:17:56,679 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,679 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 20:17:56,680 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,680 [ParameterList.java                      :  33] ProviderServlet call-6 : Created empty parameter list.
[DEBUG] 20:17:56,680 [SRegMessage.java                        :  73] ProviderServlet call-6 : Created empty SRegMessage.
[DEBUG] 20:17:56,680 [SRegRequest.java                        :  73] ProviderServlet call-6 : Created SReg request from parameter list:
required:email

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

[DEBUG] 20:17:56,681 [Association.java                        : 267] ProviderServlet call-6 : Calculated signature: h5LJjHTh00QyIiqFe7UTMaVUkOw=
[DEBUG] 20:17:56,681 [AuthSuccess.java                        : 364] ProviderServlet call-6 : Added signature: h5LJjHTh00QyIiqFe7UTMaVUkOw=
[INFO ] 20:17:56,681 [ProviderServlet.java                    :  30] ProviderServlet call-6 : processing not null :http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A17%253A56Z0%26openid.rpsig%3DiN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%253D&openid.assoc_handle=1455391076152-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=h5LJjHTh00QyIiqFe7UTMaVUkOw%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com
[INFO ] 20:17:56,682 [HttpServletSupport.java                 :  49] ProviderServlet call-6 : end onService
[INFO ] 20:17:56,684 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became ""
[INFO ] 20:17:56,688 [HttpServletSupport.java                 :  37] LoginCallbackServlet call-7 : begin onService
[INFO ] 20:17:56,688 [LoginCallbackServlet.java               :  35] LoginCallbackServlet call-7 : verify response
[DEBUG] 20:17:56,688 [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:iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455391076152-0
openid.mode:id_res
openid.rpnonce:2016-02-13T19:17:56Z0
openid.sig:h5LJjHTh00QyIiqFe7UTMaVUkOw=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 20:17:56,688 [ConsumerManager.java                    :1123] LoginCallbackServlet call-7 : Verifying authentication response...
[DEBUG] 20:17:56,688 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,688 [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:iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
openid.ext1.mode:fetch_response
openid.return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
openid.ns.sreg:http://openid.net/sreg/1.0
openid.assoc_handle:1455391076152-0
openid.mode:id_res
openid.rpnonce:2016-02-13T19:17:56Z0
openid.sig:h5LJjHTh00QyIiqFe7UTMaVUkOw=
openid.sreg.email:user@example.com
openid.ns.ext1:http://openid.net/srv/ax/1.0

[INFO ] 20:17:56,689 [ConsumerManager.java                    :1147] LoginCallbackServlet call-7 : Received positive auth response.
[DEBUG] 20:17:56,689 [ConsumerManager.java                    :1195] LoginCallbackServlet call-7 : Verifying return URL; receiving: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D&openid.mode=id_res&openid.identity=http%3A%2F%2Flocalhost%3A8989%2Fuser%3Fformat%3Dhtml&openid.return_to=http%3A%2F%2Flocalhost%3A8989%2FloginCallback%3Fopenid.rpnonce%3D2016-02-13T19%253A17%253A56Z0%26openid.rpsig%3DiN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%253D&openid.assoc_handle=1455391076152-0&openid.signed=return_to%2Cidentity%2Csreg.email&openid.sig=h5LJjHTh00QyIiqFe7UTMaVUkOw%3D&openid.ns.ext1=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.ext1.mode=fetch_response&openid.ext1.type.email=http%3A%2F%2Fschema.openid.net%2Fcontact%2Femail&openid.ext1.value.email=user%40example.com&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fsreg%2F1.0&openid.sreg.email=user%40example.com
message: http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
[DEBUG] 20:17:56,689 [ConsumerManager.java                    :1564] LoginCallbackServlet call-7 : Verifying discovered information for OpenID1 assertion about ClaimedID: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,689 [ConsumerManager.java                    :1412] LoginCallbackServlet call-7 : Extracting consumer nonce...
[DEBUG] 20:17:56,689 [ConsumerManager.java                    :1441] LoginCallbackServlet call-7 : Extracted consumer nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,689 [ConsumerManager.java                    :1447] LoginCallbackServlet call-7 : Extracted consumer nonce signature: iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
[DEBUG] 20:17:56,690 [ConsumerManager.java                    :1466] LoginCallbackServlet call-7 : Consumer signed text:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,690 [ConsumerManager.java                    :1470] LoginCallbackServlet call-7 : Loading private association for opUrl http://localhost:8989/provider
[DEBUG] 20:17:56,690 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
[DEBUG] 20:17:56,690 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0
[DEBUG] 20:17:56,691 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0=
[INFO ] 20:17:56,691 [ConsumerManager.java                    :1480] LoginCallbackServlet call-7 : Consumer nonce signature verified.
[DEBUG] 20:17:56,691 [AbstractNonceVerifier.java              :  50] LoginCallbackServlet call-7 : Verifying nonce: 2016-02-13T19:17:56Z0
[DEBUG] 20:17:56,692 [InternetDateFormat.java                 :  43] LoginCallbackServlet call-7 : Parsed 2016-02-13T19:17:56Z0 into Data object: Sat Feb 13 20:17:56 CET 2016
[DEBUG] 20:17:56,692 [InMemoryNonceVerifier.java              :  49] LoginCallbackServlet call-7 : Nonce verified: 2016-02-13T19:17:56Z0
[INFO ] 20:17:56,692 [ConsumerManager.java                    :1782] LoginCallbackServlet call-7 : Found association: 1455391076152-0 verifying signature locally...
[DEBUG] 20:17:56,692 [Association.java                        : 278] LoginCallbackServlet call-7 : Verifying signature: h5LJjHTh00QyIiqFe7UTMaVUkOw=
[DEBUG] 20:17:56,693 [Association.java                        : 261] LoginCallbackServlet call-7 : Computing signature for input data:
return_to:http://localhost:8989/loginCallback?openid.rpnonce=2016-02-13T19%3A17%3A56Z0&openid.rpsig=iN5plSrNjpfukbIgnJBmXWQ2VgyfxZhcmnSvfrcHAo0%3D
identity:http://localhost:8989/user?format=html
sreg.email:user@example.com

[DEBUG] 20:17:56,693 [Association.java                        : 267] LoginCallbackServlet call-7 : Calculated signature: h5LJjHTh00QyIiqFe7UTMaVUkOw=
[DEBUG] 20:17:56,694 [ConsumerManager.java                    :1790] LoginCallbackServlet call-7 : Local signature verification succeeded.
[INFO ] 20:17:56,694 [ConsumerManager.java                    :1850] LoginCallbackServlet call-7 : Verification succeeded for: http://localhost:8989/user?format=html
[DEBUG] 20:17:56,694 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,694 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 20:17:56,694 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,694 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,695 [AxMessage.java                          :  50] LoginCallbackServlet call-7 : Created empty AXMessage.
[DEBUG] 20:17:56,695 [FetchResponse.java                      :  67] LoginCallbackServlet call-7 : Created fetch response from parameter list:
value.email:user@example.com
type.email:http://schema.openid.net/contact/email
mode:fetch_response

[DEBUG] 20:17:56,696 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/srv/ax/1.0 extension from message...
[DEBUG] 20:17:56,696 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,696 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 20:17:56,696 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,696 [ParameterList.java                      :  33] LoginCallbackServlet call-7 : Created empty parameter list.
[DEBUG] 20:17:56,696 [SRegMessage.java                        :  73] LoginCallbackServlet call-7 : Created empty SRegMessage.
[DEBUG] 20:17:56,696 [SRegResponse.java                       :  68] LoginCallbackServlet call-7 : Created SReg response from parameter list:
email:user@example.com

[DEBUG] 20:17:56,697 [Message.java                            : 513] LoginCallbackServlet call-7 : Extracting http://openid.net/sreg/1.0 extension from message...
[INFO ] 20:17:56,697 [LoginCallbackServlet.java               :  40] LoginCallbackServlet call-7 : success
[INFO ] 20:17:56,698 [HttpServletSupport.java                 :  49] LoginCallbackServlet call-7 : end onService
[INFO ] 20:17:56,702 [HtmlUnitDialog.java                     : 692]                      : Window "" changed : "" became "no_html"
[INFO ] 20:17:56,703 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.ProviderServlet: destroy
[INFO ] 20:17:56,703 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.UserInfoServlet: destroy
[INFO ] 20:17:56,704 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginCallbackServlet: destroy
[INFO ] 20:17:56,704 [JCLLoggerAdapter.java                   : 216]                      : org.openid4java.samples.LoginServlet: destroy
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec
Running org.openid4java.association.DiffieHellmanSessionTest
[DEBUG] 20:17:56,832 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 6769212556201842701237995335854401912311520556124518225282451519475881067858653446318297599455703732765661421958851245202016463838347962638962590698914978, modulus: 12031322226003003936684107786837814287366337813779994564191334926730456889156621446703349829390160419391048418834605361189011722665628409663819725744670433
[DEBUG] 20:17:56,923 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 236244276042384593070795178258259593341593189034815147884264248601808349661279570015477218635382833263858885172724909290919851659808350016825924942352524, modulus: 13206513536446633371354175874360177442441618169792039846793233238713321334221478399554413597230162617790087209583558729329342531707733855746851567035096787
[DEBUG] 20:17:57,111 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 5344814715970515453090718146418843330223834106403097950192180182583483622588255881941872049923789647482710642055433504820738638629962630837636621281232035, modulus: 11477538801027860476382430362764857912304712521544080357512184849805530483703055246632308136680531785209053059938168360895683912861983304378633650359124811
[DEBUG] 20:17:57,114 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:57,116 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:57,118 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: wuC6h0v5r+1hbMIQJ3kZONAOyVA=
[DEBUG] 20:17:57,119 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: MyFM83lRYRbM4W8DJEt0sku4m/8=
[DEBUG] 20:17:57,355 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 815186585586617933863748820164835021944203547491586468459523248201689714668248367233958648246058212208367559305803574791425138838913034590407223168613478, modulus: 7173983279134788254677910604264234390236375195960856573310312277608148985983077683742220720292504019942977449193392130786972653882845093286628822358456249
[DEBUG] 20:17:57,357 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 815186585586617933863748820164835021944203547491586468459523248201689714668248367233958648246058212208367559305803574791425138838913034590407223168613478 modulus: 7173983279134788254677910604264234390236375195960856573310312277608148985983077683742220720292504019942977449193392130786972653882845093286628822358456249
[DEBUG] 20:17:57,358 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 815186585586617933863748820164835021944203547491586468459523248201689714668248367233958648246058212208367559305803574791425138838913034590407223168613478 modulus: 7173983279134788254677910604264234390236375195960856573310312277608148985983077683742220720292504019942977449193392130786972653882845093286628822358456249
[DEBUG] 20:17:57,358 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: cPGsHv7oY+/L8BFlufDxSqxyrbs=
[DEBUG] 20:17:57,359 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: Q1GGNnYTFKukVt63oTFwcME4g4o=
[DEBUG] 20:17:57,361 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:57,363 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:57,365 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: ei4tUgfXdmr3uJD/sWnWxVANAeSJNCp4CEPoDv26m+g=
[DEBUG] 20:17:57,367 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: XJgsoQU+Ma7mQXwcSrbknjLm/n+KfPltBljZFI6oT0E=
[DEBUG] 20:17:57,435 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 3164412770524487723208554972630484865937423808482892864615237616276602063198666729493101499115426299551870690815041843615828901684523151563785257839623996, modulus: 7315065579386949560209988843394885031953540014694994686768311302635471403454662613432703314147978080453463064841310737697159341805584188437868973073908681
[DEBUG] 20:17:57,436 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 3164412770524487723208554972630484865937423808482892864615237616276602063198666729493101499115426299551870690815041843615828901684523151563785257839623996 modulus: 7315065579386949560209988843394885031953540014694994686768311302635471403454662613432703314147978080453463064841310737697159341805584188437868973073908681
[DEBUG] 20:17:57,438 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA256:HMAC-SHA256:OpenID2 base: 3164412770524487723208554972630484865937423808482892864615237616276602063198666729493101499115426299551870690815041843615828901684523151563785257839623996 modulus: 7315065579386949560209988843394885031953540014694994686768311302635471403454662613432703314147978080453463064841310737697159341805584188437868973073908681
[DEBUG] 20:17:57,438 [DiffieHellmanSession.java               : 253]                      : Encrypted MAC key Base64: dFzhqIeEc64PFxya4cYgPx/Mnj0Mcz3l5bLM5dMiFfw=
[DEBUG] 20:17:57,439 [DiffieHellmanSession.java               : 298]                      : Decrypted MAC key Base64: sedK0o/kjMUBADPjNZh4dfdnnjs7fqVJjHSMoAmmGJk=
[DEBUG] 20:17:57,442 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
[DEBUG] 20:17:57,510 [DiffieHellmanSession.java               : 126]                      : Generated random DHParameterSpec, base: 331513356159257916766915187677783247463230760786824643337123800252851060314496259120694761326471984997899098004777893474116110523705604570997945147280899, modulus: 9378139803926854638955493445652435805265207774196083921673309463137486053358022033823867108434430406651947334831957054789619499897256652291333455743640943
[DEBUG] 20:17:57,513 [DiffieHellmanSession.java               :  96]                      : Created DH session: DH-SHA1:HMAC-SHA1:OpenID2 base: 2 modulus: 155172898181473697471232257763715539915724801966915404479707795314057629378541917580651227423698188993727816152646631438561595825688188889951272158842675419950341258706556549803580104870537681476726513255747040765857479291291572334510643245094715007229621094194349783925984760375594985848253359305585439638443
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.808 sec
Running org.openid4java.discovery.yadis.YadisUrlTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec

Results :

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

[JENKINS] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/javastream.de/jenkins/jobs/com.googlecode.openid4java/workspace/target/openid4java-nodeps-0.9.5.jar to /home/javastream.de/www/maven/org/openid4java/openid4java-nodeps/0.9.5/openid4java-nodeps-0.9.5.jar
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 32 seconds
[INFO] Finished at: Sat Feb 13 20:17:59 CET 2016
[INFO] Final Memory: 38M/243M
[INFO] ------------------------------------------------------------------------