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 2003/09/02 23:17:04 UTC

DO NOT REPLY [Bug 22857] - Spaces in Tomcat install directory name causes CGI failure

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=22857>.
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=22857

Spaces in Tomcat install directory name causes CGI failure

medthomas@ntlworld.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Product|Tomcat 4                    |Tomcat 5
            Summary|Spaces in Tomcat install    |Spaces in Tomcat install
                   |directory name causes CGI   |directory name causes CGI
                   |failure                     |failure
            Version|4.0.4 Final                 |Nightly Build



------- Additional Comments From medthomas@ntlworld.com  2003-09-02 21:16 -------
Confirmed. This is also an issue with TC5.

The problem is that the space character is used to delimit parameters passed 
to the perl interpreter. If the path to the perl script includes a space then 
the interpreter assumes the path is shorter than it really is.

I have posted proposed patches for TC4 and TC5 that work with Windows XP and 
should work with NT and 2000 to the tomcat-dev list.