Details
Description
Setting org.exolab.castor.xml.lenient.id.validation=true is supposed to turn off id/href validation. Castor should not catch duplicate IDs, unresolved hrefs, missing hrefs (when required) when leniency is set to true.
Setting org.exolab.castor.xml.lenient.id.validation=true is supposed to turn off id/href validation. Castor should not catch duplicate IDs, unresolved hrefs, missing hrefs (when required) when leniency is set to true.
The attached xml document has a an id ("aagigdbg") that is duplicated. With leniency turned on, castor should not throw an exception for it.