Skip to content

Commit

Permalink
代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Nov 7, 2024
1 parent 04351fd commit aa72515
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions tck/src/test/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,34 +28,34 @@
</configuration>
</container>

<!-- <container qualifier="https">-->
<!-- <configuration>-->
<!-- <property name="bindHttpPort">8081</property>-->
<!-- &lt;!&ndash; <property name="requestCookieCompliance">RFC2965</property>&ndash;&gt;-->
<!-- <property name="requestCookieCompliance">RFC6265</property>-->
<!-- &lt;!&ndash; <property name="responseCookieCompliance">RFC2965</property>&ndash;&gt;-->
<!-- <property name="responseCookieCompliance">RFC6265</property>-->
<!-- <property name="realmProperties">src/test/resources/default.properties</property>-->
<!-- <property name="useArchiveNameAsContext">true</property>-->
<!-- <property name="inferredEncodings">-->
<!-- text/html iso-8859-1-->
<!-- </property>-->
<!-- <property name="ssl">true</property>-->
<!-- <property name="keystorePath">target/test-classes/certificates/clientcert.jks</property>-->
<!-- <property name="trustStorePath">target/cacerts.jks</property>-->
<!-- <property name="keystorePassword">OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0</property>-->
<!-- <property name="trustStorePassword">OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0</property>-->
<!-- <property name="needClientAuth">true</property>-->
<!-- <property name="sniRequired">false</property>-->
<!-- <property name="sniHostCheck">false</property>-->
<!-- <property name="h2cEnabled">true</property>-->
<!-- <property name="relativeRedirectAllowed">false</property>-->
<!-- <property name="httpConfigurationProperties">-->
<!-- relativeRedirectAllowed false-->
<!-- </property>-->
<!-- <property name="crossContextDispatchSupported">true</property>-->
<!-- </configuration>-->
<!-- </container>-->
<container qualifier="https">
<configuration>
<property name="bindHttpPort">8081</property>
<!-- <property name="requestCookieCompliance">RFC2965</property>-->
<property name="requestCookieCompliance">RFC6265</property>
<!-- <property name="responseCookieCompliance">RFC2965</property>-->
<property name="responseCookieCompliance">RFC6265</property>
<property name="realmProperties">src/test/resources/default.properties</property>
<property name="useArchiveNameAsContext">true</property>
<property name="inferredEncodings">
text/html iso-8859-1
</property>
<property name="ssl">true</property>
<property name="keystorePath">target/test-classes/certificates/clientcert.jks</property>
<property name="trustStorePath">target/cacerts.jks</property>
<property name="keystorePassword">OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0</property>
<property name="trustStorePassword">OBF:1vn21ugu1saj1v9i1v941sar1ugw1vo0</property>
<property name="needClientAuth">true</property>
<property name="sniRequired">false</property>
<property name="sniHostCheck">false</property>
<property name="h2cEnabled">true</property>
<property name="relativeRedirectAllowed">false</property>
<property name="httpConfigurationProperties">
relativeRedirectAllowed false
</property>
<property name="crossContextDispatchSupported">true</property>
</configuration>
</container>
</group>

</arquillian>

0 comments on commit aa72515

Please sign in to comment.