Skip to content

Commit 4fd543c

Browse files
committed
CARGO-1652: Tomcat 9.x onwards installed local container maxPartCount support
1 parent d87351d commit 4fd543c

File tree

4 files changed

+58
-3
lines changed

4 files changed

+58
-3
lines changed

cargo/Jetty+12.x.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,6 +1246,13 @@ <h5 id="Jetty12.x-Forinstalledcontainero.c.c.c.jetty.Jetty12xInstalledLocalConta
12461246
</tbody>
12471247
</table>
12481248
</div>
1249+
<div class="confluence-information-macro confluence-information-macro-information conf-macro output-block">
1250+
<p class="title">Jetty modules and EE version</p>
1251+
<span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
1252+
<div class="confluence-information-macro-body">
1253+
<p>Starting from Codehaus Cargo 1.10.25, except when configured explicitly, the EE version for <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#MODULES">JettyPropertySet.MODULES</a></code> will be automatically adjusted based on <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#DEPLOYER_EE_VERSION">JettyPropertySet.DEPLOYER_EE_VERSION</a></code>.</p>
1254+
</div>
1255+
</div>
12491256
<div class="confluence-information-macro confluence-information-macro-information conf-macro output-block">
12501257
<p class="title">Datasource and Resource configuration</p>
12511258
<span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
@@ -1570,6 +1577,13 @@ <h5 id="Jetty12.x-Forembeddedcontainero.c.c.c.jetty.Jetty12xEmbeddedLocalContain
15701577
</tbody>
15711578
</table>
15721579
</div>
1580+
<div class="confluence-information-macro confluence-information-macro-information conf-macro output-block">
1581+
<p class="title">Jetty modules and EE version</p>
1582+
<span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
1583+
<div class="confluence-information-macro-body">
1584+
<p>Starting from Codehaus Cargo 1.10.25, except when configured explicitly, the EE version for <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#MODULES">JettyPropertySet.MODULES</a></code> will be automatically adjusted based on <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#DEPLOYER_EE_VERSION">JettyPropertySet.DEPLOYER_EE_VERSION</a></code>.</p>
1585+
</div>
1586+
</div>
15731587
<div class="confluence-information-macro confluence-information-macro-information conf-macro output-block">
15741588
<p class="title">Jetty 12.x Embedded container and EE versions</p>
15751589
<span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
@@ -1858,6 +1872,13 @@ <h5 id="Jetty12.x-Forinstalledcontainero.c.c.c.jetty.Jetty12xInstalledLocalConta
18581872
</tbody>
18591873
</table>
18601874
</div>
1875+
<div class="confluence-information-macro confluence-information-macro-information conf-macro output-block">
1876+
<p class="title">Jetty modules and EE version</p>
1877+
<span class="aui-icon aui-icon-small aui-iconfont-info confluence-information-macro-icon"> </span>
1878+
<div class="confluence-information-macro-body">
1879+
<p>Starting from Codehaus Cargo 1.10.25, except when configured explicitly, the EE version for <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#MODULES">JettyPropertySet.MODULES</a></code> will be automatically adjusted based on <code><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/jetty/JettyPropertySet.html#DEPLOYER_EE_VERSION">JettyPropertySet.DEPLOYER_EE_VERSION</a></code>.</p>
1880+
</div>
1881+
</div>
18611882
<h3 id="Jetty12.x-TestedOn">Tested On</h3>
18621883
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
18631884
<br>

cargo/Tomcat+10.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2538,7 +2538,7 @@ <h5 id="Tomcat10.x-Forremotecontainero.c.c.c.tomcat.Tomcat10xRemoteContainer">Fo
25382538
<h3 id="Tomcat10.x-TestedOn">Tested On</h3>
25392539
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
25402540
<br>
2541-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.1.47/tomcat-10.1.47.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.1.47/tomcat-10.1.47.zip</a></p>
2541+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.1.48/tomcat-10.1.48.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.1.48/tomcat-10.1.48.zip</a></p>
25422542
<p>Moreover, the below other branch is also tested by the CI system:</p>
25432543
<ul>
25442544
<li><a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.0.27/tomcat-10.0.27.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/10.0.27/tomcat-10.0.27.zip</a></li>

cargo/Tomcat+11.x.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2530,7 +2530,7 @@ <h5 id="Tomcat11.x-Forremotecontainero.c.c.c.tomcat.Tomcat11xRemoteContainer">Fo
25302530
<h3 id="Tomcat11.x-TestedOn">Tested On</h3>
25312531
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
25322532
<br>
2533-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.12/tomcat-11.0.12.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.12/tomcat-11.0.12.zip</a></p>
2533+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.13/tomcat-11.0.13.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/11.0.13/tomcat-11.0.13.zip</a></p>
25342534
</td>
25352535
</tr>
25362536
</tbody>

cargo/Tomcat+9.x.html

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1176,6 +1176,23 @@ <h5 id="Tomcat9.x-Forinstalledcontainero.c.c.c.tomcat.Tomcat9xInstalledLocalCont
11761176
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
11771177
</td>
11781178
</tr>
1179+
<tr>
1180+
<td class="confluenceTd">
1181+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1182+
</td>
1183+
<td class="confluenceTd">
1184+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1185+
</td>
1186+
<td class="confluenceTd">
1187+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1188+
</td>
1189+
<td class="confluenceTd">
1190+
<p>N/A</p>
1191+
</td>
1192+
<td class="confluenceTd">
1193+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1194+
</td>
1195+
</tr>
11791196
<tr>
11801197
<td class="confluenceTd">
11811198
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>
@@ -1675,6 +1692,23 @@ <h5 id="Tomcat9.x-Forembeddedcontainero.c.c.c.tomcat.Tomcat9xEmbeddedLocalContai
16751692
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_HTTP_HEADER_SIZE"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
16761693
</td>
16771694
</tr>
1695+
<tr>
1696+
<td class="confluenceTd">
1697+
<p><a href="Configuration+properties.html">cargo.tomcat.connector.maxPartCount</a></p>
1698+
</td>
1699+
<td class="confluenceTd">
1700+
<p><a href="Configuration+properties.html">TomcatPropertySet.CONNECTOR_MAX_PART_COUNT</a></p>
1701+
</td>
1702+
<td class="confluenceTd">
1703+
<p><img class="emoticon emoticon-tick" src="attachments/check.png" width="16" height="16" alt="(tick)"></p>
1704+
</td>
1705+
<td class="confluenceTd">
1706+
<p>N/A</p>
1707+
</td>
1708+
<td class="confluenceTd">
1709+
<p><a href="https://codehaus-cargo.github.io/apidocs/org/codehaus/cargo/container/tomcat/TomcatPropertySet.html#CONNECTOR_MAX_PART_COUNT"><img class="emoticon emoticon-green-star" src="attachments/star_green.png" width="16" height="16" alt="(green star)"></a></p>
1710+
</td>
1711+
</tr>
16781712
<tr>
16791713
<td class="confluenceTd">
16801714
<p><a href="Configuration+properties.html">cargo.tomcat.connector.protocolClass</a></p>
@@ -2429,7 +2463,7 @@ <h5 id="Tomcat9.x-Forremotecontainero.c.c.c.tomcat.Tomcat9xRemoteContainer">For
24292463
<h3 id="Tomcat9.x-TestedOn">Tested On</h3>
24302464
<p>This container is automatically tested by the <a href="https://codehaus-cargo.semaphoreci.com/projects/cargo">Continous Integration (CI) system</a> every time there is a code change.
24312465
<br>
2432-
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.110/tomcat-9.0.110.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.110/tomcat-9.0.110.zip</a></p>
2466+
The server used for tests is downloaded from: <a href="https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.111/tomcat-9.0.111.zip">https://repo.maven.apache.org/maven2/org/apache/tomcat/tomcat/9.0.111/tomcat-9.0.111.zip</a></p>
24332467
</td>
24342468
</tr>
24352469
</tbody>

0 commit comments

Comments
 (0)