The DEFAULT_HANDLERS are an unmodifiable List, that applies to all ResourceSets created with new ResourceSetIml(). This leads to the behavior, that by default any Proxy with an HTTP URI will result in a Request.
Any chance, that this list can become modifiable, so we can remove the handler, so nobody accidentally creates a new ResourceSet that exabits such behavior? This is an issue, that gets us into trouble with any security audit.
The DEFAULT_HANDLERS are an unmodifiable List, that applies to all ResourceSets created with
new ResourceSetIml(). This leads to the behavior, that by default any Proxy with an HTTP URI will result in a Request.Any chance, that this list can become modifiable, so we can remove the handler, so nobody accidentally creates a new ResourceSet that exabits such behavior? This is an issue, that gets us into trouble with any security audit.