protected
void doTrace(HttpServletRequest req, HttpServletResponse resp) throws
ServletException, IOException
Called
by the server (via the service method) to allow a servlet to handle a
TRACE request. A TRACE returns the headers sent with the TRACE
request to the client, so that they can be used in debugging. There's
no need to override this method.
No comments:
Post a Comment