Skip to content

Releases: ITHit/WebDAVServerSamplesJava

4.1.2760

06 Feb 09:44

Choose a tag to compare

  • WebDAV server sample with file system back-end failed to run on Linux. The ServerException was thrown “Reading attribute ‘Locks’ from file ‘<path>’ failed”. This bug is now fixed.
  • File creation failed in WebDAV server sample with file system back-end if server is running on Linux. The File.newByteChannel() function does not support NOSHARE_DELETE option. Now this option is omitted in case the server is running on Linux.
  • Depth header did not process correctly on files. Response contained malformed XML in case of Depth: 1 was specified. Now Depth header is ignored on files.

4.1.2743

04 Feb 07:38

Choose a tag to compare

  • File creation failed if server is running on Mac OS. The File.newByteChannel() function does not support NOSHARE_DELETE option. Now this option is omitted in case the server is running on Mac OS.
  • Luciene and Ticka libraries updated to reference the latest version to avoid potential security vulnerability.
  • All libraries referenced in sample servers are updated to the latest version.

 

4.1.2715

07 Nov 15:32

Choose a tag to compare

  • Samples now reference latest Apache Lucene and Tica libraries.
  • Indexing file size limit set to 1Mb in File System sample.
  • pom.xml in Kotlin File System sample fixed.
  • Default handler page HTML and JavaScript updated to support paging and sorting in file system sample.

4.1.2703

25 Oct 11:02

Choose a tag to compare

  • File System sample in Kotlin is provided.
  • Reference to tika-core library is updated to the latest version.

4.0.2623-beta

18 Oct 10:00

Choose a tag to compare

4.0.2623-beta

4.0.2590-beta

07 Oct 07:56

Choose a tag to compare

4.0.2590-beta

3.2.2438

23 Jun 06:57

Choose a tag to compare

3.2.2438

3.2.2435

21 Jun 12:15

Choose a tag to compare

  • Microsoft Office Mobile on Android is now supported.
  • Microsoft Office Mobile on Windows 10 is now supported.
  • When a file is copied or moved, the destination file contained source file locks. Now this bug is fixed. All sample servers copy and move implementation code is updated to remove source file locks from destination file after copying.

3.2.2431

20 Jun 08:26

Choose a tag to compare

  • The com.ithit.webdav.integration.servlet Java sources were missing from the source codes package. Now sources of this package are included in a package.

3.2.2420

25 Apr 11:56

Choose a tag to compare

  • Sample WebDAV servers now use Bootstrap 4 on a default page.
  • Sample WebDAV servers static files (files stored outside of WebDAV storage, used for web UI) processing refactored. JavaScript files, images, CSS files and other static files are now served more efficiently, if-headers, modification date and other HTTP headers are processed properly, reducing server traffic.
  • License check may throw ServerException "The license is obsolete" exception with valid licenses. This bug is now fixed.