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

Tobias Bocanegra reopened JCR-2941:
-----------------------------------

      Assignee: Tobias Bocanegra  (was: angela)

i really think we should not abuse explicit NS declarations in the document 
that are not used by the elements. either use proper XML names or use the 
expanded format.

i will provide a patch.

> Serialization of privileges should use xml namespaces
> -----------------------------------------------------
>
>                 Key: JCR-2941
>                 URL: https://issues.apache.org/jira/browse/JCR-2941
>             Project: Jackrabbit Content Repository
>          Issue Type: Sub-task
>          Components: security
>    Affects Versions: 2.3.0
>            Reporter: Tobias Bocanegra
>            Assignee: Tobias Bocanegra
>            Priority: Minor
>             Fix For: 2.3.0
>
>
> the current serialization of privileges does not make use of the namespace 
> capabilities of an xml document. for example
> <?xml version="1.0" encoding="UTF-8"?>
> <privileges xmlns:foo="http://www.foo.com/1.0";>
>     <privilege name="foo:testRead"/>
> </privileges>
> the namespace needs to be explicitly defined in the document node, although 
> not used in any of the elements. i think a better format would be:
> <?xml version="1.0" encoding="UTF-8"?>
> <privileges xmlns:foo="http://www.foo.com/1.0";>
>     <foo:testRead />
> </privileges>

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to