Actions
Bug #6325
closedActions utilizing escapeUrl incorrectly
Description
The escapeUrl substitution escaping is meant to escape a string for use in a URL. It is currently being used on the URL it self causing a substituted in URL to completely break. Substitutions should be escaped when used for GET variables however. So it probably needs to detect if the entire URL is a substitution then don't escape it.
Updated by krileon almost 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
It'll now check if the url is strictly a substitution and if it is it won't urlencode.
Actions