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.