[ https://issues.apache.org/jira/browse/JCR-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jukka Zitting updated JCR-1462: ------------------------------- Attachment: JCR-1462-dynamic.patch Attached a proposed patch (JCR-1462-dynamic.patch) that enables validation on all XML documents (including workspace.xml) when an explicit DOCTYPE is specified. This feature only works on Apache Xerces, so validation is simply disabled when some other parser is used. > repository.xml: throw an exception on error > ------------------------------------------- > > Key: JCR-1462 > URL: https://issues.apache.org/jira/browse/JCR-1462 > Project: Jackrabbit > Issue Type: New Feature > Components: jackrabbit-core > Reporter: Thomas Mueller > Assignee: Thomas Mueller > Priority: Minor > Fix For: 1.5 > > Attachments: configPatch.txt, JCR-1462-dynamic.patch > > > Currently, unsupported parameters in repository.xml and workspace.xml are ignored. > To find problems earlier, such problems should result in an exception, > and starting such a repository should not be possible. > The same should happen for unsupported values. > For currently unavailable options > (such as text extraction filter classes if the class is not in the classpath), > at least a warning should be written to the error log, or an error should be thrown. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.