Hi *,

just my 2 cents.
Should the servlet being kept, once there will be some changes I would also 
take in consideration to change the output format  as discussed in [0].
A different output than the one already proposed in [0] (namely adding 
while(1);) would be having this format

{
   "data": [
      {
         ...    
  },
 {
         ...    
 }
   ]
}

rather than

[
      {
         ...    
  },
 {
         ...    
 }
   ]


Regards

Antonio


[0] https://issues.apache.org/jira/browse/SLING-2206

On Sep 19, 2011, at 3:51 PM, Vidar Ramdal wrote:

>> 2011/9/19 Felix Meschberger <[email protected]>:
>>> How about:
>>> 
>>>  * Creating a separate bundle taking this servlet
>> Yeah, that's an option - though if noone needs it, we could as well remove 
>> it :)
>> 
>>>  * Use the request's resource path as a final filter when dumping the
>>> result ?
> 
> 2011/9/19 Carsten Ziegeler <[email protected]>:
>> Sure, that's possible but again if noone is using this anyway, way
>> spending time in this one :)
> 
> Well, I do know that my former employer Idium is using it.
> But then, anyone is free to take the existing code and package it in a
> self-made bundle, I guess.
> 
> -- 
> Vidar S. Ramdal <[email protected]>
> Webstep AS - http://www.webstep.no
> Besøksadresse: Lilleakerveien 8, 0283 Oslo
> Postadresse: Postboks 272 Lilleaker, 0216 Oslo

Reply via email to