> howdy,
> 
> another patch, this one's better tested, but contains more changes :P
> - Make the WebdavServlet better extendable by making some members    
>   protected instead of private or package private.
> - Do not use a static depthLimit member in WebdavMethod, as that 
>   does not allow for different WebdavServlets having different 
>   depth limits, not even if they are in different application 
>   contexts.
> - as the depth-limit is only used in PropFindMethod, move it there
>   and assign it in it's constructor.
> - Remove the static init() method of WebdavMethod, and also the 
>   obsolete managerServletPath.
> - Move initialization of the md5Helper into a static initialization
>   block of WebdavMethod.
> 
> dunno whether these changes are okay with you, but it's been working 
> fine in the testing I've done.

Nice cleanup :)

Remy

Reply via email to