From 157c28bcec7fac4a7b8ffa21dffe7aa3417309bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deleuze?= Date: Wed, 21 Sep 2022 16:45:10 +0200 Subject: [PATCH] Enable HTTP and HTTPS on native in spring-web module Closes gh-29185 --- .../org.springframework/spring-web/native-image.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties diff --git a/spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties b/spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties new file mode 100644 index 0000000000..c53eebbb54 --- /dev/null +++ b/spring-web/src/main/resources/META-INF/native-image/org.springframework/spring-web/native-image.properties @@ -0,0 +1 @@ +Args = --enable-http --enable-https