DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20853>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20853

JSP responds  to TRACE method in the same way as to GET method.





------- Additional Comments From [EMAIL PROTECTED]  2003-06-19 07:39 -------
I see. It seams application developers ( including me ) have to take care about
it in some way.
I also tried to place the scriptlet below on top of the JSP:

<% if ("TRACE".equalsIgnoreCase(request.getMethod())) {
  doTrace(request, response);
  return;
} %>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to