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

--- Comment #1 from Christopher Schultz <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to