You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Henry Saginor (JIRA)" <ji...@apache.org> on 2019/03/15 20:45:00 UTC

[jira] [Created] (OAK-8136) Oak http service does not handle jcr property types correctly.

Henry Saginor created OAK-8136:
----------------------------------

             Summary: Oak http service does not handle jcr property types correctly.
                 Key: OAK-8136
                 URL: https://issues.apache.org/jira/browse/OAK-8136
             Project: Jackrabbit Oak
          Issue Type: Bug
            Reporter: Henry Saginor


POST examples documented [here|https://github.com/apache/jackrabbit-oak/tree/trunk/oak-http] do not work because OakServlet post does not handle types for standard JCR properties like jcr:primaryType type correctly which always fails property type constraint checks on commit.

For example jcr:primaryType is always saved as STRING and it should be of type NAME

See https://docs.adobe.com/docs/en/spec/jcr/1.0/6.7.5_Special_Properties_jcr_primaryType_and_jcr_mixinTypes.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)