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