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 "Julian Reschke (JIRA)" <ji...@apache.org> on 2019/07/25 12:41:00 UTC

[jira] [Updated] (OAK-8506) system view import may fail for base64-encoded properties

     [ https://issues.apache.org/jira/browse/OAK-8506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke updated OAK-8506:
--------------------------------
    Description: 
The import may fail if:
 - the XML content uses {{xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xsi:type='xs:base64Binary'}}
 - the namespace {{[http://www.w3.org/2001/XMLSchema-instance]}} is not yet registered
 - the user does not have permission to write to the namespace registry

Note that this will happen for string properties that contain characters not allowed in XML content.

  was:
The import may fail if:

- the XML content uses {{xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xsi:type='xs:base64Binary'}}
- the namespace {{http://www.w3.org/2001/XMLSchema-instance}} is not yet registered
- the user does not have permission to write to the namespace registry


> system view import may fail for base64-encoded properties
> ---------------------------------------------------------
>
>                 Key: OAK-8506
>                 URL: https://issues.apache.org/jira/browse/OAK-8506
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>            Reporter: Julian Reschke
>            Priority: Minor
>
> The import may fail if:
>  - the XML content uses {{xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema' xsi:type='xs:base64Binary'}}
>  - the namespace {{[http://www.w3.org/2001/XMLSchema-instance]}} is not yet registered
>  - the user does not have permission to write to the namespace registry
> Note that this will happen for string properties that contain characters not allowed in XML content.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)