We're seeing this too, but not in all our environments. We also use
NewRelic.
JSP
<link rel="stylesheet" type="text/css" href="${path}/style.css"/>
Previously rendered to
<link rel="stylesheet" type="text/css" href="/path/style.css"/>
Now renders to
/path/style.css"/>Affected Tomcat version is 9.0.78
