LiveJournal can't parse rel attribute correctly
noelbush - March 4, 2008 - 16:12
| Project: | OpenID URL |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
LiveJournal apparently has a rather stupid parser for openid, and when this module output rel attributes like this...
<link rel="openid2.provider openid.server" href="http://noelbush.info/MyID.config.php" />
<link rel="openid2.local_id openid.delegate" href="http://noelbush.info/MyID.config.php" />
...LiveJournal barfs and says "no_identity_server: The provided URL doesn't declare its OpenID identity server."
But if you just switch the order of the values in the rel attributes, all is well. So this patch does that, and now you can log in to LiveJournal using this module.
| Attachment | Size |
|---|---|
| switch-rel-values.patch | 893 bytes |

#1
Strange... Is there anyway we can send them a bug report?
http://drupal.org/cvs?commit=105048
http://drupal.org/cvs?commit=105047
#2
Automatically closed -- issue fixed for two weeks with no activity.