On Wed, Dec 14, 2011 at 11:39 AM, Julian Reschke <julian.resc...@gmx.de> wrote:
> On 2011-12-14 11:28, Apache Wiki wrote:
>>
>> Dear Wiki user,
>>
>> You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki"
>> for change notification.
>>
>> The "Jsop" page has been changed by stefan:
>> http://wiki.apache.org/jackrabbit/Jsop?action=diff&rev1=30&rev2=31
>>
>> Comment:
>> added 'copy'
>>
>>   SET       ::= "^" STRING ":" ATOM | ARRAY
>>   REMOVE    ::= "-" STRING
>>   MOVE      ::= ">" STRING ":" (STRING | "{" STRING ":" STRING "}")
>> + COPY      ::= "*" STRING ":" (STRING | "{" STRING ":" STRING "}")
>>   TEST      ::= "=" STRING ":" ATOM | ARRAY
>>   METADATA  ::= "@" OBJECT
>>   EXTENSION ::= OP STRING ":" (OBJECT | ATOM | ARRAY)
>> @@ -129, +130 @@
>>
>>    * removeNodeDiff
>>    * removePropertyDiff
>>    * moveNodeDiff
>> +  * copyNodeDiff
>>    * testProperty
>>    * metaData
>> ...
>
>
> Not convinced.

i think it's useful and needed. how else would
you support the javax.jcr.Workspace#copy use case?

>
> If we think this is needed we should bring it up within the IETF so JSON
> Patch gets this, too.

sure, please go ahead.

>
> Or have we given up on that?

why would that be the case?

cheers
stefan

>
> Best regards, Julian

Reply via email to