]
Darran Lofthouse updated ELY-119:
---------------------------------
Fix Version/s: 1.0.0.Beta1
XInclude (or just plain inclusion) support for Elytron XML schema
and/or parser
-------------------------------------------------------------------------------
Key: ELY-119
URL:
https://issues.jboss.org/browse/ELY-119
Project: WildFly Elytron
Issue Type: Enhancement
Components: API / SPI
Reporter: David Lloyd
Fix For: 1.0.0.Beta1
It could be as simple as interposing a DOMSource in between the file stream and the
reader, or creating a wrapper XMLStreamReader which implements the include.
But I'd prefer a solution that stacks {{org.wildfly.security.auth.XMLLocation}}
instances in order to give clean and concise error messages with an "include stack
trace" bundled with it. Note that this requires adding a "parent" location
field to that class.