[
https://issues.apache.org/jira/browse/JCR-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Guggisberg updated JCR-2276:
-----------------------------------
Comment: was deleted
(was: a patch for o.a.jackrabbit.spi.commons.conversion,NameParser
that includes a simple static check of the name in order to
avoid unneccessary server-roundtrips
the following names are always considered being qualified jcr names since the
would be illegal expanded form:
- "{foo}" => empty local name is not allowed
- "{foo} bar" => leading space in local name is not allowed
however, the patch causes 2 failures in
o.a.jackrabbit.spi.commons.conversion,NameParser;
IMO the failing test cases are questionable and could be fixed.)
> org.apache.jackrabbit.server.remoting.davex.JsonWriter: wrong value type for
> ::NodeIteratorSize attribute
> ---------------------------------------------------------------------------------------------------------
>
> Key: JCR-2276
> URL: https://issues.apache.org/jira/browse/JCR-2276
> Project: Jackrabbit Content Repository
> Issue Type: Bug
> Components: jackrabbit-jcr-server
> Reporter: Stefan Guggisberg
> Fix For: 2.0.0
>
>
> the ::NodeIteratorSize attribute is serialized as string value whereas the
> client expects a long value.
> this causes unnecessery server-roundtrips since the client doesn't detect
> this hint.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.