Bug report #529 has just been filed.

You can view the report at the following URL:

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

REPORT #529 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: serious
Confidence: public
Environment: 
   Release: 3.2
   JVM Release: Any
   Operating System: Any
   OS Release: Any
   Platform: Any

Synopsis: 
<jsp:include> error message is not descriptive

Description:
When only page attribute is specified to jsp:include, the error message is "Invalid 
jsp:include tag". Would have been better if it said that required attribute "flush" 
wasn't specified.

This is a common error since most reasonable people assume flush is optional (since 
the only valid value it true). And the error gives no indication of what the problem 
is.

Fix is to move the attrs.size() != 2 check in 
org.apache.jasper.compiler.IncludeGenerator couple of checks down to after check for 
flush.


Title: BugRat Report # 529

BugRat Report # 529

Project: Jasper Release: 3.2
Category: Bug Report SubCategory: New Bug Report
Class: swbug State: received
Priority: medium Severity: serious
Confidence: public

Submitter: Arun Katkere ( [EMAIL PROTECTED] )
Date Submitted: Dec 5 2000, 04:09:20 CST
Responsible: Z_Tomcat Alias ( [EMAIL PROTECTED] )

Synopsis:
error message is not descriptive
Environment: (jvm, os, osrel, platform)
Any, Any, Any, Any

Additional Environment Description:

Report Description:
When only page attribute is specified to jsp:include, the error message is "Invalid jsp:include tag". Would have been better if it said that required attribute "flush" wasn't specified. This is a common error since most reasonable people assume flush is optional (since the only valid value it true). And the error gives no indication of what the problem is. Fix is to move the attrs.size() != 2 check in org.apache.jasper.compiler.IncludeGenerator couple of checks down to after check for flush.

View this report online...

Reply via email to