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

       Web browser: ---
             Bug #: 33902
           Summary: mw.Uri.decode( "%2B" )
           Product: MediaWiki
           Version: 1.19-svn
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Javascript
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified


Created attachment 9893
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9893
Patch for resources/mediawiki/mediawiki.Uri.js

mw.Uri.encode( "a b+c" ) // "a+b%2Bc"

actual result:
mw.Uri.decode( "a+b%2Bc" ) // "a b c"

expected result:
mw.Uri.decode( "a+b%2Bc" ) // "a b+c"

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