Fixed
Details
Assignee
Pothys - MitrahSoftPothys - MitrahSoftReporter
Zac SpitzerZac SpitzerLabels
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
Sprint
Fix versions
Priority
New
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Zac Spitzer
Zac SpitzerLabels
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
Sprint
Fix versions
Priority
Created 5 February 2025 at 10:26
Updated 13 February 2025 at 07:55
Resolved 13 February 2025 at 07:55
As Lucee uses system properties / env vars quite a lot, we should expose
SystemUtil.getSystemPropOrEnvVar()
as a BIF https://github.com/lucee/Lucee/blob/6.2/core/src/main/java/lucee/commons/io/SystemUtil.java#L1345GetSystemPropOrEnvVar();
returns the know list of supported properties / env vars content fromhttps://github.com/lucee/Lucee/blob/6.2/core/src/main/java/resource/setting/sysprop-envvar.json
GetSystemPropOrEnvVar( prop="lucee.logging.force.appender );
returns the configured value or empty string