Bug report #412 has just been filed.

You can view the report at the following URL:

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

REPORT #412 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: 3.1
   JVM Release: 1.3
   Operating System: Win NT
   OS Release: 4.0
   Platform: huh?

Synopsis: 
public void removeAttribute(String name) does not work properly

Description:
lt. spec from sun this method is required to remove
the attribute from every scope.  in class PageContextImpl
however this only removes attributes from the page context:

public void removeAttribute(String name) {
  attributes.remove(name);
}

btw: sun did not make clear, whether the attribute will
only be removed from the first scope where it is  found
or from all scopes...  (i indicated this to
mailto:[EMAIL PROTECTED])
Title: BugRat Report # 412

BugRat Report # 412

Project: Jasper Release: 3.1
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: non-critical
Confidence: public

Submitter: Robert Klemme ( [EMAIL PROTECTED] )
Date Submitted: Nov 20 2000, 10:01:02 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
public void removeAttribute(String name) does not work properly
Environment: (jvm, os, osrel, platform)
1.3, Win NT, 4.0, huh?

Additional Environment Description:

Report Description:
lt. spec from sun this method is required to remove the attribute from every scope. in class PageContextImpl however this only removes attributes from the page context: public void removeAttribute(String name) { attributes.remove(name); } btw: sun did not make clear, whether the attribute will only be removed from the first scope where it is found or from all scopes... (i indicated this to mailto:[EMAIL PROTECTED])

How To Reproduce:
null

View this report online....

Reply via email to