Bug report #425 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/425> REPORT #425 Details. Project: Tomcat Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: medium Severity: non-critical Confidence: public Environment: Release: 3.01 JVM Release: 1.3.0 Operating System: Win 98 OS Release: SE 4.10.2222 A Platform: Intel Synopsis: Alias's in tomcat-apache.conf generated without quote delimiters Description: The tomcat-apache.conf file generated has alias directives without quote delimters. E.g. Alias /examples C:\Program Files\Apache Group\jakarta-tomcat\webapps\examples Apache spits the dummy at this. E.g. Syntax error on line 22 of C:\Program Files\Apache Group\Jakarta-Tomcat\conf\tomcat-apache-fixed.conf: Alias takes two arguments, a fakename and a realname When quotes are added, Apache is happy. E.g. Alias /examples "C:\Program Files\Apache Group\jakarta-tomcat\webapps\examples"Title: BugRat Report # 425
BugRat Report # 425
Project: Tomcat | Release: 3.01 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: medium | Severity: non-critical |
Confidence:
public
|
Submitter:
John Unwin ( [EMAIL PROTECTED] )
Date Submitted:
Nov 23 2000, 02:37:30 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- Alias's in tomcat-apache.conf generated without quote delimiters
- Environment: (jvm, os, osrel, platform)
- 1.3.0, Win 98, SE 4.10.2222 A, Intel
- Additional Environment Description:
- Report Description:
- The tomcat-apache.conf file generated has alias directives without quote delimters. E.g. Alias /examples C:\Program Files\Apache Group\jakarta-tomcat\webapps\examples Apache spits the dummy at this. E.g. Syntax error on line 22 of C:\Program Files\Apache Group\Jakarta-Tomcat\conf\tomcat-apache-fixed.conf: Alias takes two arguments, a fakename and a realname When quotes are added, Apache is happy. E.g. Alias /examples "C:\Program Files\Apache Group\jakarta-tomcat\webapps\examples"
- Workaround:
- null