Download List

项目描述

Sardine is a next generation WebDAV client for Java. It is intended to be simple to use and does not implement the full WebDAV client spec. Instead, the goal is to provide methods for most use case scenarios when working with a WebDAV server. The code needs to run as fast as possible and use the latest released Apache HttpComponents.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-07-06 16:56
284

基本锁定处理支持。 PROPPATCH现在返回一个multistatus响应。更新的属性,可以定义自定义命名空间。 PUT操作是可重复的实体期望失败重试。现在的实施,确保SAX解析器不响应引用的DTD的解决实体。
Basic lock handling support was added. PROPPATCH now returns a multistatus response. A custom namespace may be defined for updated properties. PUT operations are retried on expectation failure for repeatable entities. The implementation now ensures that the SAX parser does not resolve entities for referenced DTDs in the response.

2010-06-01 16:05
129

一个问题,即多个命令有时会导致挂起是固定的。
An issue where multiple commands could sometimes cause a hang was fixed.

2010-04-15 07:25
123

此版本增加了更多的信息,SardineException。它添加到Ant createDirectory任务。
This release adds more information to SardineException.
It adds createDirectory to the Ant task.

2010-04-06 20:10
115

在一个破碎Liferay的服务器实现修复。
A fix for a broken server implementation in Liferay.

2010-04-01 15:22
112

修复了某些奇怪的是,不符合标准的服务器。在其中HttpRoutePlanner不获通过正确周围是固定的问题。一个简单的Ant任务提供了包装,使沙丁鱼可以很容易地从Ant使用。
Fixes were made for certain weird, non-compliant servers. A problem where HttpRoutePlanner wasn't passed around correctly was fixed. A simple Ant task wrapper was provided so that Sardine can be easily used from Ant.

Project Resources