[Bug 58178] Exception not passed to c:catch in custom jsp tag

2017-03-07 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #7 from Mark Thomas --- See also http://tomcat.markmail.org/thread/cnqkckysilwhpyip for a discussion on a follow-up issue and r1785823, r1785826 and r1785827 -- You are receiving this mail because: You are the assignee for the bug

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #6 from Mark Thomas --- The patches for 8.0.x are r1694503 and r1694548. I would not recommend copying class files from one version to another. If you really want to patch this in 8.0.23 then you need to checkout the 8.0.23 tag, ap

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-10-09 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #5 from prashant --- Hello Mark, Is there way to patch the fix to 8.0.23? Could you please let us know the class/java files need to replaced in 8.0.23 to make this work? -- You are receiving this mail because: You are the assign

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #3 from Mark Thomas --- The PageContext part of this has been fixed in trunk, 8.0.x (for 8.0.25 onwards) and 7.0.x (for 7.0.64 onwards). The import part of this only affects 8.0.x onwards. -- You are receiving this mail because:

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-06 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #2 from Mark Thomas --- I've dug into this a little more and I think this is fixable for both the reported use case and the import use case by wrapping the ELContext. I'm working on some test cases and a fix. -- You are receiving

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-08-04 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 --- Comment #1 from Mark Thomas --- There is also a similar issue with EL and imports. The page context issue should be fixable by wrapping the root ELContext. I'm not sure that the imports issue is as easy to fix. It might end up needed a new

[Bug 58178] Exception not passed to c:catch in custom jsp tag

2015-07-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=58178 Jeff Flanigan changed: What|Removed |Added CC||jflani...@zimbra.com -- You are recei