Releases: ITHit/WebDAVServerSamplesJava
Releases · ITHit/WebDAVServerSamplesJava
5.1.5406
- 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
- 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
- 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
- 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
- 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
- ScriptEngine.eval() call removed from the Engine. License validation refactored.
5.0.5151
- 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
- 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
- '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
- 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.