This issue corresponds to a similar change in xrds_simple http://drupal.org/node/861004
Similarly to that issue, the attached patch prevents language modifications to the urls used in the "rel" links.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 861016_2010-07-22.patch | 5.61 KB | jmiccolis |
| openid_provider_no_language.patch | 1.5 KB | jmiccolis |
Comments
Comment #1
jmiccolis commentedAfter working with this a bit more I noticed that the module was also adding prefix to OpenID identifiers themselves. Ah, the joy of adding the complexity of l10n to the complexity of authentication.
Attached patch should prevent all urls that are used to identify the openid provider or serve as individual OpenID identifiers from getting localized.
Comment #2
roderikNice. Also tested on site with language prefix enabled.
Echo comments from #861004: Prevent header urls from getting language treatment
Comment #3
walkah commentedCommitted, thanks!