Closed as not planned
Description
Robert Lönnqvist opened SWS-973 and commented
Hi everyone,
We are using spring-ws and discovered an issue in SimpleXsdSchema.
SimpleXsdSchema has a reference to an instance of org.w3c.dom.Element which is not thread safe. This cause issues when multiple clients are requesting the schema file simultaneously. The end result is empty attributes which causes ws clients to fail validating the schema.
I've pushed an example of the issue here.
For now, my workaround is to override SimpleXsdSchema with a version using a ThreadLocal for the element.
Affects: 2.4.0