You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Bertrand Delacretaz (JIRA)" <ji...@apache.org> on 2007/12/05 12:05:43 UTC

[jira] Created: (SLING-121) microsling recursive JSON rendering fails

microsling recursive JSON rendering fails
-----------------------------------------

                 Key: SLING-121
                 URL: https://issues.apache.org/jira/browse/SLING-121
             Project: Sling
          Issue Type: Bug
          Components: microsling
            Reporter: Bertrand Delacretaz


A JSON dump of a node fails when the node has children and the slingItemDumpRecursionLevel has a value > 0

I have just added the JsonRenderingTest.testRecursiveOneLevel() test to demonstrate this.

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


[jira] Commented: (SLING-121) microsling recursive JSON rendering fails

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548647 ] 

Bertrand Delacretaz commented on SLING-121:
-------------------------------------------

Fixed in revision 601312, the JsonItemWriter incorrectly wrote the child nodes keys all the time, even when data was not output.

> microsling recursive JSON rendering fails
> -----------------------------------------
>
>                 Key: SLING-121
>                 URL: https://issues.apache.org/jira/browse/SLING-121
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>
> A JSON dump of a node fails when the node has children and the slingItemDumpRecursionLevel has a value > 0
> I have just added the JsonRenderingTest.testRecursiveOneLevel() test to demonstrate this.

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


[jira] Resolved: (SLING-121) microsling recursive JSON rendering fails

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

Bertrand Delacretaz resolved SLING-121.
---------------------------------------

    Resolution: Fixed

> microsling recursive JSON rendering fails
> -----------------------------------------
>
>                 Key: SLING-121
>                 URL: https://issues.apache.org/jira/browse/SLING-121
>             Project: Sling
>          Issue Type: Bug
>          Components: microsling
>            Reporter: Bertrand Delacretaz
>
> A JSON dump of a node fails when the node has children and the slingItemDumpRecursionLevel has a value > 0
> I have just added the JsonRenderingTest.testRecursiveOneLevel() test to demonstrate this.

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