[
https://issues.apache.org/jira/browse/JCR-727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12469521
]
Julian Reschke commented on JCR-727:
------------------------------------
Just a nit: "www.apache.org/..." is a relative reference
(<http://greenbytes.de/tech/webdav/rfc3986.html#rfc.section.4.2>), but not a
URI (<http://greenbytes.de/tech/webdav/rfc3986.html#rfc.section.3>).
> NamespaceRegistryTest uses an invalid URI as namespace URI
> ----------------------------------------------------------
>
> Key: JCR-727
> URL: https://issues.apache.org/jira/browse/JCR-727
> Project: Jackrabbit
> Issue Type: Bug
> Components: test
> Reporter: Julian Reschke
> Priority: Trivial
>
> The test cases use "www.apache.org/..." as a namespace URI, but this is not a
> URI.
> Suggest to fix by using a proper URI, such as by prefixing with "http://".
> A related question is what our expectation is for JCR implementations. Are
> they allowed to reject something that doesn't parse as a URI according to
> RFC3986?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.