[Bug 64427] --enable-preview no error in log

2020-08-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 Mark Thomas changed: What|Removed |Added Resolution|--- |WORKSFORME Status|NEEDINFO

[Bug 64427] --enable-preview no error in log

2020-06-22 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #9 from Mark Thomas --- It has been more than a month without the requested reproducible test case being provided. In not test case is provided this issue will eventually be resolved as WORKSFORME. -- You are receiving this mail

[Bug 64427] --enable-preview no error in log

2020-05-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 Mark Thomas changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #8 from Mark

[Bug 64427] --enable-preview no error in log

2020-05-18 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #7 from mgrigorov --- This method looks a lot like Scala's NonFatal extractor: https://github.com/scala/scala/blob/2.13.x/src/library/scala/util/control/NonFatal.scala#L35 I guess there are reasons the list of re-thrown throwables

[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #6 from Mark Thomas --- I'm not so sure. The Throwables re-thrown by that method are deliberately very limited. I'd look at the calling code in the first instance. Where is that? -- You are receiving this mail because: You are

[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #5 from mgrigorov --- The problem is in https://github.com/apache/tomcat/blob/84d864def79863324456f4ce0fa1039c2a899206/java/org/apache/tomcat/util/ExceptionUtils.java#L32 IMO this method should re-throw any kind of java.lang.Error

[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #4 from Manfred Quasten --- Created attachment 37247 --> https://bz.apache.org/bugzilla/attachment.cgi?id=37247=edit log with loglevel All -- You are receiving this mail because: You are the assignee for the bug.

[Bug 64427] --enable-preview no error in log

2020-05-17 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #3 from Manfred Quasten --- Using loglevel ALL the stackstrace is in the lock -- You are receiving this mail because: You are the assignee for the bug. - To

[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 Michael Osipov changed: What|Removed |Added CC||micha...@apache.org --- Comment #2

[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 --- Comment #1 from Christopher Schultz --- So you get nothing in ANY log? Just silently get 404 responses from requests to the context path? Swallowing errors isn't common... :( -- You are receiving this mail because: You are the assignee

[Bug 64427] --enable-preview no error in log

2020-05-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=64427 Manfred Quasten changed: What|Removed |Added Severity|normal |minor OS|