Basic Java OpenID Implementation

Nathan D. Bowen nbowen+yadis at andtonic.com
Tue May 31 10:37:24 PDT 2005


Brad Fitzpatrick wrote:

>Little note on the consumer implementation:  I entered "bradfitz.com" and
>it passed "http://bradfitz.com" to my ID server, not the proper
>"http://bradfitz.com/".  (need to add a "/" if there's no path component)
>
Sure enough! I was counting on watching Location: headers to add any 
missing slashes, but that doesn't cut it when there's no path at all. 
Thanks for the tip -- should be fixed now.


More information about the yadis mailing list