Closed rickb777 closed 8 years ago
Hi Rick,
I'm happy with the changes you've made. There are currently 2 things slowing me down with merging the pull request:
If you could have a look at the first one, I'll see what I can do to fix the second.
Cheers,
Chris
We needed to test a WebDAV client. The hurdle we had to cross is that the JDK has a "won't fix" issue on the allowed methods names being hard-wired, which we overcame with some reflection code.
With this patch, JavaStubServer methods allow testing of proppatch, propfind, mkcol, move, copy lock and unlock requests.