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. 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.