Details
Details
Assignee
Zac Spitzer
Zac SpitzerReporter
Dean Maunder
Dean MaunderPriority
Labels
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
Sprint
Created 25 May 2021 at 21:02
Updated 6 March 2025 at 11:28
When calling a URL with multiple slashes, Lucees cfhttp removes multiple slashes which are valid.
Example:
https://test.com/this/is//a//valid/url
Will become:
https://test.com/this/is/a/valid/url
Example:
https://trycf.com/gist/9d8d447a9f15d078c43d69e9f4063209/lucee5
Slack conversation:
https://cfml.slack.com/archives/C06TA0A9W/p1621927532145700
The issue is present in https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/commons/net/HTTPUtil.java#L167