changeset 2047:c467335ab509

Fix path on previous HttpsClient @Override fix. 2010-03-30 Andrew John Hughes <ahughes@redhat.com> * patches/icedtea-override.patch: Fix path on previous HttpsClient hunk.
author Andrew John Hughes <ahughes@redhat.com>
date Tue, 30 Mar 2010 19:10:05 +0100
parents bc942c2695f5
children 48d6fecc56b9
files ChangeLog patches/ecj/override.patch
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Mar 30 19:02:36 2010 +0100
+++ b/ChangeLog	Tue Mar 30 19:10:05 2010 +0100
@@ -1,3 +1,8 @@
+2010-03-30  Andrew John Hughes  <ahughes@redhat.com>
+
+	* patches/icedtea-override.patch:
+	Fix path on previous HttpsClient hunk.
+
 2010-03-30  Edward Nevill   <ed@camswl.com>
 
 	* bytecodeInterpreter.cpp
--- a/patches/ecj/override.patch	Tue Mar 30 19:02:36 2010 +0100
+++ b/patches/ecj/override.patch	Tue Mar 30 19:10:05 2010 +0100
@@ -197,8 +197,8 @@
          }
  
 diff -r 697e3f8cac33 src/share/classes/sun/net/www/protocol/https/HttpsClient.java
---- openjdk.orig/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java	Wed Mar 24 17:05:49 2010 +0000
-+++ openjdk/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java	Sun Mar 28 12:55:34 2010 +0100
+--- openjdk-ecj.orig/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java	Wed Mar 24 17:05:49 2010 +0000
++++ openjdk-ecj/jdk/src/share/classes/sun/net/www/protocol/https/HttpsClient.java	Sun Mar 28 12:55:34 2010 +0100
 @@ -624,7 +624,6 @@
       * a given connection may change.  When sessions change, so may
       * peer identities and cipher suites.