[ 
https://issues.apache.org/jira/browse/OAK-74?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13590574#comment-13590574
 ] 

Julian Reschke commented on OAK-74:
-----------------------------------

Maybe; we have

oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/NamespaceConstants.java:40:
    String NAMESPACE_REP = "internal"; // TODO: see OAK-74
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/NamespaceConstants.java:68:
            NAMESPACE_REP,
oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/name/Namespaces.java:49:
        DEFAULTS.put(PREFIX_REP, NAMESPACE_REP);

We should try to remove the constants and the map entry and see what happens...
                
> avoid use of "internal" namespace
> ---------------------------------
>
>                 Key: OAK-74
>                 URL: https://issues.apache.org/jira/browse/OAK-74
>             Project: Jackrabbit Oak
>          Issue Type: Wish
>          Components: core
>            Reporter: Julian Reschke
>            Priority: Minor
>
> We should try to avoid using the "internal" namespace in Oak (reminder: the 
> string "internal" is not a valid URI)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to