Community
Participate
Working Groups
+++ This bug was initially created as a clone of Bug #329280 +++ The fix for Bug #227252 introduced a serious regression - org.eclipse.help.internal.base.remote.HttpsUtility.getHttpsInputStream(String, String, String, String, String) contains the line System.setProperty( "java.protocol.handler.pkgs" , "javax.net.ssl" ); //$NON-NLS-1$ //$NON-NLS-2$ This has the side effect of changing the protocol handler throughout the entire application, not just Eclipse, which can cause this kind of an exception ( this was on Solaris ) when running any code that causes the java protocol handler to be invoked. java.lang.RuntimeException: java.net.MalformedURLException: unknown protocol: https
The patch from Bug #329280 has been applied to the maintenance stream.