What steps will reproduce the problem?
1. attempt to login with aol
2. enter screenname
3. aol's openid login page has "screenname/" which doesn't work
What is the expected output? What do you see instead?
"screenname"
I fixed it by changing the javascript like this:
--- a/openid-selector/js/openid-jquery.js
+++ b/openid-selector/js/openid-jquery.js
@@ -17,7 +17,7 @@ var providers_large = {
aol: {
name: 'AOL',
label: 'Enter your AOL screenname.',
- url: 'http://openid.aol.com/{username}/'
+ url: 'http://openid.aol.com/{username}'
},
openid: {
name: 'OpenID',
Original issue reported on code.google.com by brondsem@gmail.com on 8 Dec 2008 at 3:52
Original issue reported on code.google.com by
brondsem@gmail.com
on 8 Dec 2008 at 3:52