You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Stefan Egli (JIRA)" <ji...@apache.org> on 2013/09/19 15:20:04 UTC

[jira] [Created] (SLING-3086) [Tooling] proper handle xml-encoded path-parts

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