Bug 7995 - Translation error fails to occur if <x:parse> specifies scopeDom and varDom is not.
Summary: Translation error fails to occur if <x:parse> specifies scopeDom and varDom i...
Status: RESOLVED WORKSFORME
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 major (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-12 02:16 UTC by Ryan Lubke
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Lubke 2002-04-12 02:16:21 UTC
Page 11-143 of PD spec, states:
"If scopeDom is specified, varDom must also be specified"

Section 2.7 also states:
"All syntax errors (as defined in the syntax and constraints sections of each
action, as well as the syntax of EL expressions as defined in Appendix) must be
reported at translation time"

Note:  This type of test will only work against the nightly build of TC.
TC 4.0.3 or older fail to generate fatal translation errors if the TLV
finds an error.
Comment 1 Shawn Bayern 2002-04-17 21:09:28 UTC
Works for me in Tomcat 4.0.3.  The validation is actually covered by a TEI
class, not the TLV.