Skip to content

Commit

Permalink
add crossContextDispatchSupported
Browse files Browse the repository at this point in the history
Signed-off-by: Olivier Lamy <[email protected]>
  • Loading branch information
olamy committed Mar 13, 2024
1 parent 0dfad6a commit 21f1ba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slf4j.version>2.0.9</slf4j.version>
<arquillian.jetty.version>2.0.1.Final-SNAPSHOT</arquillian.jetty.version>
<arquillian.jetty.artifactId>arquillian-jetty-embedded-12-ee10</arquillian.jetty.artifactId>
<jetty.version>12.0.6-SNAPSHOT</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<jetty.version>12.0.7-SNAPSHOT</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<surefire.version>3.2.5</surefire.version>
<jakarta.tck.version>6.1.0-SNAPSHOT</jakarta.tck.version>
<servlet.api.version>6.0.0</servlet.api.version>
Expand Down
4 changes: 3 additions & 1 deletion src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
<property name="httpConfigurationProperties">
relativeRedirectAllowed false
</property>
<property name="crossContextDispatchSupported">true</property>
</configuration>
</container>

Expand All @@ -50,9 +51,10 @@
<property name="sniHostCheck">false</property>
<property name="h2cEnabled">true</property>
<property name="relativeRedirectAllowed">false</property>
<property name="HttpConfiguration">
<property name="httpConfigurationProperties">
relativeRedirectAllowed false
</property>
<property name="crossContextDispatchSupported">true</property>
</configuration>
</container>
</group>
Expand Down

0 comments on commit 21f1ba5

Please sign in to comment.