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
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
21
21
snakeYamlVersion =2.4
22
22
springFrameworkVersion =7.0.0-SNAPSHOT
23
23
springFramework60xVersion =6.0.23
24
- tomcatVersion =11.0.6
24
+ tomcatVersion =11.0.7
25
25
26
26
kotlin.stdlib.default.dependency =false
Original file line number Diff line number Diff line change @@ -969,6 +969,16 @@ public void gc() {
969
969
this .delegate .gc ();
970
970
}
971
971
972
+ @ Override
973
+ public void setAllowLinking (boolean allowLinking ) {
974
+ this .delegate .setAllowLinking (allowLinking );
975
+ }
976
+
977
+ @ Override
978
+ public boolean getAllowLinking () {
979
+ return this .delegate .getAllowLinking ();
980
+ }
981
+
972
982
@ Override
973
983
protected void initInternal () throws LifecycleException {
974
984
if (this .delegate instanceof LifecycleBase ) {
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ atomsvc=application/atomsvc+xml
61
61
atx =application/vnd.antix.game-component
62
62
au =audio/basic
63
63
avi =video/x-msvideo
64
+ avif =image/avif
64
65
avx =video/x-rad-screenplay
65
66
aw =application/applixware
66
67
axa =audio/annodex
@@ -387,6 +388,7 @@ jsf=text/plain
387
388
json =application/json
388
389
jsonml =application/jsonml+json
389
390
jspf =text/plain
391
+ jxl =image/jxl
390
392
kar =audio/midi
391
393
karbon =application/vnd.kde.karbon
392
394
kfo =application/vnd.kde.kformula
@@ -429,6 +431,8 @@ m14=application/x-msmediaview
429
431
m1v =video/mpeg
430
432
m21 =application/mp21
431
433
m2a =audio/mpeg
434
+ m2t =video/mp2t
435
+ m2ts =video/mp2t
432
436
m2v =video/mpeg
433
437
m3a =audio/mpeg
434
438
m3u =audio/x-mpegurl
@@ -521,7 +525,7 @@ msh=model/mesh
521
525
msi =application/x-msdownload
522
526
msl =application/vnd.mobius.msl
523
527
msty =application/vnd.muvee.style
524
- mts =model/vnd.mts
528
+ mts =video/mp2t
525
529
mus =application/vnd.musician
526
530
musicxml =application/vnd.recordare.musicxml+xml
527
531
mvb =application/x-msmediaview
@@ -838,6 +842,7 @@ tpt=application/vnd.trid.tpt
838
842
tr =text/troff
839
843
tra =application/vnd.trueapp
840
844
trm =application/x-msterminal
845
+ ts =video/mp2t
841
846
tsd =application/timestamped-data
842
847
tsv =text/tab-separated-values
843
848
ttc =font/collection
You can’t perform that action at this time.
0 commit comments