File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed
spring-boot-project/spring-boot/src/main
java/org/springframework/boot/web/embedded/tomcat
resources/org/springframework/boot/web/server Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,6 @@ nativeBuildToolsVersion=0.10.6
2121snakeYamlVersion =2.2
2222springFrameworkVersion =6.1.20-SNAPSHOT
2323springFramework60xVersion =6.0.23
24- tomcatVersion =10.1.40
24+ tomcatVersion =10.1.41
2525
2626kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -963,6 +963,16 @@ public void gc() {
963963 this .delegate .gc ();
964964 }
965965
966+ @ Override
967+ public void setAllowLinking (boolean allowLinking ) {
968+ this .delegate .setAllowLinking (allowLinking );
969+ }
970+
971+ @ Override
972+ public boolean getAllowLinking () {
973+ return this .delegate .getAllowLinking ();
974+ }
975+
966976 @ Override
967977 protected void initInternal () throws LifecycleException {
968978 if (this .delegate instanceof LifecycleBase ) {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ atomsvc=application/atomsvc+xml
6161atx =application/vnd.antix.game-component
6262au =audio/basic
6363avi =video/x-msvideo
64+ avif =image/avif
6465avx =video/x-rad-screenplay
6566aw =application/applixware
6667axa =audio/annodex
@@ -387,6 +388,7 @@ jsf=text/plain
387388json =application/json
388389jsonml =application/jsonml+json
389390jspf =text/plain
391+ jxl =image/jxl
390392kar =audio/midi
391393karbon =application/vnd.kde.karbon
392394kfo =application/vnd.kde.kformula
@@ -429,6 +431,8 @@ m14=application/x-msmediaview
429431m1v =video/mpeg
430432m21 =application/mp21
431433m2a =audio/mpeg
434+ m2t =video/mp2t
435+ m2ts =video/mp2t
432436m2v =video/mpeg
433437m3a =audio/mpeg
434438m3u =audio/x-mpegurl
@@ -521,7 +525,7 @@ msh=model/mesh
521525msi =application/x-msdownload
522526msl =application/vnd.mobius.msl
523527msty =application/vnd.muvee.style
524- mts =model/vnd.mts
528+ mts =video/mp2t
525529mus =application/vnd.musician
526530musicxml =application/vnd.recordare.musicxml+xml
527531mvb =application/x-msmediaview
@@ -838,6 +842,7 @@ tpt=application/vnd.trid.tpt
838842tr =text/troff
839843tra =application/vnd.trueapp
840844trm =application/x-msterminal
845+ ts =video/mp2t
841846tsd =application/timestamped-data
842847tsv =text/tab-separated-values
843848ttc =font/collection
You can’t perform that action at this time.
0 commit comments