> Hi, all
> I am testing Slide client ver 1.0.11.
> If I call propfindMethod with 2 properties,then return 4 values.
> 3 properties,then return 9 values. n properties,then return n*n
values.
> It will be BUG.
> In WebdavResource, It is not necessary line 2563 and 2567(for loop).
>
>
> 2532 public Enumeration propfindMethod(String path, Vector properties)
>
>
>
> 2562 // Do loop as many as requested.
> 2563 // for (int i = 0; i < properties.size(); i++) {
> 2564 // Do not need to be more strict.
> 2565 results.addElement
> 2566
(DOMUtils.getTextValue(property.getElement()));
> 2567 // }
Yes, it looks like there's an obvious problem with that code.
Thanks for the patch !
Remy