Details
Assignee
Michael OffnerMichael OffnerReporter
Eric PetersonEric PetersonPriority
NewNew 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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Eric Peterson
Eric PetersonPriority
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
Created 25 April 2022 at 00:25
Updated 28 October 2022 at 14:54
Lucee is treating colons as a separator like equal signs instead of part of the string identifier. Adobe processes this correctly.
Example code:
[TryCF Link](https://trycf.com/gist/708c836719e0c22af7b671fd70fee6a2/acf2016?theme=monokai)
```
<cfscript>
function foo() secured:api {}
writeDump( getMetadata( foo ) );
</cfscript>
```
Expected:
A key with `secured:api` as the name.
Actual:
Error: Value of attribute [secured] must have a literal/constant value on line 2
I’ve attached images from TryCF running this on Adobe and Lucee engines.