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 2010/04/06 16:46:33 UTC

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

     [ 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.