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

       Web browser: ---
            Bug ID: 54511
           Summary: Access of undefined property then empty page
           Product: MediaWiki extensions
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: OpenID
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
            Blocks: 9604
    Classification: Unclassified
   Mobile Platform: ---

At SpecialOpenIDServer.body.php line 192, the code is trying to access a "mode"
property on an Auth_OpenID_UntrustedReturnURL object. This property does not
exist, although looking at the posted request the value 'checkid_setup' is
probably what is intended.

Due to the missing value, it misses the proper case in the switch and we wind
up with an empty page returned to the user. When I correct for this, it gives
me a form asking if I want to trust something-or-other which seems to be the
intended behavior.

On the other hand, that trust form doesn't actually work when submitted;
various errors about "The script tried to execute a method or access a property
of an incomplete object. Please ensure that the class definition
"Auth_OpenID_UntrustedReturnURL" of the object you are trying to operate on was
loaded _before_ unserialize() gets called or provide a __autoload() function to
load the class definition" get logged and eventually something fatals.

-- 
You are receiving this mail because:
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