Won't Fix
Details
Details
Assignee
Igal Sapir
Igal SapirReporter
Former user
Former user(Deactivated)Priority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 16 June 2017 at 17:05
Updated 5 July 2017 at 16:42
Resolved 5 July 2017 at 16:42
When whitespace management is turned on in Admin a double space is converted to a single space. This is a a problem when dealing with files names that you do not control the naming.
Example: Reading file names using cfdirectory and then listing them to a page and providing the user a link to download.
A link in my code named <a href="user[:space:][:space:]image.jpg">User Image</a> would be changed to rewritten to <a href="user[:space:]image.jpg">User Image</a> in the code therefore causing a 404 on the server when clicked.