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