Response for put request ...

2009-02-22 Thread imadhusudhanan
Dear All, I have a Warning in the windows client saying An error while copying some or all the files. I had extended the SimpleWebDavServlet and written a custom doPut() method that overrides that of the AbstractWebdavServlet so that any put request is redirected to my FileStore instead

Re: Response for put request ...

2009-02-22 Thread Julian Reschke
imadhusudhanan wrote: Dear All, I have a Warning in the windows client saying An error while copying some or all the files. I had extended the SimpleWebDavServlet and written a custom doPut() method that overrides that of the AbstractWebdavServlet so that any put request is redirected

Re: Response for put request ...

2009-02-22 Thread imadhusudhanan
Sorry if thats so foolish. Kindly apologize. I m a newbie to JackRabbit and learning the same. May I know which response I may deliver so that I client says OK. take care. Regards, Madhu. On Sun, 22 Feb 2009 04:35:23 -0800 Julian Reschke julian.resc...@gmx.de wrote

Re: Response for put request ...

2009-02-22 Thread Julian Reschke
imadhusudhanan wrote: Sorry if thats so foolish. Kindly apologize. I m a newbie to JackRabbit and learning the same. May I know which response I may deliver so that I client says OK. take care. Regards, Madhu. PUT is defined in RFC 2616, so the answer is there (for instance, 200 when