Hello Hiroshi Natsu Cardenas , You would need write an own fa�ade which wraps the response structure to read the response code. Please have a look at the logger package, it contains a full blown class for all response information. (XhttpServletResponseWrapper).
Best regards, juergen -----Original Message----- From: Hiroshi Natsu Cardenas [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 22.13 PM To: [EMAIL PROTECTED] Subject: How to know if the method performed doXXX was succefully done Hi, I'm working with the WebDAV and I'm using the tomcat 4.0 I'm interesting in extending the functionability of the WebdavServlet and I would like to know if the method performed doXXX was succefully done or not, so I can do an action method acording to it. So my question is how can I know if the method was successfull done, in the service method? I think that I can use the status code, searching in the spec of servlet 2.3 I only find methods to set the Header information for a response but not methods for retriving it. If this is the way to know if the method was successfull done, my second question is to know how to consult the status code for a response. Thanks Hiroshi Natsu .... :) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
