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

Reply via email to