[jira] [Commented] (VFS-180) Support HTTPS / SSL for Webdav

2020-02-19 Thread Adam (Jira)


[ 
https://issues.apache.org/jira/browse/VFS-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17039870#comment-17039870
 ] 

Adam commented on VFS-180:
--

Hi, sorry to leap on this potentially old issue.  Did anything happen with 
this?  I've just attempted to use WebDAV over HTTPS and it does look as though 
it isn't fully implemented - as in the webdav4s swiftly turns back into http on 
the latest 2.6.0 version.
Is there a reason for this that I don't see here?  Or just age and not many 
uses?

 

Thanks Adam.

> 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
>Priority: Major
>  Labels: patch
> Attachments: VFS-180.patch, VFS-180.patch, VFS-180.patch, 
> patch_180_vfs2.txt, patch_180_vfs2.txt
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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
(v8.3.4#803005)


[jira] Created: (IO-263) FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no visible files.

2011-03-07 Thread Gil Adam (JIRA)
FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no 
visible files.
---

 Key: IO-263
 URL: https://issues.apache.org/jira/browse/IO-263
 Project: Commons IO
  Issue Type: Bug
  Components: Utilities
Affects Versions: 2.0.1
 Environment: Windows XP SP3
Reporter: Gil Adam


Doing a FileSystemUtils.freeSpaceKb(D:/) where the drive (in this example 
d:\) is an empty drive (A drive with no non-hidden files on it yet) results in 
an exception being thrown.

 Command line returned OS error code '1' for command [cmd.exe, /C, dir /-c 
D:\]

Perhaps it could do a dir /a /-c to work in more cases? (Since hidden file 
System Volume Information will usually be available)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] Commented: (IO-263) FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no visible files.

2011-03-07 Thread Gil Adam (JIRA)

[ 
https://issues.apache.org/jira/browse/IO-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13003785#comment-13003785
 ] 

Gil Adam commented on IO-263:
-

Actually, I am doing 

FileSystemUtils.freeSpaceKb(d:/, 15000);

 FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no 
 visible files.
 ---

 Key: IO-263
 URL: https://issues.apache.org/jira/browse/IO-263
 Project: Commons IO
  Issue Type: Bug
  Components: Utilities
Affects Versions: 2.0.1
 Environment: Windows XP SP3
Reporter: Gil Adam

 Doing a FileSystemUtils.freeSpaceKb(D:/) where the drive (in this example 
 d:\) is an empty drive (A drive with no non-hidden files on it yet) results 
 in an exception being thrown.
  Command line returned OS error code '1' for command [cmd.exe, /C, dir 
 /-c D:\]
 Perhaps it could do a dir /a /-c to work in more cases? (Since hidden file 
 System Volume Information will usually be available)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira