Hi, all. There is a question about WebdavServlet in Tomcat4.1.12.
I tried to send MOVE request to WebdavServlet and I expected that a file was moved, but it was copied and deleted. I think org.apache.catalina.servlets.WebdavServlet#doMove() should move resource instead of copying and deleting. (Or first try to move, and then copy and delete if it failed). What do you think this idea is? -------- YOKOTA Takehiko [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>