DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 kwalk...@cisco.com changed: What|Removed |Added Status|RESOLVED|REOPENED

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|REOPENED

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-04-10 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #10 from Mark Thomas ma...@apache.org 2010-04-10 21:48:11 EDT --- This has been applied to 5.5.x and will be included in 5.5.30 onwards. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ---

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added CC|

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-03-09 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #7 from Konstantin Kolinko knst.koli...@gmail.com 2010-03-09 14:27:48 UTC --- In r920880 of trunk I added a system property to allow disabling enforcement of JSP.5.3. This is proposed for 6.0 and 5.5. -- Configure bugmail:

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-03-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #6 from Mark Thomas ma...@apache.org 2010-03-08 21:55:43 UTC --- Agreed. TagVariableInfo should be just as acceptable for this purpose. I have fixed this in trunk and proposed it for 6.0.x -- Configure bugmail:

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Konstantin Kolinko knst.koli...@gmail.com changed: What|Removed |Added Status|RESOLVED

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #1 from Boris Folgmann bo...@folgmann.de 2010-02-08 07:29:50 UTC --- To make it even more clear, this works: jsp:useBean id=now class=java.util.Date / jsp:getProperty name=now property=time / But getProperty always fails when

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Mark Thomas ma...@apache.org changed: What|Removed |Added Status|NEW |RESOLVED

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Kris Schneider kschnei...@gmail.com changed: What|Removed |Added Resolution|INVALID |FIXED ---

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 Kris Schneider kschnei...@gmail.com changed: What|Removed |Added Resolution|FIXED |INVALID --

DO NOT REPLY [Bug 48701] jsp:getProperty broken for certain cases

2010-02-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48701 --- Comment #4 from Boris Folgmann bo...@folgmann.de 2010-02-08 08:29:26 UTC --- That's really bad because that worked up to 6.0.18. I can't remember any problems with such JSPs since tomcat 4 and 5. What about a compatibility switch to