Bug report #592 has just been filed.

You can view the report at the following URL:

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

REPORT #592 Details.

Project: Tomcat
Category: Feature Requests
SubCategory: Enhancement
Class: suggest
State: received
Priority: low
Severity: non-critical
Confidence: public
Environment: 
   Release: tomcat-3.2.1
   JVM Release: n/a
   Operating System: n/a
   OS Release: n/a
   Platform: n/a

Synopsis: 
AdaptiveServletLoader.getClassPath appends to String

Description:

in org.apache.tomcat.loader.AdaptiveServletLoader.getClassPath()
a class path is constructed from the classP vector.

The result String cpath is continually appended to.
cpath should be a StringBuffer, and it should be
converted to a string after the class path is constructed.
Title: BugRat Report # 592

BugRat Report # 592

Project: Tomcat Release: tomcat-3.2.1
Category: Feature Requests SubCategory: Enhancement
Class: suggest State: received
Priority: low Severity: non-critical
Confidence: public

Submitter: Neil Katin ( [EMAIL PROTECTED] )
Date Submitted: Dec 14 2000, 01:55:28 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
AdaptiveServletLoader.getClassPath appends to String
Environment: (jvm, os, osrel, platform)
n/a, n/a, n/a, n/a

Additional Environment Description:

Report Description:
in org.apache.tomcat.loader.AdaptiveServletLoader.getClassPath() a class path is constructed from the classP vector. The result String cpath is continually appended to. cpath should be a StringBuffer, and it should be converted to a string after the class path is constructed.

View this report online...

Reply via email to