Issues
- Incompatibility - Multiple arguments with the same name in UDF doesn't throw an errorLDEV-4122Michael Offner
- Redis fails to store a UDFLDEV-3990Resolved issue: LDEV-3990Michael Offner
- "description" annotation ignored in javadoc style commentsLDEV-3899Michael Offner
- getComponentMetaData/getMetaData misses private and package static functions in lucee 5.3LDEV-3875Resolved issue: LDEV-3875Michael Offner
- Tag-islands broken within callbackLDEV-3740Resolved issue: LDEV-3740Michael Offner
- Closures mess up with the UDF functionLDEV-3647Pothys - MitrahSoft
6 of 6
Incompatibility - Multiple arguments with the same name in UDF doesn't throw an error
Description
Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftNew 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
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftNew 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 2 August 2022 at 11:30
Updated 8 June 2023 at 20:03
Activity
Show:
Zac Spitzer2 August 2022 at 13:20
Pothys - MitrahSoft2 August 2022 at 13:09
I added a testcase to this ticket
Pull Request:
Lucee didn't throw an error UDF has multiple arguments with the same name. seems ACF throws an error like cannot specify the same name for multiple arguments.
If a UDF has multiple arguments with the same name, Lucee should throw an error