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
Original issue reported on code.google.com by
david.bernard.31
on 8 Oct 2007 at 10:30Attachments: