Skip to content

Releases: ITHit/WebDAVServerSamplesJava

3.2.2389

20 Feb 10:01

Choose a tag to compare

  • Dependency from org.jboss.vfs removed.
  • Mime-types list updated. Now it contains all most recent list of all registered mime-types.
  • NullPointerException in LicenseValidator is thrown if vfszip protocol is used (for example on JBoss 5.x).
  • Content-range, Timeout, Location and If header added to Access-Control-Allow-Headers to support CORS.

3.2.2381

19 Feb 08:37

Choose a tag to compare

3.2.2381

3.2.2370

06 Feb 08:05

Choose a tag to compare

  • Java 9 is now supported by the Engine. Pre-Java 9 dependencies are removed from project.
  • Indexing code refactored in File.write() method implementation in file system sample.
  • After a file is deleted folder content listing may fail. When upload canceled folder content refresh triggered via web sockets caused folder content to appear broken. Now this bug is fixed.

3.1.2208

14 Dec 18:56

Choose a tag to compare

  • The getClientLockTokens() method is moved from the Engine class to the DavRequest class. The Engine.getClientLockTokens(DavRequest) method is marked as deprecated.
  • Engine.getVersion() method is now static.
  • "afb" folder is renamed to "wwwroot" in samples.
  • Class reference fixed and updated.

3.0.2114

29 Oct 22:40

Choose a tag to compare

  • IT Hit WebDAV Ajax Library did not download from NPM. Now the library automatically downloaded from NPM.

3.0.2107

27 Oct 21:31

Choose a tag to compare

  • WebDAV Ajax Library files are now referenced from local server from '/wwwroot/node_modules/webdav.client/' folder (previously were referenced from ajaxbrowser.com).
  • Microsoft Office applications submit outdated ETag after machine wakes up from sleep mode, causing file update failure. Now PUT request returns an updated ETag in the response, so the client-side ETag always properly updated.
  • GET and HEAD requests returned ETag without quotes. Now this bug is fixed.
  • If-Math header parsing refactored.
  • License-check code updated. 

3.0.2101

26 Oct 10:27

Choose a tag to compare

3.0.2101

3.0.2008

24 Oct 18:52

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

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

Choose a tag to compare

3.0.1101