mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RUBY-10162 Pivotaltracker with HTTPS problem
This commit is contained in:
@@ -23,7 +23,7 @@ public abstract class BaseRepositoryImpl extends BaseRepository {
|
||||
public static final String EASY_HTTPS = "easyhttps";
|
||||
|
||||
static {
|
||||
Protocol.registerProtocol(EASY_HTTPS, new Protocol("https", (ProtocolSocketFactory)new EasySSLProtocolSocketFactory(), 443));
|
||||
Protocol.registerProtocol(EASY_HTTPS, new Protocol(EASY_HTTPS, (ProtocolSocketFactory)new EasySSLProtocolSocketFactory(), 443));
|
||||
}
|
||||
|
||||
private static final Pattern PATTERN = Pattern.compile("[A-Z]+\\-\\d+");
|
||||
|
||||
Reference in New Issue
Block a user