These changes provide 2 things:
- a minor bug fix for 6519647 (FTP PUT operation through HTTP proxy)
- an overhaul of the FTP code and laying the bases of a future public
FTP Client API.
That's why the code is separated between sun.net.ftp and sun.net.ftp.iml
Ultimately, what is in sun.net.ftp
Changeset: 86b773b7cb40
Author:jjg
Date: 2009-10-14 15:41 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/86b773b7cb40
6838467: JSR199 FileObjects don't obey general contract of equals.
Reviewed-by: darcy
! src/share/classes/com/sun/tools/javac/file/BaseFileObject.java
Changeset: b8936a7930fe
Author:darcy
Date: 2009-10-14 18:56 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/langtools/rev/b8936a7930fe
6558804: Specification for Elements.getDocComment(Element e) should be clarified
Reviewed-by: jjg
! src/share/classes/javax/lang/model/util/Elements.
Changeset: 16b33372af1c
Author:mchung
Date: 2009-10-14 20:16 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/16b33372af1c
6891701: test/java/lang/management/RuntimeMXBean/GetSystemProperties should
restore the system property
Summary: Restore the system properties when the te