Skip to content

Commit c1b4964

Browse files
committed
ZOOKEEPER-2489: Upgrade Jetty dependency to a recent stable release version. (Edward Ribeiro via phunt)
git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1757584 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5455d76 commit c1b4964

21 files changed

+56
-20
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,9 @@ IMPROVEMENTS:
485485
ZOOKEEPER-2505: Use shared library instead of static library in C
486486
client unit test (Michael Han via phunt)
487487

488+
ZOOKEEPER-2489: Upgrade Jetty dependency to a recent stable release
489+
version. (Edward Ribeiro via phunt)
490+
488491
Release 3.5.0 - 8/4/2014
489492

490493
NEW FEATURES:

docs/index.pdf

0 Bytes
Binary file not shown.

docs/javaExample.pdf

0 Bytes
Binary file not shown.

docs/linkmap.pdf

0 Bytes
Binary file not shown.

docs/recipes.pdf

0 Bytes
Binary file not shown.

docs/zookeeperAdmin.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1866,6 +1866,17 @@ <h4>AdminServer configuration</h4>
18661866
<p>The port the embedded Jetty server listens on. Defaults to 8080.</p>
18671867
</dd>
18681868

1869+
1870+
<dt>
1871+
<term>admin.idleTimeout</term>
1872+
</dt>
1873+
<dd>
1874+
<p>(Java system property: <strong>zookeeper.admin.idleTimeout</strong>)</p>
1875+
<p>Set the maximum idle time in milliseconds that a connection can wait
1876+
before sending or receiving data. Defaults to 30000 ms.</p>
1877+
</dd>
1878+
1879+
18691880

18701881
<dt>
18711882
<term>admin.commandURL</term>

docs/zookeeperAdmin.pdf

127 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/zookeeperInternals.pdf

0 Bytes
Binary file not shown.

docs/zookeeperJMX.pdf

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)