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/02/05 21:23:07 UTC

[jira] Created: (SLING-223) ujax post request to deep properties do not create intermediate nodes

ujax post request to deep properties do not create intermediate nodes
---------------------------------------------------------------------

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


Example:

POST /foo/bar
./sub/text = "hello"

throws exception because 'sub' node is not found. but should be
created instead. if the property name contains an absolute path
this works.

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


[jira] Updated: (SLING-223) ujax post request to deep properties do not create intermediate nodes

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

Tobias Bocanegra updated SLING-223:
-----------------------------------

    Attachment: deepPropFix.r618397.patch

fixes the issue

> ujax post request to deep properties do not create intermediate nodes
> ---------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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


[jira] Closed: (SLING-223) ujax post requests to deep properties do not create intermediate nodes

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

Tobias Bocanegra closed SLING-223.
----------------------------------


thanks.

> ujax post requests to deep properties do not create intermediate nodes
> ----------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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


[jira] Updated: (SLING-223) ujax post requests to deep properties do not create intermediate nodes

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

Tobias Bocanegra updated SLING-223:
-----------------------------------

    Summary: ujax post requests to deep properties do not create intermediate nodes  (was: ujax post request to deep properties do not create intermediate nodes)

> ujax post requests to deep properties do not create intermediate nodes
> ----------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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


[jira] Assigned: (SLING-223) ujax post requests to deep properties do not create intermediate nodes

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

Felix Meschberger reassigned SLING-223:
---------------------------------------

    Assignee: Felix Meschberger

> ujax post requests to deep properties do not create intermediate nodes
> ----------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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


[jira] Resolved: (SLING-223) ujax post requests to deep properties do not create intermediate nodes

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

Felix Meschberger resolved SLING-223.
-------------------------------------

    Resolution: Fixed

Applied patch in Rev. 618915.

Please close, if this fixes your issue. Thanks.

> ujax post requests to deep properties do not create intermediate nodes
> ----------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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


[jira] Updated: (SLING-223) ujax post requests to deep properties do not create intermediate nodes

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

Felix Meschberger updated SLING-223:
------------------------------------

    Fix Version/s: 2.0.0

> ujax post requests to deep properties do not create intermediate nodes
> ----------------------------------------------------------------------
>
>                 Key: SLING-223
>                 URL: https://issues.apache.org/jira/browse/SLING-223
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: 2.0.0
>
>         Attachments: deepPropFix.r618397.patch
>
>
> Example:
> POST /foo/bar
> ./sub/text = "hello"
> throws exception because 'sub' node is not found. but should be
> created instead. if the property name contains an absolute path
> this works.

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