You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by Scott Sanders <ss...@nextance.com> on 2003/06/13 19:26:10 UTC

[PATCH] 1.0.16 WebdavResource and WebdavServletConfig

In integrating Slide 1.0.16 into our product suite, it became necessary
to modify two of Slide's classes to be able to override the default
functionality.  Attached are two files to patch Slide 1.0.16 to allow
this.

The first patch changes the WebdavServletConfig constructor to public,
so that our subclass can be used in its place.

The second patch fixes the generation of URLs when retrieving descendent
WebdavResources.

Can I get someone to look them over and commit them to the 1.0 branch?

The paths are:
src/webdav/client/src/org/apache/webdav/lib/WebdavResource.java
src/webdav/server/org/apache/slide/webdav/WebdavServletConfig.java

Thanks
Scott Sanders