Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Servlets Get 2.0.8
-
None
Description
$ 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 dumped by PlainTextRendererServlet**
-
- Resource properties **
a: [b]
jcr:primaryType: nt:unstructured
$ curl http://localhost:8888/test/node1/a.txt
(nothing output here)
- Resource properties **
should be [b] IMHO