+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
+---+
| Bugzilla Bug ID |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned
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 unsub
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&action=edit
log with loglevel All
--
You are receiving this mail because:
You are the assignee for the bug.
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
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 the
https://bz.apache.org/bugzilla/show_bug.cgi?id=64442
--- Comment #6 from Christopher Schultz ---
No, I'm okay with both the relaxed behavior and not requiring the XSD
validation. I just want the XSD to reflect what the code is willing to accept.
--
You are receiving this mail because:
You are t
Thihup opened a new pull request #289:
URL: https://github.com/apache/tomcat/pull/289
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go t
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
14 matches
Mail list logo