> > As you suggested, I moved the utils classes to another place, so now
they
> > are actually shared between the Slide components, which is way better.
The
> > compiled classes are not shared though (they are included in both
slide.jar
> > and webdavlib.jar).
> > This produced
> >
> > I also applied your client URL encoding (and decoding) patch. Thanks !
>
> Thanks. This looks good to me. Much saner :-)
>
> Also, MoveMethod.java:202 - we should URL encode the destination header.
> Likewise in CopyMethod, for the same header. I haven't tested this, but
> it's pretty obvious that it's required (since the server DOES url decode
> that header). I don't currently use move/copy from the webdav client
> library, but this seems like the right fix.
Yes.
I'll check to see if there are other places that need encoding / decoding.
Remy