[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added CC||dpakjai...@gmail.com

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-12-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #34 from Mark Thomas --- *** Bug 58706 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #32 from Konstantin Kolinko --- (In reply to Mark Thomas from comment #25) > Also see this thread on the dev list: > http://tomcat.markmail.org/thread/uzo65gf572s636ly > ("On escaping of EL in attributes (BZ

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #31 from Konstantin Kolinko --- Created attachment 33282 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33282=edit test.war - Sample web application demonstrating two variants of EL escaping in

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #30 from Yoni Amir --- Hi, Do you know if this configuration option, quoteAttributeEL, will be available only in tomcat 8.0.29, or also in Tomcat 7.0.66 (or maybe a later 7.0.xx)? Thanks, Yoni -- You are

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #29 from Mark Thomas --- That isn't the option you want. You want this one: quoteAttributeEL Thanks for the reminder, I'd forgotten to document it. -- You are receiving this mail because: You are the assignee

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #25 from Mark Thomas --- Also see this thread on the dev list: http://tomcat.markmail.org/thread/uzo65gf572s636ly -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #27 from Yoni Amir --- Thank you for providing a configuration option for this. Any chance to elaborate what the option name is, and where (and if) it will be documented? I apologize if these are trivial

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #28 from Violeta Georgieva --- (In reply to Yoni Amir from comment #27) > Thank you for providing a configuration option for this. Any chance to > elaborate what the option name is, and where (and if) it will

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #24 from Yoni Amir --- Hello, I opened bug 58567, and Mark resolved it as a duplicate of this bug. I'd like to add to this discussion that I am suffering from the regression introduced in 8.0.27 and I didn't

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Violeta Georgieva changed: What|Removed |Added CC|

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-11-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #23 from Mark Thomas --- *** Bug 58567 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-10-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Konstantin Kolinko changed: What|Removed |Added Resolution|FIXED |---

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #19

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-10 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #18 from Mark Thomas --- I've committed a fix for this to trunk. I'll give it a few days for folks to review it before back-porting. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #17 from Mark Thomas --- I think I have found another, related, problem in attribute values. The problem I described in comment #16 (where I was thinking about template text) also applies to attribute values.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-08 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #16 from Mark Thomas --- Every time I research this bug some more I seem to be changing my position slightly. I'm currently leaning towards the view that there was a regression in this fix and that '\$' should

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #15 from Arthur Fiedler --- I've been thinking about this also, and me personally I think the JSP spec should be corrected to use escape \${ as the standard, this does not effect me but I keep thinking about

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #14 from Mark Thomas --- I've been mulling this over some more and I think - regardless of the feedback from the EG - we are going to have to make the escaping for JSP configurable. The EG feedback is just going

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas changed: What|Removed |Added Status|REOPENED|NEEDINFO --- Comment

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-09-03 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #13 from Mark Thomas --- https://java.net/jira/browse/UEL-42 -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-08-31 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=57136 Chatellier changed: What|Removed |Added Resolution|FIXED |---

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2015-02-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|REOPENED|RESOLVED

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added OS||All

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #3 from Arthur Fiedler artfied...@gmail.com --- Here is an example, and yes the current version of tomcat 8 trunk (downloaded after 8.0.14) public static void main(String[] args) { ELProcessor elp = new

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #4 from Arthur Fiedler artfied...@gmail.com --- Mark, The language in the spec is confusing at best, as I read it as saying the escape characters \$ would be used if it was otherwise to be an expression, $500 would not be an

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|RESOLVED|REOPENED

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #6 from Arthur Fiedler artfied...@gmail.com --- Sounds good! Thanks for taking the extra time to investigate further -- You are receiving this mail because: You are the assignee for the bug.

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 Mark Thomas ma...@apache.org changed: What|Removed |Added Component|EL |Jasper

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #8 from Arthur Fiedler artfied...@gmail.com --- Mark, I happened to check the svn source to see what changed and I noticed it said you modified AstLiteralExpression.java on Mon Apr 28 23:08:14 2014 UTC, both 8.0.x and 7.0.x,

[Bug 57136] EL Parser escaping dollar sign not ${ or ${...}

2014-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=57136 --- Comment #9 from Mark Thomas ma...@apache.org --- (In reply to Arthur Fiedler from comment #8) Mark, I happened to check the svn source to see what changed and I noticed it said you modified AstLiteralExpression.java on Mon Apr 28