We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6690c79 commit fb2a32bCopy full SHA for fb2a32b
spring-cloud-gateway-server-mvc/pom.xml
@@ -146,4 +146,19 @@
146
<scope>test</scope>
147
</dependency>
148
</dependencies>
149
+
150
+ <build>
151
+ <plugins>
152
+ <plugin>
153
+ <groupId>org.apache.maven.plugins</groupId>
154
+ <artifactId>maven-surefire-plugin</artifactId>
155
+ <configuration>
156
+ <systemPropertyVariables>
157
+ <!-- TODO: github actions fails with restricted header host -->
158
+ <jdk.httpclient.allowRestrictedHeaders>host</jdk.httpclient.allowRestrictedHeaders>
159
+ </systemPropertyVariables>
160
+ </configuration>
161
+ </plugin>
162
+ </plugins>
163
+ </build>
164
</project>
0 commit comments