You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/03/07 01:54:58 UTC

[jira] Created: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

uajx post servlet does not create intermediate nodes for a deep move
--------------------------------------------------------------------

                 Key: SLING-312
                 URL: https://issues.apache.org/jira/browse/SLING-312
             Project: Sling
          Issue Type: Improvement
          Components: microsling
            Reporter: Tobias Bocanegra


when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.

example:
POST /foo/bar
ujax:moveSrc="/tmp/file"
ujax:moveDest="./image/file"

should create the "/foo/bar/image" node.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-312:
---------------------------------------

    Assignee: Felix Meschberger

> uajx post servlet does not create intermediate nodes for a deep move
> --------------------------------------------------------------------
>
>                 Key: SLING-312
>                 URL: https://issues.apache.org/jira/browse/SLING-312
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>         Attachments: ujax_deep_move_fix.r634479.patch
>
>
> when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.
> example:
> POST /foo/bar
> ujax:moveSrc="/tmp/file"
> ujax:moveDest="./image/file"
> should create the "/foo/bar/image" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra updated SLING-312:
-----------------------------------

    Attachment: ujax_deep_move_fix.r634479.patch

patch fixes this issue and provide 2 test cases.

> uajx post servlet does not create intermediate nodes for a deep move
> --------------------------------------------------------------------
>
>                 Key: SLING-312
>                 URL: https://issues.apache.org/jira/browse/SLING-312
>             Project: Sling
>          Issue Type: Improvement
>          Components: microsling
>            Reporter: Tobias Bocanegra
>         Attachments: ujax_deep_move_fix.r634479.patch
>
>
> when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.
> example:
> POST /foo/bar
> ujax:moveSrc="/tmp/file"
> ujax:moveDest="./image/file"
> should create the "/foo/bar/image" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger updated SLING-312:
------------------------------------

    Component/s:     (was: microsling)
                 ujax

> uajx post servlet does not create intermediate nodes for a deep move
> --------------------------------------------------------------------
>
>                 Key: SLING-312
>                 URL: https://issues.apache.org/jira/browse/SLING-312
>             Project: Sling
>          Issue Type: Improvement
>          Components: ujax
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>         Attachments: ujax_deep_move_fix.r634479.patch
>
>
> when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.
> example:
> POST /foo/bar
> ujax:moveSrc="/tmp/file"
> ujax:moveDest="./image/file"
> should create the "/foo/bar/image" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

Posted by "Felix Meschberger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-312.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Patch applied in Rev. 636388. All unit tests pass.

Please close if this fixes your problem. Thanks.

> uajx post servlet does not create intermediate nodes for a deep move
> --------------------------------------------------------------------
>
>                 Key: SLING-312
>                 URL: https://issues.apache.org/jira/browse/SLING-312
>             Project: Sling
>          Issue Type: Improvement
>          Components: ujax
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: ujax_deep_move_fix.r634479.patch
>
>
> when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.
> example:
> POST /foo/bar
> ujax:moveSrc="/tmp/file"
> ujax:moveDest="./image/file"
> should create the "/foo/bar/image" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-312) uajx post servlet does not create intermediate nodes for a deep move

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra closed SLING-312.
----------------------------------


thanks.

> uajx post servlet does not create intermediate nodes for a deep move
> --------------------------------------------------------------------
>
>                 Key: SLING-312
>                 URL: https://issues.apache.org/jira/browse/SLING-312
>             Project: Sling
>          Issue Type: Improvement
>          Components: ujax
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: ujax_deep_move_fix.r634479.patch
>
>
> when moving a node below a structure of the current one, the intermediate nodes are not created and the move fails. this should be fixed in order to have a consistent behavior as with the properties where the intermediate nodes are created.
> example:
> POST /foo/bar
> ujax:moveSrc="/tmp/file"
> ujax:moveDest="./image/file"
> should create the "/foo/bar/image" node.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.