The OpenID drupal module (version 1.2 for 5.x and maybe for 6.x) seems to require an xrds document.
This supports HTTP requests with 'Accept: application/xrds+xml' which should also improve performance, since this is often attempted before looking through html headers.

The patch adds a default-off (for backwards compatibility) feature to enable XRDS response from the home page.

CommentFileSizeAuthor
#2 openidurlxrds.patch6.93 KBrobloach
xrds_yadis.patch2.22 KBschuyler1d

Comments

wim leers’s picture

Title: support XRDS Yadis response to be compatible with module openid » Support XRDS Yadis response to be compatible with module openid
Status: Needs review » Needs work

Is there a reason that this needs to be a setting? Can't we just enable this *always*?

robloach’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Priority: Normal » Critical
Status: Needs work » Needs review
Issue tags: +OpenID, +XRDS Simple
StatusFileSize
new6.93 KB

Seems like we'd want to move over to the XRDS Simple module. Pushing to critical before next release.

robloach’s picture

Status: Needs review » Fixed

Committed to the DRUPAL-6--2 branch.

Status: Fixed » Closed (fixed)
Issue tags: -OpenID, -XRDS Simple

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