include fully qualified urls in json repsonses
----------------------------------------------

                 Key: SLING-574
                 URL: https://issues.apache.org/jira/browse/SLING-574
             Project: Sling
          Issue Type: Improvement
          Components: Servlets Get
            Reporter: David Nuescheler


based on the conversation here:

http://markmail.org/message/fls3gp3b45shvw7q

i would like to suggest to include a sling:src property into nodes in the json 
responses
this would mean that a node that was returned as

mynode: {
 title:"my title",
 text:"text"
}

would not be returned as 

mynode: {
 sling:src:"http://localhost:7402/content/deep/mynode";,
 title:"my title",
 text:"text"
}

i am not sure if this should go into the standard json rendition but i think it 
really could.

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

Reply via email to