Details
Assignee
UnassignedUnassignedReporter
Zac SpitzerZac SpitzerPriority
NewFix 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
Sprint
Details
Details
Assignee
Unassigned
UnassignedReporter
Zac Spitzer
Zac SpitzerPriority
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
Sprint
Created last month
Updated 5 days ago
Just got an error with the deployHanlder dropping a .lco into the deploy directory
Deploy, unsupported file type [6.2.1.95-SNAPSHOT.lco]
https://github.com/lucee/Lucee/blob/6.2/core/src/main/java/lucee/runtime/config/DeployHandler.java#L105
due to
// Lucee core else if (config instanceof ConfigServer && "lco".equalsIgnoreCase(ext)) ConfigAdmin.updateCore((ConfigServerImpl) config, child, true);
guessing one of the children contexts was triggered, which doesn’t make sense in single mode