is too quick to respond

2022-02-17 Thread John Barrow
Hi, I am now running Tomcat version 10.0.16 having just upgraded from 9.0.41. As a developer, I make use of the META-INF\context.xml feature to detect changes within the classes folder WEB-INF\classes by However, since moving to Tomcat 10.0.16, the reload keeps crashing Tomcat due to the fact t

Re: Tomcat 9.0.58 and OpenJDK 1.8.0_322

2022-02-17 Thread Thad Humphries
What is your use for SHA-1? Are you using it in your own code, like `MessageDigest.getInstance("SHA-1")` or do you have signed JARs? Or maybe certificates that use SHA-1? (though I don't think those have been a thing for quite some time) java.security.MessageDigest for Java 8 supposed to support M

Re: Tomcat 9.0.58 and OpenJDK 1.8.0_322

2022-02-17 Thread Robert Hicks
We think our java.security file is borked somehow. So going down that road at the moment. -- Bob On Thu, Feb 17, 2022 at 12:49 PM Thad Humphries wrote: > What is your use for SHA-1? Are you using it in your own code, like > `MessageDigest.getInstance("SHA-1")` or do you have signed JARs? Or may

Re: is too quick to respond

2022-02-17 Thread Christopher Schultz
John, On 2/17/22 10:46, John Barrow wrote: Hi, I am now running Tomcat version 10.0.16 having just upgraded from 9.0.41. As a developer, I make use of the META-INF\context.xml feature to detect changes within the classes folder WEB-INF\classes by However, since moving to Tomcat 10.0.16, the

Re: is too quick to respond

2022-02-17 Thread Mark Thomas
On 17/02/2022 19:50, Christopher Schultz wrote: This kind of thing could happen due to a number of different reasons, such as a slow disk or network share, etc. and ought to be protected-against. I haven't looked at the code, but I would imagine it periodically reads all relevant files loo