Julian Reschke created JCRVLT-658:
-------------------------------------

             Summary: Importer fails for invalid namespace names
                 Key: JCRVLT-658
                 URL: https://issues.apache.org/jira/browse/JCRVLT-658
             Project: Jackrabbit FileVault
          Issue Type: Bug
          Components: vlt
    Affects Versions: 3.6.4
            Reporter: Julian Reschke


If content uses XML namespaces that are invalid as JCR namespace names, import 
can fail, because JCR's fully qualified name notation ("Clark" notation) only 
works *valid* namespace names.

Example; content contains:

xmlns:foo="bar"

for a child node "foo:child". The qualified form would be "{bar}child", but 
Jackrabbit and Oak can not resolve that, as "bar" is not detected as JCR 
namespace name (which by definition is an absolute URI).

Importer code that uses qualified names thus needs to special-case namespace 
names where the qualified notation will not work.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to