We're seeing this too, but not in all our environments. We also use
NewRelic.
JSP
Previously rendered to
Now renders to
/path/style.css"/>
Affected Tomcat version is 9.0.78
Tim,
On 8/31/23 04:03, Scott,Tim wrote:
Hi Chris,
Hi all,
Thanks for your responses. I think I've found the problem.
My wrapping class which detects the invocation of the close() method to
decrement its count is no longer decrementing its count because
method.getDeclaringClass() has change
On 30/08/2023 23:58, Matthew Robinson wrote:
Please may I have some assistance to upgrade a JAVA Maven project which uses
embedded Tomcat 7 to use embedded Tomcat 10?
I’m having extreme difficulty determining the appropriate versions of the
various components such that they play nice together.
Hi Chris,
> > Hi all,
> >
> > Thanks for your responses. I think I've found the problem.
> >
> > My wrapping class which detects the invocation of the close() method to
> > decrement its count is no longer decrementing its count because
> > method.getDeclaringClass() has changed from java.sql.