https://bz.apache.org/bugzilla/show_bug.cgi?id=68909

--- Comment #2 from Chris <c...@stl.gmbh> ---
Yeah, it comes down to these changes:

https://github.com/apache/tomcat/commit/a2167e13c19115aecd220cd3be19d43d36126f3b
https://github.com/apache/tomcat/commit/3b8f277a7ffc1193ed6c6d4fff85db6dc7327e39

We set a fixed "javax.xml.stream.XMLInputFactory"

System.setProperty(javax.xml.stream.XMLInputFactory.class.getName(),
WstxInputFactory.class.getName());

Before the change, the ContextClassLoader of our WebApplication was used to
load the class.

Now the ContextClassLoader is forced to the
EncodingDetector.class.getClassLoader().

Was this anticipated?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to