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 B25682004C8 for ; Mon, 9 May 2016 14:59:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B1188160A0F; Mon, 9 May 2016 12:59:14 +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 072141601D4 for ; Mon, 9 May 2016 14:59:13 +0200 (CEST) Received: (qmail 21221 invoked by uid 500); 9 May 2016 12:59:13 -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 21194 invoked by uid 99); 9 May 2016 12:59:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 May 2016 12:59:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ED3452C1F68 for ; Mon, 9 May 2016 12:59:12 +0000 (UTC) Date: Mon, 9 May 2016 12:59:12 +0000 (UTC) From: "Woonsan Ko (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (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: Mon, 09 May 2016 12:59:14 -0000 [ https://issues.apache.org/jira/browse/VFS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15276326#comment-15276326 ] Woonsan Ko edited comment on VFS-180 at 5/9/16 12:58 PM: --------------------------------------------------------- Hoping to help, I've just created a PR simply by slightly improving the latest patch, patch_180_vfs2.txt: trivial formatting, putting the new classes into the existing package instead of new package following Bernd's comment and trivial clean up. - https://github.com/apache/commons-vfs/pull/13 BTW, it seems reasonable to keep WebdavsFileNameParser.java because it's extending HttpsFileNameParser instead of HttpFileNameParser. Regards, Woonsan was (Author: woon_san): Hoping to help, I've just created a PR simply by slightly improving the latest patch, patch_180_vfs2.txt: trivial formatting, putting the new classes into the existing package instead of new package following Bernd's comment and trivial clean up. - https://github.com/apache/commons-vfs/pull/13 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, 1.1, 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)