Use "http_build_query" to escape url parameters

Activity

Alex November 28, 2016 at 9:27 AM

Closing issues of a released version.

[API] Administrator April 2, 2016 at 1:46 PM

User committed a fix to 5.2.x. Commit Message:

Fixes https://in-portal.atlassian.net/browse/INP-1557#icft=INP-1557 - Use "http_build_query" to escape url parameters

Fixed

Details

Priority

Assignee

Reporter

Change Log Group

Changed

Change Log Message

Patch Instructions

Patches must be submitted through Phabricator.

BC Break Details

Removed:

  • support of "escape" parameter for "m_t" and "m_Link" tag, that did js-escaping when used

  • support of "__URLENCODE__" parameter for "m_t" and "m_Link" tag, that probably prevented html-encoding of url and js-encoding it as same time

Changed:

  • the "no_amp" parameter (also named as "__URLENCODE__") for "m_t" and "m_Link" tag was preventing html-escaping and doing js escaping at same time, but now it doesn't do automatic js escaping

Fix versions

Created April 2, 2016 at 1:25 PM
Updated December 30, 2024 at 2:25 AM
Resolved April 2, 2016 at 1:46 PM

Flag notifications