450484 - Missing parameterization of etc/jetty-http[s].xml.

This commit is contained in:
Simone Bordet 2014-11-07 11:56:31 +01:00
parent 04e948bf3c
commit 9320e9e24a
2 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@
<Set name="soLingerTime"><Property name="http.soLingerTime" default="-1"/></Set>
<Set name="acceptorPriorityDelta"><Property name="http.acceptorPriorityDelta" default="0"/></Set>
<Set name="selectorPriorityDelta"><Property name="http.selectorPriorityDelta" default="0"/></Set>
<Set name="acceptQueueSize"><Property name="http.acceptQueueSize" default="0"/></Set>
</New>
</Arg>
</Call>

View File

@ -46,6 +46,7 @@
<Set name="soLingerTime"><Property name="https.soLingerTime" default="-1"/></Set>
<Set name="acceptorPriorityDelta"><Property name="ssl.acceptorPriorityDelta" default="0"/></Set>
<Set name="selectorPriorityDelta"><Property name="ssl.selectorPriorityDelta" default="0"/></Set>
<Set name="acceptQueueSize"><Property name="https.acceptQueueSize" default="0"/></Set>
</New>
</Arg>
</Call>