Skip to content

Releases: ITHit/WebDAVServerSamplesJava

5.1.5406

21 May 08:13
Compare
Choose a tag to compare
  • The WebDAV server samples incorrectly report lock timeout in PROPFIND response for locked items. Now the lock timeout is properly calculated. 
  • "Pause upload/Resume upload" button on a default page did not sync with individual files upload status. Now the button properly changes status according to files upload status. 
  • Dependencies updated in samples: Google Gson updated to version 2.8.9.

5.1.5314

22 Feb 21:54
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • ScriptEngine.eval() call removed from the Engine. License validation refactored.

5.0.5151

08 Jun 18:54
Compare
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
Compare
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
Compare
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
Compare
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.