Last modified: 2012-01-28 16:57:43 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35902, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33902 - mw.Uri.decode( "%2B" )
mw.Uri.decode( "%2B" )
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
JavaScript (Other open bugs)
1.20.x
All All
: Unprioritized normal (vote)
: 1.19.0 release
Assigned To: Nobody - You can work on this!
: patch, patch-reviewed
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-01-23 12:21 UTC by Fomafix
Modified: 2012-01-28 16:57 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Patch for resources/mediawiki/mediawiki.Uri.js (471 bytes, patch)
2012-01-23 12:21 UTC, Fomafix
Details

Description Fomafix 2012-01-23 12:21:02 UTC
Created attachment 9893 [details]
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"
Comment 1 Derk-Jan Hartman 2012-01-23 18:11:56 UTC
Applied r109837

Good catch Fomafix !

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links