Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3DB2A200B78 for ; Fri, 2 Sep 2016 19:59:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3C31D160ACC; Fri, 2 Sep 2016 17:59:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id A927D160A8C for ; Fri, 2 Sep 2016 19:59:21 +0200 (CEST) Received: (qmail 16880 invoked by uid 500); 2 Sep 2016 17:59:20 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 16855 invoked by uid 99); 2 Sep 2016 17:59:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Sep 2016 17:59:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8D2CE2C1B83 for ; Fri, 2 Sep 2016 17:59:20 +0000 (UTC) Date: Fri, 2 Sep 2016 17:59:20 +0000 (UTC) From: "Woonsan Ko (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (VFS-180) Support HTTPS / SSL for Webdav MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 02 Sep 2016 17:59:22 -0000 [ https://issues.apache.org/jira/browse/VFS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15459188#comment-15459188 ] Woonsan Ko commented on VFS-180: -------------------------------- Could someone review the pull request and merge it if okay? :-) By the way, if it is better with a proper unit test, then I think we can add an SslConnector in JackrabbitMain to test it more properly. Someone explained how to do with Jetty: - http://olafsblog.sysbsb.de/testing-ssl-https-clients-with-junit-and-jetty/ Please let me know if it's preferred to have unit test with SslConnector. I can give a hand. Kind regards, Woonsan > Support HTTPS / SSL for Webdav > ------------------------------ > > Key: VFS-180 > URL: https://issues.apache.org/jira/browse/VFS-180 > Project: Commons VFS > Issue Type: New Feature > Affects Versions: 1.0, 2.0 > Reporter: Werner Mueller > Labels: patch > Attachments: VFS-180.patch, VFS-180.patch, VFS-180.patch, patch_180_vfs2.txt, patch_180_vfs2.txt > > > The Slide Webdav lib supports encrypted HTTPS connections. So it should be possible to add https support to vfs too. currently the webdav provider creates http urls (in WebdavClientFactory.java). > maybe some provider like 'webdavs' could be added to switch to HttpsUrl. > regards > werner -- This message was sent by Atlassian JIRA (v6.3.4#6332)