On 19/01/2015 18:43, manish.m.pa...@kp.org wrote: > Hello Users: > > Issue: > while copying file from windows 7 to network share folder (in webapp using > webDav servlet) it throws error message on local machine > Error 0x80070032: The request is not supported > > We were NOT having this issue when we were using windows XP. > > We are working with microsoft on this issue. Provided trace info to > microsoft for diagnosis. > Microsoft says that it is showing that response gives error code of 501 > i.e. method (PROPATCH, in our case) is not implemented. > > I compared the java code of org.apache.catalina.servlets.WebdavServlet for > version 5.5.20 and 7.0.57 and they are almost same for doProppatch() > method except that in 5.5.20 it throws additional exception > ServletException besides IOException. > > Microsoft is suggesting that make sure PROPPATCH is implemented so that > atleast it gives error code in 400 series (for example 405 - method not > allowed) rather than 500 series error code. Microsoft code is not able to > handle if error code is in 500 series.
This sounds like one of the many known MS WebDAV client issues. See [1] for a fairly good list. I suspect you are hitting the "server discovery" issue. If that is the case you need to take this back to MS. Best of luck getting them to actually fix the issue. org.apache.catalina.filters.WebdavFixFilter was written to detect some of these errors but I haven't looked at that code in a long time and I think it was mainly looking for known issues with XP. Mark [1] http://greenbytes.de/tech/webdav/webdav-redirector-list.html > > Thanks! > > -------- > Manish M. Patel > Kaiser Permanente > IMG Service Design & Integration > > 4460 Hacienda Dr. #C349 > Pleasanton, CA 94588 > 925-924-7669 (office) > --------- > kp.org/thrive > > NOTICE TO RECIPIENT: If you are not the intended recipient of this > e-mail, you are prohibited from sharing, copying, or otherwise using or > disclosing its contents. If you have received this e-mail in error, > please notify the sender immediately by reply e-mail and permanently > delete this e-mail and any attachments without reading, forwarding or > saving them. Thank you. > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org