Konrad Windszus created JCRVLT-833:
--------------------------------------
Summary: Consolidate which protected properties to consider during
export and import
Key: JCRVLT-833
URL: https://issues.apache.org/jira/browse/JCRVLT-833
Project: Jackrabbit FileVault
Issue Type: Improvement
Reporter: Konrad Windszus
Currently the export ignores certain protected properties:
https://github.com/apache/jackrabbit-filevault/blob/c1d3aba606270a016920388e21b6e696e26700fb/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/DocViewSAXFormatter.java#L121.
During the import only certain protected properties are considered at all
(https://github.com/apache/jackrabbit-filevault/blob/c1d3aba606270a016920388e21b6e696e26700fb/vault-core/src/main/java/org/apache/jackrabbit/vault/fs/impl/io/DocViewImporter.java#L142).
Currently the set of those two properties are overlapping which is not useful
(i.e. some protected properties are never contained in the export but would be
considered during import or are contained in the export but are never
considered during import).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)