[Bug 49217] Accepting java keyword in EL

2014-02-17 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #18 from Jackie Rosen --- *** Bug 260998 has been marked as a duplicate of this bug. *** Seen from the domain http://volichat.com Page where seen: http://volichat.com/adult-chat-rooms Marked for reference. Resolved as fixed @bug

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-09-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #17 from Mark Thomas 2011-09-02 14:12:33 UTC --- The EL specification, Tomcat's implementation, the EL TCK and the EL expert group are all in agreement. EL identifiers must be valid Java identifiers as per the Java language spec

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-09-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #16 from Marcio Lucca 2011-09-02 13:57:44 UTC --- I don't know guys, I just ran into the same problem and I'll have to agree with Konstantin on comment 3: both specs 2.1 and 2.2 have that "Reserved Words" section, and neither c

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-08-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Konstantin Kolinko changed: What|Removed |Added CC||adolfo.benede...@gmail.com --

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #14 from Konstantin Kolinko 2011-03-02 10:56:12 EST --- (In reply to comment #13) > OK, can you point me to the "users list"? http://tomcat.apache.org/bugreport.html#Bugzilla_is_not_a_support_forum has the link -- Configure

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Blocks|50850 | -- Configure bugmail: https://issu

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 eldar.kama...@db.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-02 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 eldar.kama...@db.com changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Konstantin Kolinko changed: What|Removed |Added CC||eldar.kama...@db.com --- Comm

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2011-03-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 eldar.kama...@db.com changed: What|Removed |Added Blocks||50850 -- Configure bugmail:

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-11-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #9 from Konstantin Kolinko 2010-11-15 10:59:45 EST --- Note, that in 6.0 this check is off by default. One has to set org.apache.el.parser.SKIP_IDENTIFIER_CHECK property to "false" to enable it. -- Configure bugmail: https://

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-11-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Konstantin Kolinko changed: What|Removed |Added CC||joker8achtu...@googlemail.c

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-11-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Attachment #25726|0 |1 is obsolete|

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-07-07 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #5 from Mark Thomas 2010-07-07 05:19:44 EDT --- Created an attachment (id=25726) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=25726) Patch for 6.0.x Back port of changes to 7.0.x with an additional option to disab

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #4 from Mark Thomas 2010-07-06 08:08:57 EDT --- Java identifier is defined by the Java Language Specification and explicitly states keywords are not permitted. The definition is actually even stricter than currently implemented.

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-07-06 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #3 from Konstantin Kolinko 2010-07-06 06:34:01 EDT --- Reading jsp-2_1-fr-spec-el.pdf (Expression Language Specification Version 2.1, Final Release), 1) page 21: (35/122) "An identifier is constrained to be a Java identifier

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-07-05 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 --- Comment #2 from Mark Thomas 2010-07-05 17:47:39 EDT --- Thanks for the report. This has been fixed in 7.0.x and will be in 7.0.1 onwards. It has also been proposed for 6.0.x -- Configure bugmail: https://issues.apache.org/bugzilla/use

DO NOT REPLY [Bug 49217] Accepting java keyword in EL

2010-05-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49217 Mark Thomas changed: What|Removed |Added Component|Servlet & JSP API |Jasper Version|5.5.17