Skip to content

Releases: ITHit/WebDAVServerSamplesJava

5.1.5314

22 Feb 21:54

Choose a tag to compare

  • Maven whapper (mvnw) error 'Exception calling "DownloadFile" with "2" argument(s): "An exception occurred during a WebClient request."' if maven is not installed. This bug is now fixed.
  • If WebSockets disconnect in JavaScript code on a default handler page, the WebSockets are reconnected automatically.
  • Project dependencies updated.

5.1.5291

15 Oct 13:45

Choose a tag to compare

  • Ajax multiple files download added on a default handler page.
  • Web sockets implementation refactored in WebDAV Server samples. Now a separate event is being sent by the server for each operation: created, updated, deleted, moved, locked, and unlocked.
  • ThreadLocals are created and are not released. Now ThreadLocal is properly released in DavContext.

5.1.5243

05 Oct 09:33

Choose a tag to compare

  • Request and response header values can now be masked in the log. The Engine.getMaskRequestHeaders() and Engine.getMaskResponseHeaders() methods are provided to specify list of headers to be masked. The Authorization request header and WWW-Authenticate response header values are now masked by default.
  • Samples code refactored to improve code quality and better compliance with Java language standards.

5.0.5188

20 Aug 20:10

Choose a tag to compare

  • Default handler page JavaScript code in WebDAV server samples factored.
  • commons-io dependency updated to v2.7 in Spring Boot-based samples.

5.0.5162

10 Jul 07:12

Choose a tag to compare

  • ScriptEngine.eval() call removed from the Engine. License validation refactored.

5.0.5151

08 Jun 18:54

Choose a tag to compare

  • Spring Boot WebDAV Server sample with Amazon S3 backend now supports all file system operations and passes all integration tests.
  • WebDAV did not work in Spring Boot samples in the case of context root configuration. Now, this bug is fixed.

5.0.4884

28 Apr 05:43

Choose a tag to compare

  • A new Spring Boot WebDAV Server sample with Amazon S3 backend Beta is provided. The sample keeps all data in the Amazon S3 bucket with locks and custom attributed being stored in Amazon S3 Metadata. 

4.7.4603

10 Mar 17:24

Choose a tag to compare

  • 'java: package com.sun.nio.file does not exist' exception is thrown if WebDAV Server samples are running on macOS using Java 9 and later versions and started from IntellijIdea in Debug/Run configuration. Now, this bug is fixed.

4.7.4551

03 Mar 20:42

Choose a tag to compare

  • Spring Boot WebDAV server sample with file system back-end now supports MS-OFBA authentication. Users are authenticated against Azure Active Directory.
  • Default GET handler page JavaScript and CSS is updated in WebDAV server samples.

4.6.4354

19 Jan 17:44

Choose a tag to compare

  • Indexing and search did not properly close database connection in samples with Oracle back-end. The sample server run-out of open connections. This bug is now fixed.