Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Zac Spitzer
Zac SpitzerNew 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
Priority
Created 5 May 2023 at 16:32
Updated 1 July 2023 at 15:37
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/functions/system/GetApplicationSettings.java#L172
// ws settings try { Struct wssettings = new StructImpl(Struct.TYPE_LINKED); wssettings.setEL(KeyConstants._type, AppListenerUtil.toWSType(ac.getWSType(), ((ConfigWebPro) ThreadLocalPageContext.getConfig(pc)).getWSHandler().getTypeAsString())); sct.setEL("wssettings", wssettings); } catch (Exception e) { } // in case the extension is not loaded this will fail // TODO check if the extension is installed
as we no longer bundle Axis in 6.0