> The second patch I suggested (to WebdavMethodBase) turns out to have
> some problems - it means that the path is stored in the object as an
> already-encoded string. As a result, other things trying to read it get
> the 'wrong' version - they actually want to get the non-escaped string.
> Although the webdav stuff works with the other version, it can easily
> fail (and does in code here which extends the methods for additional
> purposes)
>
> So, instead I suggest this patch, which does the escaping later - when
> it actually needs to output the escaped string (again, this doesn't
> actually supply the code for URL encoding, since I don't know where that
> best belongs):

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 !

Remy

Reply via email to