Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
Fix versions
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 28 March 2018 at 22:08
Updated 11 June 2018 at 13:46
Resolved 11 June 2018 at 13:46
In CommandBox we're using JSR-223 now which doesn't use Application.cfc, but instead sets all application metadata with code like:
However the application name is showing up as an empty string both in the variable
As well as the output of this:
There are actually CommandBox modules that depend on the Application name to detect if they're being run from the CLI so this is a breaking change in CommandBox to not have an app name.