Skip to content

Commit d2397bd

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-31188
2 parents f160185 + 83e8c03 commit d2397bd

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/web/server/MimeMappings.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ public final class MimeMappings implements Iterable<MimeMappings.Mapping> {
203203
mappings.add("xul", "application/vnd.mozilla.xul+xml");
204204
mappings.add("xwd", "image/x-xwindowdump");
205205
mappings.add("vsd", "application/vnd.visio");
206+
mappings.add("wasm", "application/wasm");
206207
mappings.add("wav", "audio/x-wav");
207208
mappings.add("wbmp", "image/vnd.wap.wbmp");
208209
mappings.add("wml", "text/vnd.wap.wml");

0 commit comments

Comments
 (0)