https://bugzilla.wikimedia.org/show_bug.cgi?id=18507

           Summary: OpenID Extension shouldn't set X-XRDS-Location header
                    with header()
           Product: MediaWiki extensions
           Version: any
          Platform: All
               URL: http://mediawiki.org/wiki/Extension:OpenID
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: OpenID
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Created an attachment (id=6038)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6038)
Line that needs to be removed

The OpenID Extension is currently setting the X-XRDS-Location header with PHP's
header() function. Apache's mod_fcgid doesn't like this, and it calls it a
"malformed header".

Judging by a conversation on LiveJournal about this
(http://www.livejournal.com/go.bml?journal=lj_dev&itemid=735100&dir=next), the
header should not be set like this. Rather, it should be set in a <meta> HTML
tag, which is what the extension is already doing.

The patch I've attached shows which line I'm talking about that needs to be
removed.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to