You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Justin Edelson (JIRA)" <ji...@apache.org> on 2010/02/23 18:20:27 UTC

[jira] Created: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

text/plain property rendering of multi-valued properties doesn't work
---------------------------------------------------------------------

                 Key: SLING-1408
                 URL: https://issues.apache.org/jira/browse/SLING-1408
             Project: Sling
          Issue Type: Bug
            Reporter: Justin Edelson


$ curl -u admin:admin -F a=b -F "a@TypeHint=String[]" http://localhost:8888/test/node1
$ curl http://localhost:8888/test/node1.txt
** Resource dumped by PlainTextRendererServlet**
Resource path:/test/node1
Resource metadata: {sling.resolutionPathInfo=.txt, sling.resolutionPath=/test/node1}
Resource type: nt:unstructured
Resource super type: -

** Resource properties **
a: [b]
jcr:primaryType: nt:unstructured
$ curl http://localhost:8888/test/node1/a.txt
(nothing output here)


should be [b] IMHO


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


[jira] Resolved: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

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

Justin Edelson resolved SLING-1408.
-----------------------------------

    Resolution: Fixed

> text/plain property rendering of multi-valued properties doesn't work
> ---------------------------------------------------------------------
>
>                 Key: SLING-1408
>                 URL: https://issues.apache.org/jira/browse/SLING-1408
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.8
>            Reporter: Justin Edelson
>             Fix For: Servlets Get 2.0.10
>
>
> $ curl -u admin:admin -F a=b -F "a@TypeHint=String[]" http://localhost:8888/test/node1
> $ curl http://localhost:8888/test/node1.txt
> ** Resource dumped by PlainTextRendererServlet**
> Resource path:/test/node1
> Resource metadata: {sling.resolutionPathInfo=.txt, sling.resolutionPath=/test/node1}
> Resource type: nt:unstructured
> Resource super type: -
> ** Resource properties **
> a: [b]
> jcr:primaryType: nt:unstructured
> $ curl http://localhost:8888/test/node1/a.txt
> (nothing output here)
> should be [b] IMHO

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


[jira] Closed: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

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

Felix Meschberger closed SLING-1408.
------------------------------------


Closes issue after bundle release.

> text/plain property rendering of multi-valued properties doesn't work
> ---------------------------------------------------------------------
>
>                 Key: SLING-1408
>                 URL: https://issues.apache.org/jira/browse/SLING-1408
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.8
>            Reporter: Justin Edelson
>             Fix For: Servlets Get 2.1.0
>
>
> $ curl -u admin:admin -F a=b -F "a@TypeHint=String[]" http://localhost:8888/test/node1
> $ curl http://localhost:8888/test/node1.txt
> ** Resource dumped by PlainTextRendererServlet**
> Resource path:/test/node1
> Resource metadata: {sling.resolutionPathInfo=.txt, sling.resolutionPath=/test/node1}
> Resource type: nt:unstructured
> Resource super type: -
> ** Resource properties **
> a: [b]
> jcr:primaryType: nt:unstructured
> $ curl http://localhost:8888/test/node1/a.txt
> (nothing output here)
> should be [b] IMHO

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


[jira] Updated: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

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

Carsten Ziegeler updated SLING-1408:
------------------------------------

          Component/s: Servlets
    Affects Version/s: Servlets Get 2.0.8
        Fix Version/s: Servlets Get 2.0.10

> text/plain property rendering of multi-valued properties doesn't work
> ---------------------------------------------------------------------
>
>                 Key: SLING-1408
>                 URL: https://issues.apache.org/jira/browse/SLING-1408
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.8
>            Reporter: Justin Edelson
>             Fix For: Servlets Get 2.0.10
>
>
> $ curl -u admin:admin -F a=b -F "a@TypeHint=String[]" http://localhost:8888/test/node1
> $ curl http://localhost:8888/test/node1.txt
> ** Resource dumped by PlainTextRendererServlet**
> Resource path:/test/node1
> Resource metadata: {sling.resolutionPathInfo=.txt, sling.resolutionPath=/test/node1}
> Resource type: nt:unstructured
> Resource super type: -
> ** Resource properties **
> a: [b]
> jcr:primaryType: nt:unstructured
> $ curl http://localhost:8888/test/node1/a.txt
> (nothing output here)
> should be [b] IMHO

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


[jira] Commented: (SLING-1408) text/plain property rendering of multi-valued properties doesn't work

Posted by "Justin Edelson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12905046#action_12905046 ] 

Justin Edelson commented on SLING-1408:
---------------------------------------

done in r991566

> text/plain property rendering of multi-valued properties doesn't work
> ---------------------------------------------------------------------
>
>                 Key: SLING-1408
>                 URL: https://issues.apache.org/jira/browse/SLING-1408
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Get 2.0.8
>            Reporter: Justin Edelson
>             Fix For: Servlets Get 2.0.10
>
>
> $ curl -u admin:admin -F a=b -F "a@TypeHint=String[]" http://localhost:8888/test/node1
> $ curl http://localhost:8888/test/node1.txt
> ** Resource dumped by PlainTextRendererServlet**
> Resource path:/test/node1
> Resource metadata: {sling.resolutionPathInfo=.txt, sling.resolutionPath=/test/node1}
> Resource type: nt:unstructured
> Resource super type: -
> ** Resource properties **
> a: [b]
> jcr:primaryType: nt:unstructured
> $ curl http://localhost:8888/test/node1/a.txt
> (nothing output here)
> should be [b] IMHO

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