Skip to content

Commit 463aff1

Browse files
committed
Revert "Bump the version of webbit to 0.4.15"
This reverts commit 41b8f05. Version 0.4.15 has an issue webbit/webbit#134 that causes some selenium tests to fail, in particular ReferrerTest is broken.
1 parent 855c835 commit 463aff1

File tree

9 files changed

+8
-7
lines changed

9 files changed

+8
-7
lines changed

Diff for: .idea/libraries/webbit.xml

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

Diff for: 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.11.0.jar" sourcepath="/third-party/java/xml/xercesImpl-2.11.0-sources.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.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.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"/>
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"/>

Diff for: 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, Long.MAX_VALUE);
48+
super(request, response, control);
4949
}
5050

5151
@Override

Diff for: java/server/.classpath

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<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"/>
2020
<classpathentry kind="lib" path="/third-party/java/yaml/snakeyaml-1.8.jar"/>
2121
<classpathentry kind="lib" path="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48.jar" sourcepath="/third-party/java/bouncycastle/bcpkix-jdk15on-1.48-sources.jar"/>
22-
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.15.jar" sourcepath="/third-party/java/webbit/webbit-0.4.15-sources.jar"/>
22+
<classpathentry kind="lib" path="/third-party/java/webbit/webbit-0.4.14.jar" sourcepath="/third-party/java/webbit/webbit-0.4.14-src.jar"/>
2323
<classpathentry kind="lib" path="/third-party/java/netty/netty-3.5.7.Final.jar"/>
2424
<classpathentry kind="lib" path="/third-party/java/guava-libraries/guava-15.0.jar" sourcepath="/third-party/java/guava-libraries/guava-15.0-sources.jar"/>
2525
<classpathentry kind="lib" path="/third-party/java/mockito/mockito-core-1.9.5.jar"/>

Diff for: 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.15</version>
207+
<version>0.4.14</version>
208208
</dependency>
209209
</dependencies>
210210
</dependencyManagement>

Diff for: third_party/java/webbit/README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Snapshot compiled from https://github.com/illicitonion/webbit at commit 8d783387ce

Diff for: 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.15.jar",
4+
"webbit-0.4.14.jar",
55
"//third_party/java/netty",
66
])
77

0 commit comments

Comments
 (0)