Details
Assignee
UnassignedUnassignedReporter
Michael OffnerMichael OffnerLabels
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
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerLabels
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
Priority
Created 24 January 2020 at 17:21
Updated 19 May 2021 at 11:12
add support for the attribute limit to the tag queryparam.
with help of that attribute (what is a number), we can limit the size IN BYTES of the value passed in, if the value is bigger it is cut from the left.
The function should be aware that a non ascii character can use more than 1 byte and in that case make sure it does not cut through a character.