Skip to content

Releases: ITHit/WebDAVServerSamplesJava

4.3.3530

31 Jan 21:05

Choose a tag to compare

  • 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

29 Jan 19:13

Choose a tag to compare

  • 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

28 Jan 06:05

Choose a tag to compare

4.2.2825

4.3.3512

27 Jan 20:49

Choose a tag to compare

4.3.3512

4.2.2824

27 Jan 22:17

Choose a tag to compare

4.2.2824

4.2.2822

09 Sep 17:29

Choose a tag to compare

4.2.2822

4.2.2815

09 Sep 17:53

Choose a tag to compare

4.2.2815

4.2.2812

29 May 10:19

Choose a tag to compare

  • 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

28 May 20:20

Choose a tag to compare

4.2.2799

4.2.2799

02 Mar 02:34

Choose a tag to compare

  • Incorrect children order in propstat and activelock XML elements in server response. This bug is now fixed.