blob: bec2e3448081b768d8ee677871b724a3f5cf5273 [file] [log] [blame]
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
<properties>
<title>Changes</title>
<author email="rgoers@apache.org">Ralph Goers</author>
</properties>
<body>
<release version="2.0" date="in SVN" description="">
<action dev="rgoers" type="fix" issue="VFS-259" due-to="Marek Zawirski">
Http and Webdav FIleContentInfoFactory: undress to AbstractFileObject before casting
</action>
<action dev="rgoers" type="fix" issue="VFS-261" due-to="Simon Olofsson">
WebDAV upload corrupts binary files
</action>
<action dev="rgoers" type="fix" issue="VFS-276" due-to="Vince Bonfanti">
add ProviderTestConfig.getDefaultFileSystemManager() method
</action>
<action dev="rgoers" type="fix" issue="VFS-282" due-to="Alexey">
SftpFileProvider and SftpFileSystemConfigBuilder can't change ssh authentication methods
</action>
<action dev="rgoers" type="fix" issue="VFS-269" due-to="Marek Zawirski">
HttpFileObject: unsupported content over 2GB length
</action>
<action dev="rgoers" type="fix" issue="VFS-287" due-to="Mircea-Eugen Ionica">
LocalFileName objects are not released from AbstractFileSystem.listenerMap when all listeners are removed.
</action>
<action dev="rgoers" type="fix" issue="VFS-216" due-to="Reetu Mutti">
The FTP Configuration includes an option to set a timeout for the data connection, but not for the socket
timeout. This is a problem, as idle sockets can cause your download to hang forever and never timeout.
</action>
<action dev="rgoers" type="fix" issue="VFS-289" due-to="Kirill Safonov">
FTP connection is not released If exception is thrown out of FtpFileObject.doGetOutputStream().
</action>
<action dev="rgoers" type="fix" issue="VFS-286" due-to="Kirill Safonov">
SftpFileObject.doListChildrenResolved() changes the working dir before doing ChannelSftp.ls() call.
If ls() throws an exception, the current directory is not reset. All the subsequent operations that rely on the
current dir will fail trying to change into nonexistent directory.
</action>
<action dev="rgoers" type="add" issue="VFS-244">
Rename HttpRandomAccesContent to HttpRandomAccessContent.
</action>
</release>
</body>
</document>