Skip to:
After https://igniterealtime.atlassian.net/browse/OF-953#icft=OF-953 and/or commit ada3007bf390992feafc1c54c6035f8a1482ff8e the optional web-custom.xml file from plugins are not processed correctly any longer.
The upgrade caused the XPath-based processing of the file to fail (no servlet were detected). This can be fixed by switching to dom4j-based object traversal.
PR: https://github.com/igniterealtime/Openfire/pull/487
After https://igniterealtime.atlassian.net/browse/OF-953#icft=OF-953 and/or commit ada3007bf390992feafc1c54c6035f8a1482ff8e the optional web-custom.xml file from plugins are not processed correctly any longer.
The upgrade caused the XPath-based processing of the file to fail (no servlet were detected). This can be fixed by switching to dom4j-based object traversal.