Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Bryan HendersonBryan HendersonOriginal estimate
Time tracking
No time logged0.08h remainingComponents
Fix versions
Priority
Trivial
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Bryan Henderson
Bryan HendersonOriginal estimate
Time tracking
No time logged0.08h remaining
Components
Fix versions
Priority
Sentry
Sentry
Sentry
Created February 22, 2016 at 9:02 PM
Updated February 26, 2016 at 6:31 PM
Resolved February 26, 2016 at 6:31 PM
When a query string is provided to the BuildLink function, when SES URLs are being used, the code tries to determine if a forward slash needs to be added to the arguments.LinkTo value, but instead of checking the linkTo value for a trailing forward slash, it is checking arguments.queryString (requestContext.cfc line 823), which is almost guaranteed to never have a trailing forward slash and thus will always add the forward slash to the LinkTo value, producing a double forward slash if the linkTo value already ends with one.
this issue goes back to Feb 8, 2011 when the same problem was addressed.