Konrad Windszus created JCRVLT-358:
--------------------------------------
Summary: XmlAnalyser.analyze does not correctly detect regular
(non FileVault) DocView xml
Key: JCRVLT-358
URL: https://issues.apache.org/jira/browse/JCRVLT-358
Project: Jackrabbit FileVault
Issue Type: Bug
Components: vlt
Reporter: Konrad Windszus
Only doc view files starting with element {{jcr:root}} are detected due to
https://github.com/apache/jackrabbit-filevault/blob/2cf781d74fa18d86d061f9962c51f7470cac4096/vault-sync/src/main/java/org/apache/jackrabbit/vault/sync/impl/XmlAnalyzer.java#L83.
But regular docview allows arbitrary elements according to
https://docs.adobe.com/docs/en/spec/jcr/2.0/7_Export.html#7.3%20Document%20View
(in contrast to the extended doc view from FileVault:
https://jackrabbit.apache.org/filevault/docview.html). For regular docview
files always {{SerializationType.XML_GENERIC}} is being returned.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)