Thanks Chuck... Chuck / Users:
Chuck, I had come across that when I googled it. local OS: windows 7 current Issue: when I try to copy from windows 7 to my webapp "myWebAppUsingWebDev" it fails to copy to remote/network share. Microsoft says that myWebAppUsingWebDev/my web app should be configured to accept PROPPATCH and it should not return 501 error code (method not implemented) rather something in 400 series i.e. method not allowed (code=405) Microsoft is pointing to RFC about it ( http://www.webdav.org/specs/rfc4918.html#METHOD_PROPPATCH) Regards, -------- Manish From: "Caldarale, Charles R" <[email protected]> To: Tomcat Users List <[email protected]> Date: 02/03/2015 04:16 PM Subject: RE: How to add PROPPATCH to webdav supported app > From: [email protected] [mailto:[email protected]] > Subject: How to add PROPPATCH to webdav supported app > HTTP method: PROPPATCH > Reference: WebDav is bundle with Apache Tomcat 8.0* > If my web application "myWebAppUsingWebDav" uses WebdavServlet, how to > configure myWebAppUsingWebDav so that it accepts PROPATCH request? The WebDAV servlet included with Tomcat does not support PROPPATCH. A quick scan of the mailing list showed this thread: http://marc.info/?l=tomcat-user&m=113347144015186&w=2 Note that Apache Slide is no longer maintained, but you should be able to use Apache Jackrabbit. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
