Bug report #701 has just been filed.

You can view the report at the following URL:

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

REPORT #701 Details.

Project: Catalina
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: critical
Confidence: confidential
Environment: 
   Release: all
   JVM Release: IBM 1.1.8
   Operating System: linux
   OS Release: all
   Platform: all

Synopsis: 
these code may have a bug 

Description:
in class org.apache.catalina.core.StandardServer.java
function isSameAddress()

// Compare the reversed form of the two addresses
for (int i = 0; serverAddr.length < 4; i++) {
  if (serverAddr[i] != clientAddr[(serverAddr.length-1)-i])
  return (false);
}

the statement (serverAddr.length < 4) will alway true
Title: BugRat Report # 701

BugRat Report # 701

Project: Catalina Release: all
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: critical
Confidence: confidential

Submitter: john li ( [EMAIL PROTECTED] )
Date Submitted: Jan 5 2001, 12:18:01 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
these code may have a bug
Environment: (jvm, os, osrel, platform)
IBM 1.1.8, linux, all, all

Additional Environment Description:

Report Description:
in class org.apache.catalina.core.StandardServer.java function isSameAddress() // Compare the reversed form of the two addresses for (int i = 0; serverAddr.length < 4; i++) { if (serverAddr[i] != clientAddr[(serverAddr.length-1)-i]) return (false); } the statement (serverAddr.length < 4) will alway true

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

Reply via email to