Skip to content

Commit 41b8f05

Browse files
committed
Bump the version of webbit to 0.4.15
1 parent 698bcde commit 41b8f05

File tree

9 files changed

+7
-8
lines changed

9 files changed

+7
-8
lines changed

.idea/libraries/webbit.xml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

java/client/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<classpathentry kind="lib" path="/third-party/java/xml/xercesImpl-2.10.0.jar"/>
3333
<classpathentry kind="lib" path="/third-party/java/xml/xalan-2.7.1.jar"/>
3434
<classpathentry kind="lib" path="/third-party/java/commons-fileupload/commons-fileupload-1.2.2.jar" sourcepath="/third-party/java/commons-fileupload/commons-fileupload-1.2.2-src.jar"/>
35-
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
35+
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.jar"/>
3636
<classpathentry kind="lib" path="/third-party/java/little_proxy/littleproxy-0.5.3.jar" sourcepath="/third-party/java/little_proxy/littleproxy-0.5.3-sources.jar"/>
3737
<classpathentry kind="lib" path="/third-party/java/nekohtml/nekohtml-1.9.21.jar"/>
3838
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>

java/client/test/org/openqa/selenium/environment/webserver/PathAugmentingStaticFileHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ protected class PathAugmentingFileWorker extends FileWorker {
4545
private PathAugmentingFileWorker(HttpRequest request,
4646
HttpResponse response,
4747
HttpControl control) {
48-
super(request, response, control);
48+
super(request, response, control, Long.MAX_VALUE);
4949
}
5050

5151
@Override

java/server/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<classpathentry kind="lib" path="/third-party/java/jcip_annotations/jcip-annotations-1.0.jar" sourcepath="/third-party/java/jcip_annotations/jcip-annotations-1.0-sources.jar"/>
1919
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.8.jar"/>
2020
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
21-
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
21+
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.jar"/>
2222
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-15.0.jar" sourcepath="/third-party/java/guava-libraries/guava-15.0-sources.jar"/>
2424
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>

maven/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
<dependency>
205205
<groupId>org.webbitserver</groupId>
206206
<artifactId>webbit</artifactId>
207-
<version>0.4.14</version>
207+
<version>0.4.15</version>
208208
</dependency>
209209
</dependencies>
210210
</dependencyManagement>

third_party/java/webbit/README

-1
This file was deleted.

third_party/java/webbit/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
java_library(name = "webbit",
33
deps = [
4-
"webbit-0.4.14.jar",
4+
"webbit-0.4.15.jar",
55
"//third_party/java/netty",
66
])
77

0 commit comments

Comments
 (0)