Project

General

Profile

Actions

Bug #6325

closed

Actions utilizing escapeUrl incorrectly

Added by krileon over 7 years ago. Updated about 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02 December 2016
Due date:
% Done:

100%

Estimated time:

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 #1

Updated by krileon over 7 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 #2

Updated by krileon about 7 years ago

  • Target version changed from 7.0.0 to 6.3.6
Actions #3

Updated by krileon about 7 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF