Joerg Hoh created JCRVLT-817:
--------------------------------
Summary: All properties are checked twice if they are protected
Key: JCRVLT-817
URL: https://issues.apache.org/jira/browse/JCRVLT-817
Project: Jackrabbit FileVault
Issue Type: Improvement
Reporter: Joerg Hoh
In the DocViewImporter, all properties are checked twice if they are protected:
* first in the {{logIgnoredProtectedProperties}} method all properties are
checked and the protected ones are logged as such
* then in the {{setUnprotectedProperties}} methods the protected properties are
skipped.
Instead we should convert the {{loggingIgnoredProtectedProperties}} method into
a {{removeProtectedProperties}} filter, and then the
{{setUnprotectedProperties}} does not need to check them again.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)