Upgrade to Tomcat 10.1.41
Closes gh-45520
This commit is contained in:
@@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
|
||||
snakeYamlVersion=2.4
|
||||
springFrameworkVersion=6.2.7-SNAPSHOT
|
||||
springFramework60xVersion=6.0.23
|
||||
tomcatVersion=10.1.40
|
||||
tomcatVersion=10.1.41
|
||||
|
||||
kotlin.stdlib.default.dependency=false
|
||||
|
||||
@@ -969,6 +969,16 @@ public class TomcatServletWebServerFactory extends AbstractServletWebServerFacto
|
||||
this.delegate.gc();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setAllowLinking(boolean allowLinking) {
|
||||
this.delegate.setAllowLinking(allowLinking);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getAllowLinking() {
|
||||
return this.delegate.getAllowLinking();
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void initInternal() throws LifecycleException {
|
||||
if (this.delegate instanceof LifecycleBase) {
|
||||
|
||||
@@ -61,6 +61,7 @@ atomsvc=application/atomsvc+xml
|
||||
atx=application/vnd.antix.game-component
|
||||
au=audio/basic
|
||||
avi=video/x-msvideo
|
||||
avif=image/avif
|
||||
avx=video/x-rad-screenplay
|
||||
aw=application/applixware
|
||||
axa=audio/annodex
|
||||
@@ -387,6 +388,7 @@ jsf=text/plain
|
||||
json=application/json
|
||||
jsonml=application/jsonml+json
|
||||
jspf=text/plain
|
||||
jxl=image/jxl
|
||||
kar=audio/midi
|
||||
karbon=application/vnd.kde.karbon
|
||||
kfo=application/vnd.kde.kformula
|
||||
@@ -429,6 +431,8 @@ m14=application/x-msmediaview
|
||||
m1v=video/mpeg
|
||||
m21=application/mp21
|
||||
m2a=audio/mpeg
|
||||
m2t=video/mp2t
|
||||
m2ts=video/mp2t
|
||||
m2v=video/mpeg
|
||||
m3a=audio/mpeg
|
||||
m3u=audio/x-mpegurl
|
||||
@@ -521,7 +525,7 @@ msh=model/mesh
|
||||
msi=application/x-msdownload
|
||||
msl=application/vnd.mobius.msl
|
||||
msty=application/vnd.muvee.style
|
||||
mts=model/vnd.mts
|
||||
mts=video/mp2t
|
||||
mus=application/vnd.musician
|
||||
musicxml=application/vnd.recordare.musicxml+xml
|
||||
mvb=application/x-msmediaview
|
||||
@@ -838,6 +842,7 @@ tpt=application/vnd.trid.tpt
|
||||
tr=text/troff
|
||||
tra=application/vnd.trueapp
|
||||
trm=application/x-msterminal
|
||||
ts=video/mp2t
|
||||
tsd=application/timestamped-data
|
||||
tsv=text/tab-separated-values
|
||||
ttc=font/collection
|
||||
|
||||
Reference in New Issue
Block a user