From anonymous@nagoya.betaversion.org Tue Sep 2 21:17:15 2003 Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 82404 invoked from network); 2 Sep 2003 21:17:15 -0000 Received: from unknown (HELO exchange.sun.com) (192.18.33.10) by daedalus.apache.org with SMTP; 2 Sep 2003 21:17:15 -0000 Received: (qmail 14111 invoked by uid 50); 2 Sep 2003 21:20:06 -0000 Date: 2 Sep 2003 21:20:06 -0000 Message-ID: <20030902212006.14110.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 22858] - CGI scripts without a file suffix causes Error=193 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . 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=22858 CGI scripts without a file suffix causes Error=193 medthomas@ntlworld.com changed: What |Removed |Added ---------------------------------------------------------------------------- Product|Tomcat 4 |Tomcat 5 Version|4.0.4 Final |Nightly Build ------- Additional Comments From medthomas@ntlworld.com 2003-09-02 21:20 ------- Confirmed. This is also an issue with TC5. The CGI servlet includes a test for ".pl" and ".cgi". Any other suffix (including none) will fail. I have posted patches for TC4 and TC5 to the tomcat-dev list. The patches are tested with XP and should work with NT/2000.