Skip to content

Releases: ITHit/WebDAVServerSamplesJava

3.0.2101

26 Oct 10:27
Compare
Choose a tag to compare
3.0.2101

3.0.2008

24 Oct 18:52
Compare
Choose a tag to compare
  • A new sample WebDAV server Class 2 application that runs on Android is provided. A user can open documents in a web browser from any machine on a network from Android application storage, edit and save back to server. A user can also browse and manage files in Android media folder.

3.0.1143

19 Oct 06:56
Compare
Choose a tag to compare
  • Negative value was returned for files over 2Gb in Content-Length header for GET and HEAD requests. Now this bug is fixed.

3.0.1101

13 Oct 07:41
Compare
Choose a tag to compare
3.0.1101

3.0.1035

12 Oct 07:02
Compare
Choose a tag to compare
3.0.1035

3.0.1012

06 Oct 07:29
Compare
Choose a tag to compare
  • Engine is now independent of the servlet requests and responses. DavRequest and DavResponse interfaces are provided. Engine.service() method now accepts DavRequest and DavResponse interfaces as parameters.
  • Default implementation of DavRequest and DavResponse interfaces are provided in HttpServletDavRequest and HttpServletDavResponse classes and included into servlet-integration-<version>.jar.

2.3.863

14 Aug 21:00
Compare
Choose a tag to compare
  • WebDAV server sample with file system back-end now runs on Mac OS X. Extended attributes are now being managed via Java Native Access (JNA) library.

2.2.710

05 Jul 21:18
Compare
Choose a tag to compare
  • Web Sockets in all samples Implemented. Now when a file or folder is created, updated, deleted, copied or moved a notification is sent to client and web UI is updated.
  • Artifacts are published to Maven Central Repository.
  • All samples are now published to GitHub.
  • License validation failed on WebSphere on Linux. Now this bug is fixed.

2.1.621

16 Jun 06:50
Compare
Choose a tag to compare
  • HEAD requests on folders are now processed. WebDAV clients that require HEAD request on folders are now supported.
  • NullPointerException on WebSphere and WebLogic if ExpirationDate is specified in license file. This bug is now fixed.