Hey Mark,
I'll have to get back to this convo in a day or so.
I'll test your theory but at first glance it sounds like going in the right
direction.
- Ray
On Thu, Jun 11, 2020 at 5:08 PM Mark Thomas wrote:
> On 11/06/2020 21:59, Mark Thomas wrote:
> > On 11/06/2020 21:24, Raymond Auge wrote:
On 12/06/2020 14:15, Raymond Auge wrote:
> Hey Mark,
>
> I'll have to get back to this convo in a day or so.
>
> I'll test your theory but at first glance it sounds like going in the
> right direction.
No rush. I'd rather take time and get this right.
Thanks,
Mark
>
> - Ray
>
> On Thu, Jun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
All,
I've been writing a Java-based certification-expiration checking
utility that can handle all kinds of file formats like PEM and the
various keystore formats supported by the JVM.
Since it's not possible to tell what type of keystore is being l
There is one difference between
org.apache.tomcat.util.ExceptionUtils.handleThrowable(Throwable)
and
org.apache.catalina.startup.Bootstrap.handleThrowable(Throwable)
that is that ExceptionUtils also swallows StackOverflowError while
Bootstrap does not.
Should that be ported over or is it a deal
Actually Bootstrap has a comment
// Copied from ExceptionUtils since that class is not visible during start
So it seems like perhaps the change should be ported.
- Ray
On Fri, Jun 12, 2020 at 10:45 PM Raymond Auge
wrote:
> There is one difference between
>
> org.apache.tomcat.util.ExceptionU