/hg/icedtea-web: Add SOPBypassSigned reproducer
aazores at icedtea.classpath.org
aazores at icedtea.classpath.org
Thu Sep 10 21:55:15 UTC 2015
changeset 64e6984b7165 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=64e6984b7165
author: Andrew Azores <aazores at redhat.com>
date: Thu Sep 10 17:41:36 2015 -0400
Add SOPBypassSigned reproducer
Add new signed version of SOPBypass reproducers, add privilege level check
to existing unsigned SOPBypass
* tests/reproducers/signed/SOPBypassSigned/resources/SOPBypassSigned.html:
new signed SOPBypass tests
* tests/reproducers/signed/SOPBypassSigned/resources/SOPBypassSigned.jnlp:
same
* tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java: same
* tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedHtmlAppletTest.java:
same
* tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedJnlpAppletTest.java:
same
* tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedJnlpAppletTestWithHtmlSwitch.java:
same
* tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedUtil.java:
same
* tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java: add check for
privilege level
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java:
same
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java:
same
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java:
same
* tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java: same
diffstat:
ChangeLog | 27 +
tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java | 160 ++++++
tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.html | 49 +
tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.jnlp | 62 ++
tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java | 38 +-
tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java | 29 +-
tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java | 29 +-
tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java | 29 +-
tests/reproducers/simple/SOPBypass/testcases/SOPBypassSignedHtmlAppletTest.java | 256 ++++++++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassSignedJnlpAppletTest.java | 239 +++++++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassSignedJnlpAppletTestWithHtmlSwitch.java | 237 +++++++++
tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java | 57 +-
12 files changed, 1142 insertions(+), 70 deletions(-)
diffs (truncated from 1686 to 500 lines):
diff -r 3b61ee8ddadc -r 64e6984b7165 ChangeLog
--- a/ChangeLog Thu Sep 10 17:34:11 2015 +0200
+++ b/ChangeLog Thu Sep 10 17:41:36 2015 -0400
@@ -1,3 +1,30 @@
+2015-09-10 Andrew Azores <aazores at redhat.com>
+
+ Add new signed version of SOPBypass reproducers, add privilege level check
+ to existing unsigned SOPBypass
+ * tests/reproducers/signed/SOPBypassSigned/resources/SOPBypassSigned.html:
+ new signed SOPBypass tests
+ * tests/reproducers/signed/SOPBypassSigned/resources/SOPBypassSigned.jnlp:
+ same
+ * tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java: same
+ * tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedHtmlAppletTest.java:
+ same
+ * tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedJnlpAppletTest.java:
+ same
+ * tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedJnlpAppletTestWithHtmlSwitch.java:
+ same
+ * tests/reproducers/signed/SOPBypassSigned/testcases/SOPBypassSignedUtil.java:
+ same
+ * tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java: add check for
+ privilege level
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java:
+ same
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTest.java:
+ same
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassJnlpAppletTestWithHtmlSwitch.java:
+ same
+ * tests/reproducers/simple/SOPBypass/testcases/SOPBypassUtil.java: same
+
2015-09-10 Jiri Vanek <jvanek at redhat.com>
* tests/netx/unit/net/sourceforge/jnlp/security/dialogs/apptrustwarningpanel/AppTrustWarningPanelTest.java:
diff -r 3b61ee8ddadc -r 64e6984b7165 tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/signed/SOPBypassSigned/srcs/SOPBypassSigned.java Thu Sep 10 17:41:36 2015 -0400
@@ -0,0 +1,160 @@
+/* SOPBypass.java
+Copyright (C) 2015 Red Hat, Inc.
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or
+modify it under the terms of the GNU General Public License as published by
+the Free Software Foundation, version 2.
+
+IcedTea is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to
+the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+ */
+
+import java.applet.Applet;
+import java.io.PrintWriter;
+import java.net.InetSocketAddress;
+import java.net.MalformedURLException;
+import java.net.Socket;
+import java.net.URL;
+import java.net.URLConnection;
+import java.security.AccessController;
+import java.security.AccessControlException;
+import java.security.PrivilegedAction;
+
+public class SOPBypassSigned extends Applet {
+
+ @Override
+ public void start() {
+ System.out.println("Applet Started");
+
+ System.out.println("Codebase URL: " + getCodeBase());
+ System.out.println("DocumentBase URL: " + getDocumentBase());
+
+ AccessController.doPrivileged(new PrivilegedAction<Boolean>() {
+ @Override
+ public Boolean run() {
+ checkPrivilege();
+ attemptSocketConnectionToCodebase();
+ attemptSocketConnectionToDocumentBase();
+ attemptSocketConnectionToUnrelated();
+ attemptUrlConnectionToCodebase();
+ attemptUrlConnectionToDocumentBase();
+ attemptUrlConnectionToUnrelated();
+ return true;
+ }
+ });
+
+ System.out.println("*** APPLET FINISHED ***");
+ }
+
+ void checkPrivilege() {
+ boolean canRead = false;
+ try {
+ System.getProperty("user.home");
+ canRead = true;
+ } catch (AccessControlException ace) {
+ ace.printStackTrace();
+ canRead = false;
+ }
+ System.out.println("Elevated privileges: " + canRead);
+ }
+
+ void attemptSocketConnectionToCodebase() {
+ String host = getCodeBase().getHost();
+ int port = getCodeBase().getPort();;
+ attemptSocketConnection(host, port, "codeBase", true);
+ }
+
+ void attemptSocketConnectionToDocumentBase() {
+ String host = getDocumentBase().getHost();
+ int port = getDocumentBase().getPort();
+ attemptSocketConnection(host, port, "documentBase", true);
+ }
+
+ void attemptSocketConnectionToUnrelated() {
+ String host = "example.com";
+ int port = 80;
+ attemptSocketConnection(host, port, "unrelated", false);
+ }
+
+ void attemptSocketConnection(String host, int port, String s, boolean sendData) {
+ boolean connected = true;
+ try {
+ Socket local = new Socket();
+ local.bind(null);
+ local.connect(new InetSocketAddress(host, port));
+ if (sendData) {
+ try (PrintWriter writer = new PrintWriter(local.getOutputStream(), true)) {
+ writer.println("test");
+ }
+ }
+ } catch (Exception e) {
+ connected = false;
+ e.printStackTrace();
+ }
+ System.out.println("SocketConnection:" + s + " " + connected);
+ }
+
+ void attemptUrlConnectionToCodebase() {
+ attemptUrlConnection(getCodeBase(), "codeBase");
+ }
+
+ void attemptUrlConnectionToDocumentBase() {
+ attemptUrlConnection(getDocumentBase(), "documentBase");
+ }
+
+ void attemptUrlConnectionToUnrelated() {
+ try {
+ attemptUrlConnection(new URL("http://example.com:80"), "unrelated");
+ } catch (MalformedURLException e) {
+ e.printStackTrace();
+ System.out.println("Unrelated URL test failed due to MalformedURLException");
+ System.out.println("URLConnection:unrelated false");
+ }
+ }
+
+ void attemptUrlConnection(URL url, String s) {
+ boolean connected = true;
+ try {
+ URLConnection conn = url.openConnection();
+ conn.connect();
+ conn.getContentEncoding();
+ conn.getContentLength();
+ conn.getContentType();
+ } catch (Exception e) {
+ connected = false;
+ e.printStackTrace();
+ }
+ System.out.println("URLConnection:" + s + " " + connected);
+ }
+
+ public static void main(String[] args) {
+ new SOPBypassSigned().start();
+ }
+
+}
diff -r 3b61ee8ddadc -r 64e6984b7165 tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.html Thu Sep 10 17:41:36 2015 -0400
@@ -0,0 +1,49 @@
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<html>
+ <head></head>
+ <body>
+ <applet
+ CODE_REPLACEMENT_TOKEN
+ ARCHIVE_REPLACEMENT_TOKEN
+ CODEBASE_REPLACEMENT_TOKEN
+ width="800"
+ height="600">
+ </applet>
+ </body>
+</html>
diff -r 3b61ee8ddadc -r 64e6984b7165 tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/SOPBypass/resources/SOPBypassSigned.jnlp Thu Sep 10 17:41:36 2015 -0400
@@ -0,0 +1,62 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+
+This file is part of IcedTea.
+
+IcedTea is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+IcedTea is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with IcedTea; see the file COPYING. If not, write to the
+Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+02110-1301 USA.
+
+Linking this library statically or dynamically with other modules is
+making a combined work based on this library. Thus, the terms and
+conditions of the GNU General Public License cover the whole
+combination.
+
+As a special exception, the copyright holders of this library give you
+permission to link this library with independent modules to produce an
+executable, regardless of the license terms of these independent
+modules, and to copy and distribute the resulting executable under
+terms of your choice, provided that you also meet, for each linked
+independent module, the terms and conditions of the license of that
+module. An independent module is a module which is not derived from
+or based on this library. If you modify this library, you may extend
+this exception to your version of the library, but you are not
+obligated to do so. If you do not wish to do so, delete this
+exception statement from your version.
+
+ -->
+<jnlp spec="1.0" href="SOPBypassSigned-filtered.jnlp" codebase="CODEBASE_REPLACEMENT_TOKEN">
+ <information>
+ <title>SOPBypass</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>Test applets' abilities to make URLConnections and create Sockets in various documentBase/codebase/etc. combinations</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="JAR_HREF_REPLACEMENT_TOKEN" main="true"/>
+ </resources>
+ <applet-desc
+ documentBase="DOCUMENTBASE_REPLACEMENT_TOKEN"
+ name="SOPBypassSigned"
+ main-class="SOPBypassSigned"
+ width="320"
+ height="200"
+ >
+ </applet-desc>
+ <security>
+ <all-permissions/>
+ </security>
+</jnlp>
diff -r 3b61ee8ddadc -r 64e6984b7165 tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java
--- a/tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java Thu Sep 10 17:34:11 2015 +0200
+++ b/tests/reproducers/simple/SOPBypass/srcs/SOPBypass.java Thu Sep 10 17:41:36 2015 -0400
@@ -1,4 +1,4 @@
-/* SimpleTest1.java
+/* SOPBypass.java
Copyright (C) 2015 Red Hat, Inc.
This file is part of IcedTea.
@@ -42,6 +42,9 @@
import java.net.Socket;
import java.net.URL;
import java.net.URLConnection;
+import java.security.AccessController;
+import java.security.AccessControlException;
+import java.security.PrivilegedAction;
public class SOPBypass extends Applet {
@@ -52,16 +55,35 @@
System.out.println("Codebase URL: " + getCodeBase());
System.out.println("DocumentBase URL: " + getDocumentBase());
- attemptSocketConnectionToCodebase();
- attemptSocketConnectionToDocumentBase();
- attemptSocketConnectionToUnrelated();
- attemptUrlConnectionToCodebase();
- attemptUrlConnectionToDocumentBase();
- attemptUrlConnectionToUnrelated();
+ AccessController.doPrivileged(new PrivilegedAction<Boolean>() {
+ @Override
+ public Boolean run() {
+ checkPrivilege();
+ attemptSocketConnectionToCodebase();
+ attemptSocketConnectionToDocumentBase();
+ attemptSocketConnectionToUnrelated();
+ attemptUrlConnectionToCodebase();
+ attemptUrlConnectionToDocumentBase();
+ attemptUrlConnectionToUnrelated();
+ return true;
+ }
+ });
System.out.println("*** APPLET FINISHED ***");
}
+ void checkPrivilege() {
+ boolean canRead = false;
+ try {
+ System.getProperty("user.home");
+ canRead = true;
+ } catch (AccessControlException ace) {
+ ace.printStackTrace();
+ canRead = false;
+ }
+ System.out.println("Elevated privileges: " + canRead);
+ }
+
void attemptSocketConnectionToCodebase() {
String host = getCodeBase().getHost();
int port = getCodeBase().getPort();;
@@ -75,7 +97,7 @@
}
void attemptSocketConnectionToUnrelated() {
- String host = "http://example.com";
+ String host = "example.com";
int port = 80;
attemptSocketConnection(host, port, "unrelated", false);
}
diff -r 3b61ee8ddadc -r 64e6984b7165 tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java
--- a/tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java Thu Sep 10 17:34:11 2015 +0200
+++ b/tests/reproducers/simple/SOPBypass/testcases/SOPBypassHtmlAppletTest.java Thu Sep 10 17:41:36 2015 -0400
@@ -85,7 +85,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalAbsoluteArchiveLocalPathCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", server.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -96,7 +96,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalAbsoluteArchiveUnrelatedRemoteCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", server.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -107,7 +107,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testRemoteAbsoluteArchiveSameRemoteCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverC.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", serverC.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -118,7 +118,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testRemoteAbsoluteArchiveUnrelatedRemoteCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", serverB.getUrl("SOPBypass.jar"), serverC.getUrl("codebase"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -129,7 +129,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testRemoteAbsoluteArchiveLocalPathCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", serverB.getUrl("SOPBypass.jar"), server.getUrl("codebase"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -140,7 +140,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testRemoteAbsoluteArchiveLocalDotCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), ".");
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", serverB.getUrl("SOPBypass.jar"), ".");
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -151,7 +151,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testRemoteAbsoluteArchiveNoCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", serverB.getUrl("SOPBypass.jar"), (String) null);
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", serverB.getUrl("SOPBypass.jar"), (String) null);
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -162,7 +162,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalAbsoluteArchiveNoCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), (String) null);
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", server.getUrl("SOPBypass.jar"), (String) null);
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -173,7 +173,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalRelativeArchiveNoCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", (String) null);
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", "SOPBypass.jar", (String) null);
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -184,7 +184,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalRelativeArchiveUnrelatedRemoteCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", serverC.getUrl());
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", "SOPBypass.jar", serverC.getUrl());
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -195,7 +195,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalAbsoluteArchiveLocalDotCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", server.getUrl("SOPBypass.jar"), ".");
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", server.getUrl("SOPBypass.jar"), ".");
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -206,7 +206,7 @@
@NeedsDisplay
@TestInBrowsers(testIn = {Browsers.one})
public void testLocalRelativeArchiveLocalPathCodebase() throws Exception {
- TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass", "SOPBypass.jar", server.getUrl("/"));
+ TemplatedHtmlDoc templatedDoc = filterHtml("SOPBypass.html", "SOPBypass", "SOPBypass.jar", server.getUrl("/"));
ProcessResult pr = performTest(templatedDoc);
assertCodebaseConnection(pr);
assertDocumentBaseConnection(pr);
@@ -217,7 +217,7 @@
@NeedsDisplay
More information about the distro-pkg-dev
mailing list