[ 
https://issues.apache.org/jira/browse/MARMOTTA-672?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16445456#comment-16445456
 ] 

ASF subversion and git services commented on MARMOTTA-672:
----------------------------------------------------------

Commit 9d483e1209541b3e75123bacf8962ea04f8a8ddf in marmotta's branch 
refs/heads/develop from dglachs
[ https://git-wip-us.apache.org/repos/asf?p=marmotta.git;h=9d483e1 ]

Merge branch 'develop' into MARMOTTA-672-https_support_in_client_lib


> Marmotta Client Library does not support https 
> -----------------------------------------------
>
>                 Key: MARMOTTA-672
>                 URL: https://issues.apache.org/jira/browse/MARMOTTA-672
>             Project: Marmotta
>          Issue Type: Improvement
>          Components: Client Library
>    Affects Versions: 3.4.0
>            Reporter: Dietmar Glachs
>            Assignee: Dietmar Glachs
>            Priority: Major
>             Fix For: 3.4.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> The HTTPUtil should add "https" as a supported scheme to the created 
> HttpClient.           
> {code:title=HTTPUtil.java|borderstyle=solid}
>  final Registry<ConnectionSocketFactory> registry = 
> RegistryBuilder.<ConnectionSocketFactory>create()
>    .register("http", PlainConnectionSocketFactory.getSocketFactory())
>    .register("https", SSLConnectionSocketFactory.getSocketFactory())
>    .build();
> {code}
> currently the "https" line is commented out



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to