Releases: ITHit/WebDAVServerSamplesJava
Releases · ITHit/WebDAVServerSamplesJava
4.1.2760
- 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
- 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
- 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
- File System sample in Kotlin is provided.
- Reference to tika-core library is updated to the latest version.
4.0.2623-beta
4.0.2623-beta
4.0.2590-beta
4.0.2590-beta
3.2.2438
3.2.2438
3.2.2435
- 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
- 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
- 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.