Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Zac SpitzerZac SpitzerPriority
CriticalLabels
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
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerPriority
Labels
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 6 September 2022 at 14:08
Updated 23 September 2022 at 09:27
Resolved 23 September 2022 at 09:27
when Lucee generates bytecode (which the admin is deployed as) it includes a hardwired reference to the extension bundle version, which Lucee then goes to try and download from the update provider
if ((Caster.toBooleanValue(paramPageContext.us().get(this.keys[116])) && ExtensionExists.call(paramPageContext, "B737ABC4-D43F-4D91-8E8E973E37C40D1B"))) { paramPageContext.write(" \r\n\t\t\t\t"); paramPageContext.set(paramPageContext.localTouch(), this.keys[119], FunctionHandlerPool.invoke(paramPageContext, new Object[] { paramPageContext.us().get(KeyConstants._DATA) }, "org.lucee.extension.image.functions.ImageRead", "lucee.image.extension", , "1.0.0.46-SNAPSHOT"));
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/functions/FunctionHandlerPool.java#L59