Fixed
Details
Assignee
UnassignedUnassignedReporter
Michael OffnerMichael OffnerNew 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
Fix versions
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Michael Offner
Michael OffnerNew 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
Fix versions
Priority
Created 12 November 2018 at 11:07
Updated 8 May 2020 at 19:07
Resolved 16 November 2018 at 08:56
in case a component is pass into a java class method as an argument abd the target argument is not from type component and it is an interface, Lucee check if Lucee implements that interface and in case it matches wraps the component with a class that implements that interface and acts as a proxy.
The same you had to do before manually with help of the function "createDynamicProxy"