Bug report #652 has just been filed. You can view the report at the following URL: <http://znutar.cortexity.com/BugRatViewer/ShowReport/652> REPORT #652 Details. Project: Jasper Category: Bug Report SubCategory: New Bug Report Class: swbug State: received Priority: high Severity: critical Confidence: public Environment: Release: Tomcat 3.2 JVM Release: 1.3 Operating System: NT OS Release: 4 Platform: x86 Synopsis: BodyTag doInitBody and doAfterBody called on tags without body Description: Even if a BodyTag-tag used in a JSP does not have a body the doInitBody and doAfterBody methods are called. According to JSP 1.1, section 5.4.4, these should not be invoked if there is no body!Title: BugRat Report # 652
BugRat Report # 652
Project: Jasper | Release: Tomcat 3.2 |
Category: Bug Report | SubCategory: New Bug Report |
Class: swbug | State: received |
Priority: high | Severity: critical |
Confidence:
public
|
Submitter:
Rickard Öberg ( [EMAIL PROTECTED] )
Date Submitted:
Dec 22 2000, 05:48:00 CST
Responsible:
Z_Tomcat Alias ( [EMAIL PROTECTED] )
- Synopsis:
- BodyTag doInitBody and doAfterBody called on tags without body
- Environment: (jvm, os, osrel, platform)
- 1.3, NT, 4, x86
- Additional Environment Description:
- Report Description:
- Even if a BodyTag-tag used in a JSP does not have a body the doInitBody and doAfterBody methods are called. According to JSP 1.1, section 5.4.4, these should not be invoked if there is no body!