You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2018/11/11 09:51:00 UTC

[jira] [Resolved] (SLING-574) include fully qualified urls in json repsonses

     [ https://issues.apache.org/jira/browse/SLING-574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-574.
------------------------------------
    Resolution: Won't Fix

> 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
>            Reporter: David Nuescheler
>            Priority: Major
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)