]
David Lloyd resolved ELY-119.
-----------------------------
Fix Version/s: 1.1.0.Alpha1
(was: 1.1.0.Beta1)
Assignee: David Lloyd
Resolution: Done
This was solved with the move to the WildFly Client Configuration library.
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
Assignee: David Lloyd
Fix For: 1.1.0.Alpha1
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.