You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2017/10/31 14:23:05 UTC

[Bug 61692] CGIServlet should handle additional HTTP methods, for example MKCALENDAR, MKCOL, PROPFIND, PROPPATCH

https://bz.apache.org/bugzilla/show_bug.cgi?id=61692

--- Comment #1 from Christopher Schultz <ch...@christopherschultz.net> ---
I don't like this patch (-1) for a number of reasons.

1. It uses many regular expressions during each request: poor performance
2. It requires configuration for what should be pass-through semantics

Why not simply replace doGet, doPost, etc. with service(Request,Response) and
pass everything through to the underlying CGI without all that overhead?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org