Bug 7658 - EL should not recognize quoted identifiers
Summary: EL should not recognize quoted identifiers
Status: RESOLVED FIXED
Alias: None
Product: Taglibs
Classification: Unclassified
Component: Standard Taglib (show other bugs)
Version: unspecified
Hardware: All All
: P3 minor (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-01 14:52 UTC by Nathan Abramson
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 Nathan Abramson 2002-04-01 14:52:26 UTC
Currently the EL supports "quoted identifiers" in an effort to allow
property names that aren't strictly Java identifiers.  For example:

  request."validate-error"

A while ago it was decided that this syntax should not be supported,
and this should instead be done using:

  request ["validate-error"]

This bug is here to indicate that the quoted identifier support should
therefore be removed from the RI.
Comment 1 Nathan Abramson 2002-04-01 16:04:28 UTC
Fixed by removing support for quoted identifiers