[
https://issues.apache.org/jira/browse/JCR-3005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13155151#comment-13155151
]
Christian Stocker commented on JCR-3005:
----------------------------------------
so, some testing:
{code}
curl http://localhost:8080/server/default/jcr:root/foo.0.json?:include=bar
{code}
works (but doesn't return the /foo node),
{code}
curl http://localhost:8080/server/default/jcr:root/.0.json?:include=/foo/bar
{code}
as well
But I can't get it to work with POST
{code}
curl -d :include=bar http://localhost:8081/server/default/jcr:root/foo.0.json
{code}
returns a
{code}
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<D:error xmlns:D="DAV:">
<dcr:exception xmlns:dcr="http://www.day.com/jcr/webdav/1.0">
<dcr:class>org.apache.jackrabbit.spi.commons.conversion.IllegalNameException</dcr:class>
<dcr:message>Prefix must not be empty</dcr:message>
</dcr:exception>
</D:error>
{code}
How is a POST request supposed to work?
> Make it possible to get multiple nodes in one call via davex
> ------------------------------------------------------------
>
> Key: JCR-3005
> URL: https://issues.apache.org/jira/browse/JCR-3005
> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Components: jackrabbit-jcr-server
> Reporter: Christian Stocker
> Assignee: Jukka Zitting
> Attachments: getSessions.patch
>
>
> I'm working on this currently
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira