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.

Comments

jmiccolis’s picture

Title: Prevent html header urls from getting language treatment » Prevent urls from getting language treatment
StatusFileSize
new5.61 KB

After 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.

roderik’s picture

Status: Active » Reviewed & tested by the community

Nice. Also tested on site with language prefix enabled.

Echo comments from #861004: Prevent header urls from getting language treatment

walkah’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.