/hg/icedtea-web: 2 new changesets
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Fri Aug 17 08:20:33 PDT 2012
changeset 045ab79a1621 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=045ab79a1621
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Aug 17 17:13:14 2012 +0200
Encoding reproducer
changeset 4c7ca163824c in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=4c7ca163824c
author: Jiri Vanek <jvanek at redhat.com>
date: Fri Aug 17 17:16:25 2012 +0200
Fixed whitelist
diffstat:
ChangeLog | 17 +
netx-dist-tests-whitelist | 2 +-
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-ISO88592.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-UTF8.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-ISO88592.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-UTF8.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-ISO88592.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-UTF8.jnlp | 54 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-ISO88592.html | 45 +
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-UTF8.html | 45 +
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest5-ISO88592.jnlp | 62 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest5-UTF8.jnlp | 62 ++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/srcs/EncodingTest.java | 90 +++
tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/testcases/EncodingTestTest.java | 258 ++++++++++
tests/reproducers/simple/simpletest1/srcs/SimpleTest1.java | 5 +
tests/test-extensions-tests/net/sourceforge/jnlp/ResourcesTest.java | 2 +-
16 files changed, 910 insertions(+), 2 deletions(-)
diffs (truncated from 990 to 500 lines):
diff -r 5842f6c899d0 -r 4c7ca163824c ChangeLog
--- a/ChangeLog Fri Aug 17 11:06:52 2012 -0400
+++ b/ChangeLog Fri Aug 17 17:16:25 2012 +0200
@@ -1,3 +1,20 @@
+2012-08-18 Jiri Vanek <jvanek at redhat.com>
+
+ added encodings reproducer (PR1108)
+ * tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ: new
+ reproducer
+ * tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/srcs/encodingTest.java:
+ main class/main applet class and method of new encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ.jar
+ * tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/testcases/encodingTestTest.java:
+ testcases for jnlps of this reproducers
+ * tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources:
+ four utf-8 and four iso-8859-2 jnlp files and one utf-8 and one
+ iso-8859-2 html files
+ * tests/reproducers/simple/simpletest1/srcs/simpletest1.java: now prints
+ its args out
+ * tests/test-extensions-tests/net/sourceforge/jnlp/ResourcesTest.java:
+ correctly swaped error and output listener in its test
+
2012-08-17 Adam Domurad <adomurad at redhat.com>
Fixes PR588, cookies set in the java cookie jar are now stored properly
diff -r 5842f6c899d0 -r 4c7ca163824c netx-dist-tests-whitelist
--- a/netx-dist-tests-whitelist Fri Aug 17 11:06:52 2012 -0400
+++ b/netx-dist-tests-whitelist Fri Aug 17 17:16:25 2012 +0200
@@ -1,1 +1,1 @@
-SavingCookies
+.*
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-ISO88592.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-ISO88592.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="ISO-8859-2"?>
+<jnlp spec="1.0" href="encodingTest1-ISO88592.jnlp" codebase=".">
+ <information>
+ <title>encodingTest1</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="simpletest1.jar"/>
+ </resources>
+ <application-desc main-class="SimpleTest1">
+ <argument>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-UTF8.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest1-UTF8.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0" href="encodingTest1-UTF8.jnlp" codebase=".">
+ <information>
+ <title>encodingTest1</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="simpletest1.jar"/>
+ </resources>
+ <application-desc main-class="SimpleTest1">
+ <argument>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-ISO88592.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-ISO88592.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="ISO-8859-2"?>
+<jnlp spec="1.0" href="encodingTest2Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò-ISO88592.jnlp" codebase=".">
+ <information>
+ <title>encodingTest2Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="simpletest1.jar"/>
+ </resources>
+ <application-desc main-class="SimpleTest1">
+ <argument>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-UTF8.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-UTF8.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0" href="encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ-UTF8.jnlp" codebase=".">
+ <information>
+ <title>encodingTest2ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="simpletest1.jar"/>
+ </resources>
+ <application-desc main-class="SimpleTest1">
+ <argument>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-ISO88592.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-ISO88592.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="ISO-8859-2"?>
+<jnlp spec="1.0" href="encodingTest3-ISO88592.jnlp" codebase=".">
+ <information>
+ <title>encodingTest3</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="encodingTestsÌ©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò.jar"/>
+ </resources>
+ <application-desc main-class="EncodingTest">
+ <argument>ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-UTF8.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest3-UTF8.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,54 @@
+<!--
+
+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.
+
+ -->
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0" href="encodingTest3-UTF8.jnlp" codebase=".">
+ <information>
+ <title>encodingTest3</title>
+ <vendor>IcedTea</vendor>
+ <homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
+ <description>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ</description>
+ <offline/>
+ </information>
+ <resources>
+ <j2se version="1.4+"/>
+ <jar href="encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ.jar"/>
+ </resources>
+ <application-desc main-class="EncodingTest">
+ <argument>ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ1</argument>
+ </application-desc>
+</jnlp>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-ISO88592.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-ISO88592.html Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,45 @@
+<!--
+
+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>
+<meta http-equiv="Content-type" content="text/html;charset=ISO-8859-2">
+</head><body bgcolor="blue">
+<p><applet code="EncodingTest.class" archive="encodingTestsÌ©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò.jar" codebase="." width="100" height="100">
+ <param name="key1" value="ì¹èø¾ýáíé=!@#$%^*()_+ú)ù§.-?:_"!'(/ìéø»Ýúíóá¹ï¼¾èò;+Ì©ÈØ®ÝÁÍÉÌÉØ«ÝÚÙÍÓÁ©Ï®¬Ò1">
+</applet></p>
+</body>
+</html>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-UTF8.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest4-UTF8.html Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,45 @@
+<!--
+
+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>
+<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
+</head><body bgcolor="blue">
+<p><applet code="EncodingTest.class" archive="encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ.jar" codebase="." width="100" height="100">
+ <param name="key1" value="ÄÅ¡ÄÅžýáÃé=!@#$%^*()_+ú)ů§.-?:_"!'(/ÄéÅÅ¥ÃúÃóášÄźžÄÅ;+ÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ1">
+</applet></p>
+</body>
+</html>
diff -r 5842f6c899d0 -r 4c7ca163824c tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest5-ISO88592.jnlp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reproducers/simple/encodingTestsÄÅ ÄÅŽÃÃÃÃÄÃÅŤÃÃÅ®ÃÃÃÅ ÄŽŹÅ/resources/encodingTest5-ISO88592.jnlp Fri Aug 17 17:16:25 2012 +0200
@@ -0,0 +1,62 @@
+<!--
+
+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
More information about the distro-pkg-dev
mailing list