DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Users unable to upgrade immediately can mitigate XXE either by either:
- Custom using a custom SAXParserFactory: set -Dxworkset
xwork.saxParserFactory=to a custom factory class that disables external entities by default
or
- defining JVM-level configuration: configure the JVM's default XML parser to disable external entities via system properties (set to empty string to block all protocols):
...