-
Notifications
You must be signed in to change notification settings - Fork 317
Closed as not planned
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug
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
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: bugA general bugA general bug