Stefan Egli created SLING-3086:
----------------------------------

             Summary: [Tooling] proper handle xml-encoded path-parts
                 Key: SLING-3086
                 URL: https://issues.apache.org/jira/browse/SLING-3086
             Project: Sling
          Issue Type: Bug
          Components: IDE
            Reporter: Stefan Egli
             Fix For: Sling Eclipse IDE 1.0.0


when creating a .content.xml, vault needs to escape node names to be an 
xml-compliant element name. There is a class is jackrabbit which does that: 
ISO9075. We should check where exactly we need to escape/unescape paths, but 
for example one place which causes issues at the moment is 
UpdateNodePropertiesCommand.updatePath(), there the path contains escaped parts 
while the lookup with session.nodeExists() expects a unescaped path..

--
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