[ 
http://issues.apache.org/jira/browse/JCR-240?page=comments#action_12331391 ] 

Stefan Guggisberg commented on JCR-240:
---------------------------------------

> // remap xml namespace -> works
> Session.setNamespacePrefix("foobar", "http://www.w3.org/XML/1998/namespace";); 

i guess this is not correct. i might be mistaken but i thought that it is 
illegal 
to remap "http://www.w3.org/XML/1998/namespace";. 
the above stmt should fail IMO.

> locally remapped xml namespace cannot be 'reverted'
> ---------------------------------------------------
>
>          Key: JCR-240
>          URL: http://issues.apache.org/jira/browse/JCR-240
>      Project: Jackrabbit
>         Type: Bug
>  Environment: r294964
>     Reporter: Tobias Strasser
>     Assignee: Tobias Strasser
>     Priority: Minor

>
> the following throws an exception, but should work:
> // remap xml namespace -> works
> Session.setNamespacePrefix("foobar", "http://www.w3.org/XML/1998/namespace";);
> // revert mapping -> throws exception
> Session.setNamespacePrefix("xml", "http://www.w3.org/XML/1998/namespace";);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to