You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the explict setting of options.setResolveEntities(false); since it is false by default for XCC, and XCC throws an exception when you set to false (even though probably should only throw when you attempt to enable and set to true).
This creates issues when setting xcc.httpcompliant=true, which is necessary for using an ALB.
Correct some mistakes regarding overzealous changes to avoid returning null. It turns out, some of the config checks use null to indicate whether or not a configuration has been specified. It's much easier to keep that in place (for now).