In the project Java Activator. we need to subclass the protocol handlers to support the auto-proxy configuration. In 1.2 the handler class for the ftp protocol has been changed to final which prevent us from subclassing.
This forces us to duplicate some JDK code
This forces us to duplicate some JDK code