Releases: ITHit/WebDAVServerSamplesJava
Releases · ITHit/WebDAVServerSamplesJava
4.3.3530
- Spring Boot WebDAV server sample code refactored. New configuration settings added to application.properties.
- Spring Boot WebDAV sample now publishes WebDAV on /DAV/ context by default (was on /webdav/ context). 'webdav.rootContext' context configuration setting is added.
- Spring Boot WebDAV sample now reads a license from an external file configured in webdav.license setting.
- Spring Boot WebDAV sample, the path to storage folder can now be configured in webdav.rootFolder setting.
4.3.3515
- Sample WebDAV server for the Spring Boot framework is provided. The WebDAV requests are processed in a dedicated context, while the rest of the website processes regular HTTP requests, serving web pages.
4.2.2825
4.2.2825
4.3.3512
4.3.3512
4.2.2824
4.2.2824
4.2.2822
4.2.2822
4.2.2815
4.2.2815
4.2.2812
- File modification date change during lock and unlock in file system sample causing file save failure during first save in Microsoft Office, if Microsoft Office has Protected Mode enabled. The following message was displayed "File updated. <File> has been changed by another author.". Now in file system sample the file modification date is not changed during lock and unlock.
4.2.2810
4.2.2799
4.2.2799
- Incorrect children order in propstat and activelock XML elements in server response. This bug is now fixed.