Summary: | Variable declared with an application scope is accessible with EL without specifying the scope | ||
---|---|---|---|
Product: | Taglibs | Reporter: | Prasad Subramanian <prasad.subramanian> |
Component: | Standard Taglib | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | P3 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | other |
Description
Prasad Subramanian
2002-05-18 03:05:00 UTC
Not a bug; this is specified behavior. See section A.5: "The EL evaluates an identifier by looking up its value as an attribute, according to the behavior of PageContext.findAttribute(String)." |