michelangelo13 / openid4java

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

[patch] remove localhost into simple-openid #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
simple-openid hardcode "http://localhost:8080". I replace it by 
request.getScheme() + "://" + request.getServerName() + ":" +
request.getServerPort()

To allow user to connect to a openid server with other address than localhost.
(In my case videntity.org works when I call with localhost, and failed when
I call with ip address or internet hostname,... details in an other issue)

Original issue reported on code.google.com by david.bernard.31 on 8 Oct 2007 at 10:30

Attachments:

GoogleCodeExporter commented 9 years ago
Type-Patch

Original comment by david.bernard.31 on 8 Oct 2007 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by david.bernard.31 on 18 Oct 2007 at 7:08