Fixed
Details
Priority
MinorAssignee
AlexAlexReporter
AlexAlexDeveloper
AlexAlexReviewer
Dmitry AndrejevDmitry AndrejevChange Log Group
ChangedChange Log Message
Urlencode whole Query String of links, not just "&" symbol. Drop support for "__URLENCODE__" link parameter.Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
8Sprint
NoneFix versions
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexReviewer
Dmitry Andrejev
Dmitry AndrejevChange Log Group
Changed
Change Log Message
Urlencode whole Query String of links, not just "&" symbol. Drop support for "__URLENCODE__" link parameter.
Patch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
Story Points
8
Sprint
None
Fix versions
Created July 17, 2013 at 11:03 AM
Updated December 30, 2024 at 2:26 AM
Resolved October 3, 2013 at 12:14 PM
Use "http_build_query" to escape url parameters in
kApplication::HREF
method and it's derivatives.Also replace "%23" back to "#" to ensure compatibility with JS code, that uses "#variable#" alike substitutions.