Jetty 9.1.0 -> 9.1.1

Project: http://git-wip-us.apache.org/repos/asf/incubator-wave/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-wave/commit/2e979b63
Tree: http://git-wip-us.apache.org/repos/asf/incubator-wave/tree/2e979b63
Diff: http://git-wip-us.apache.org/repos/asf/incubator-wave/diff/2e979b63

Branch: refs/heads/master
Commit: 2e979b6390ca52174e3328b1856050fd48421e2b
Parents: d8f460c
Author: Andrew Kaplanov <[email protected]>
Authored: Tue Jan 14 00:16:20 2014 +0600
Committer: Andrew Kaplanov <[email protected]>
Committed: Tue Jan 14 00:16:20 2014 +0600

----------------------------------------------------------------------
 .../box/server/rpc/ServerRpcProvider.java         |   1 +
 .../jetty/jetty-annotations-9.1.0.v20131115.jar   | Bin 77147 -> 0 bytes
 .../jetty/jetty-annotations-9.1.1.v20140108.jar   | Bin 0 -> 78999 bytes
 .../jetty/jetty-client-9.1.0.v20131115.jar        | Bin 204066 -> 0 bytes
 .../jetty/jetty-client-9.1.1.v20140108.jar        | Bin 0 -> 208405 bytes
 .../jetty/jetty-continuation-9.1.0.v20131115.jar  | Bin 15989 -> 0 bytes
 .../jetty/jetty-continuation-9.1.1.v20140108.jar  | Bin 0 -> 15988 bytes
 .../runtime/jetty/jetty-http-9.1.0.v20131115.jar  | Bin 102510 -> 0 bytes
 .../runtime/jetty/jetty-http-9.1.1.v20140108.jar  | Bin 0 -> 103252 bytes
 .../runtime/jetty/jetty-io-9.1.0.v20131115.jar    | Bin 98075 -> 0 bytes
 .../runtime/jetty/jetty-io-9.1.1.v20140108.jar    | Bin 0 -> 100227 bytes
 .../runtime/jetty/jetty-proxy-9.1.0.v20131115.jar | Bin 39232 -> 0 bytes
 .../runtime/jetty/jetty-proxy-9.1.1.v20140108.jar | Bin 0 -> 39230 bytes
 .../jetty/jetty-security-9.1.0.v20131115.jar      | Bin 95821 -> 0 bytes
 .../jetty/jetty-security-9.1.1.v20140108.jar      | Bin 0 -> 95887 bytes
 .../jetty/jetty-server-9.1.0.v20131115.jar        | Bin 387030 -> 0 bytes
 .../jetty/jetty-server-9.1.1.v20140108.jar        | Bin 0 -> 399677 bytes
 .../jetty/jetty-servlet-9.1.0.v20131115.jar       | Bin 106855 -> 0 bytes
 .../jetty/jetty-servlet-9.1.1.v20140108.jar       | Bin 0 -> 110637 bytes
 .../jetty/jetty-servlets-9.1.0.v20131115.jar      | Bin 100328 -> 0 bytes
 .../jetty/jetty-servlets-9.1.1.v20140108.jar      | Bin 0 -> 118859 bytes
 .../runtime/jetty/jetty-util-9.1.0.v20131115.jar  | Bin 328644 -> 0 bytes
 .../runtime/jetty/jetty-util-9.1.1.v20140108.jar  | Bin 0 -> 333974 bytes
 .../jetty/jetty-webapp-9.1.0.v20131115.jar        | Bin 110889 -> 0 bytes
 .../jetty/jetty-webapp-9.1.1.v20140108.jar        | Bin 0 -> 111466 bytes
 .../runtime/jetty/jetty-xml-9.1.0.v20131115.jar   | Bin 41766 -> 0 bytes
 .../runtime/jetty/jetty-xml-9.1.1.v20140108.jar   | Bin 0 -> 41763 bytes
 .../jetty/websocket-api-9.1.0.v20131115.jar       | Bin 44023 -> 0 bytes
 .../jetty/websocket-api-9.1.1.v20140108.jar       | Bin 0 -> 42784 bytes
 .../jetty/websocket-client-9.1.0.v20131115.jar    | Bin 34370 -> 0 bytes
 .../jetty/websocket-client-9.1.1.v20140108.jar    | Bin 0 -> 35071 bytes
 .../jetty/websocket-common-9.1.0.v20131115.jar    | Bin 149436 -> 0 bytes
 .../jetty/websocket-common-9.1.1.v20140108.jar    | Bin 0 -> 154185 bytes
 .../jetty/websocket-server-9.1.0.v20131115.jar    | Bin 36498 -> 0 bytes
 .../jetty/websocket-server-9.1.1.v20140108.jar    | Bin 0 -> 36960 bytes
 .../jetty/websocket-servlet-9.1.0.v20131115.jar   | Bin 12819 -> 0 bytes
 .../jetty/websocket-servlet-9.1.1.v20140108.jar   | Bin 0 -> 14401 bytes
 37 files changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/src/org/waveprotocol/box/server/rpc/ServerRpcProvider.java
----------------------------------------------------------------------
diff --git a/src/org/waveprotocol/box/server/rpc/ServerRpcProvider.java 
b/src/org/waveprotocol/box/server/rpc/ServerRpcProvider.java
index ff71654..1226701 100755
--- a/src/org/waveprotocol/box/server/rpc/ServerRpcProvider.java
+++ b/src/org/waveprotocol/box/server/rpc/ServerRpcProvider.java
@@ -581,6 +581,7 @@ public class ServerRpcProvider {
       this.websocketMaxMessageSize = websocketMaxMessageSize;
     }
 
+    @SuppressWarnings("cast")
     @Override
     public void configure(WebSocketServletFactory factory) {
       if (websocketMaxIdleTime != 0) {

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-annotations-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-annotations-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-annotations-9.1.0.v20131115.jar
deleted file mode 100644
index 11860c2..0000000
Binary files a/third_party/runtime/jetty/jetty-annotations-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-annotations-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-annotations-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-annotations-9.1.1.v20140108.jar
new file mode 100644
index 0000000..5e4ddf4
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-annotations-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-client-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-client-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-client-9.1.0.v20131115.jar
deleted file mode 100644
index 8706fce..0000000
Binary files a/third_party/runtime/jetty/jetty-client-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-client-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-client-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-client-9.1.1.v20140108.jar
new file mode 100644
index 0000000..3505951
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-client-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-continuation-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-continuation-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-continuation-9.1.0.v20131115.jar
deleted file mode 100644
index 019b1a5..0000000
Binary files a/third_party/runtime/jetty/jetty-continuation-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-continuation-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-continuation-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-continuation-9.1.1.v20140108.jar
new file mode 100644
index 0000000..a07297b
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-continuation-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-http-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-http-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-http-9.1.0.v20131115.jar
deleted file mode 100644
index 600d064..0000000
Binary files a/third_party/runtime/jetty/jetty-http-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-http-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-http-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-http-9.1.1.v20140108.jar
new file mode 100644
index 0000000..579195a
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-http-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-io-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-io-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-io-9.1.0.v20131115.jar
deleted file mode 100644
index 1049cb1..0000000
Binary files a/third_party/runtime/jetty/jetty-io-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-io-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-io-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-io-9.1.1.v20140108.jar
new file mode 100644
index 0000000..c7d5ec8
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-io-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-proxy-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-proxy-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-proxy-9.1.0.v20131115.jar
deleted file mode 100644
index d734aa1..0000000
Binary files a/third_party/runtime/jetty/jetty-proxy-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-proxy-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-proxy-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-proxy-9.1.1.v20140108.jar
new file mode 100644
index 0000000..b98eba6
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-proxy-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-security-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-security-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-security-9.1.0.v20131115.jar
deleted file mode 100644
index 2b0ba3d..0000000
Binary files a/third_party/runtime/jetty/jetty-security-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-security-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-security-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-security-9.1.1.v20140108.jar
new file mode 100644
index 0000000..52cf0c6
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-security-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-server-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-server-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-server-9.1.0.v20131115.jar
deleted file mode 100644
index 159c698..0000000
Binary files a/third_party/runtime/jetty/jetty-server-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-server-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-server-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-server-9.1.1.v20140108.jar
new file mode 100644
index 0000000..b3f3ab7
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-server-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-servlet-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-servlet-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-servlet-9.1.0.v20131115.jar
deleted file mode 100644
index 31c23f5..0000000
Binary files a/third_party/runtime/jetty/jetty-servlet-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-servlet-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-servlet-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-servlet-9.1.1.v20140108.jar
new file mode 100644
index 0000000..b701885
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-servlet-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-servlets-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-servlets-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-servlets-9.1.0.v20131115.jar
deleted file mode 100644
index 7122df2..0000000
Binary files a/third_party/runtime/jetty/jetty-servlets-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-servlets-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-servlets-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-servlets-9.1.1.v20140108.jar
new file mode 100644
index 0000000..9c12537
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-servlets-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-util-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-util-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-util-9.1.0.v20131115.jar
deleted file mode 100644
index 36382b2..0000000
Binary files a/third_party/runtime/jetty/jetty-util-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-util-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-util-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-util-9.1.1.v20140108.jar
new file mode 100644
index 0000000..91db085
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-util-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-webapp-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-webapp-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-webapp-9.1.0.v20131115.jar
deleted file mode 100644
index 0098ec8..0000000
Binary files a/third_party/runtime/jetty/jetty-webapp-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-webapp-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-webapp-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-webapp-9.1.1.v20140108.jar
new file mode 100644
index 0000000..4fda59c
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-webapp-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-xml-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-xml-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/jetty-xml-9.1.0.v20131115.jar
deleted file mode 100644
index ba86703..0000000
Binary files a/third_party/runtime/jetty/jetty-xml-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/jetty-xml-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/jetty-xml-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/jetty-xml-9.1.1.v20140108.jar
new file mode 100644
index 0000000..fb0f73e
Binary files /dev/null and 
b/third_party/runtime/jetty/jetty-xml-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-api-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-api-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/websocket-api-9.1.0.v20131115.jar
deleted file mode 100644
index 350484c..0000000
Binary files a/third_party/runtime/jetty/websocket-api-9.1.0.v20131115.jar and 
/dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-api-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-api-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/websocket-api-9.1.1.v20140108.jar
new file mode 100644
index 0000000..a6be3f7
Binary files /dev/null and 
b/third_party/runtime/jetty/websocket-api-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-client-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-client-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/websocket-client-9.1.0.v20131115.jar
deleted file mode 100644
index 9470642..0000000
Binary files a/third_party/runtime/jetty/websocket-client-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-client-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-client-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/websocket-client-9.1.1.v20140108.jar
new file mode 100644
index 0000000..e0ce159
Binary files /dev/null and 
b/third_party/runtime/jetty/websocket-client-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-common-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-common-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/websocket-common-9.1.0.v20131115.jar
deleted file mode 100644
index 8da2059..0000000
Binary files a/third_party/runtime/jetty/websocket-common-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-common-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-common-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/websocket-common-9.1.1.v20140108.jar
new file mode 100644
index 0000000..280db8b
Binary files /dev/null and 
b/third_party/runtime/jetty/websocket-common-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-server-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-server-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/websocket-server-9.1.0.v20131115.jar
deleted file mode 100644
index 1d74cbe..0000000
Binary files a/third_party/runtime/jetty/websocket-server-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-server-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-server-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/websocket-server-9.1.1.v20140108.jar
new file mode 100644
index 0000000..4a18782
Binary files /dev/null and 
b/third_party/runtime/jetty/websocket-server-9.1.1.v20140108.jar differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-servlet-9.1.0.v20131115.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-servlet-9.1.0.v20131115.jar 
b/third_party/runtime/jetty/websocket-servlet-9.1.0.v20131115.jar
deleted file mode 100644
index c168b34..0000000
Binary files a/third_party/runtime/jetty/websocket-servlet-9.1.0.v20131115.jar 
and /dev/null differ

http://git-wip-us.apache.org/repos/asf/incubator-wave/blob/2e979b63/third_party/runtime/jetty/websocket-servlet-9.1.1.v20140108.jar
----------------------------------------------------------------------
diff --git a/third_party/runtime/jetty/websocket-servlet-9.1.1.v20140108.jar 
b/third_party/runtime/jetty/websocket-servlet-9.1.1.v20140108.jar
new file mode 100644
index 0000000..40fbfd2
Binary files /dev/null and 
b/third_party/runtime/jetty/websocket-servlet-9.1.1.v20140108.jar differ

Reply via email to