Bug report #782 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com/BugRatViewer/ShowReport/782>

REPORT #782 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: Apache Tomcat Version 4.0 Beta 1
   JVM Release: 1.3.0
   Operating System: Linux
   OS Release: Kernel 2.2.16
   Platform: SuSE Linux 7.0

Synopsis: 
Error Mounting a WebApp over mod_webapp with Apache

Description:
When mounting a Web-app in the httpd.conf with
WebAppMount web-app-name warpConnection /Mountpoint
the Mountpoint has to have the same length as the name of the webapp. Otherwise the 
last part of the Requesting URI is shorten about the size of Web-App-Name - Mountpoint.
Example:
Web-App-Name: fooname
Mountpoint: foo
Requesting URI:
http://servername/foo/servlet
Here the URI given to Tomcat is about 7 (length fooname) - 3 (length) foo shorter.
URI given to Tomcat:
http://servername/foo/let
The first 4 letters of servlet are missing.
Title: BugRat Report # 782

BugRat Report # 782

Project: Tomcat Release: Apache Tomcat Version 4.0 Beta 1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: high Severity: critical
Confidence: public

Submitter: Matthias Brantner ( [EMAIL PROTECTED] )
Date Submitted: Jan 16 2001, 10:27:08 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
Error Mounting a WebApp over mod_webapp with Apache
Environment: (jvm, os, osrel, platform)
1.3.0, Linux, Kernel 2.2.16, SuSE Linux 7.0

Additional Environment Description:

Report Description:
When mounting a Web-app in the httpd.conf with WebAppMount web-app-name warpConnection /Mountpoint the Mountpoint has to have the same length as the name of the webapp. Otherwise the last part of the Requesting URI is shorten about the size of Web-App-Name - Mountpoint. Example: Web-App-Name: fooname Mountpoint: foo Requesting URI: http://servername/foo/servlet Here the URI given to Tomcat is about 7 (length fooname) - 3 (length) foo shorter. URI given to Tomcat: http://servername/foo/let The first 4 letters of servlet are missing.

View this report online...
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to