Skip to content

Releases: seanox/spring-webdav

1.5.0 20240313

13 Mar 13:02
Compare
Choose a tag to compare
BF: Review: Optimization and corrections
BF: Documentation: Update of content
CR: WebDavFilter: Optimized access to the servlet API
    - Signatures of the WebDAV methods now support new objects:
      ApplicationContext, ServletContext, ServletRequest, ServletResponse,
      HttpServletRequest, HttpServletResponse, HttpSession
    - Signatures of the WebDAV methods no longer support the objects:
      Properties

1.4.0 20240204

04 Feb 08:36
Compare
Choose a tag to compare
BF: Review: Optimization and corrections
CR: Build: Optimization for Spring version 2 and 3
    - Development of both versions in one project
    - Development uses the current version of Spring Boot
CR: Build: New approach for the version number
    - Major version reflects the based Spring Boot version
    - Minor version reflects the version of spring-webdav
CR: Sitemap: Refactoring / renamed to Mapping

1.3.0 20240103

04 Jan 06:06
Compare
Choose a tag to compare
CR: WebDavFilter: Update to Spring 3

1.2.0 20240103

03 Jan 09:38
Compare
Choose a tag to compare
BF: Build: Optimization of the release info process
BF: Build: Added test before release
BF: WebDavFilter: Optimization and corrections (for Office 365)
    - Unwanted error: Upload Failed -- because of interim changes
    - Correction of ETag generation/handling
BF: WebDavFilter: LOCK Optimization and corrections
    - Can process tokens in brackets
    - Correction of token in HTTP header
BF: WebDavFilter: OPTIONS optimization and corrections of allows
CR: Maven: Update of dependencies

1.1.2 20220816

16 Aug 18:48
Compare
Choose a tag to compare
BF: Maven: Update of dependencies
    CVE-2022-22965
BF: Review: Optimization and corrections (without functional impact)
BF: Build: Optimization of the release info process

1.1.1 20210924

24 Sep 19:34
Compare
Choose a tag to compare
CR: License: Change to Apache License Version 2.0

1.1.0 20210813

13 Aug 17:04
Compare
Choose a tag to compare
BF: Sitemap: Optimization of accepted/permitted
BF: Sitemap: Correction of compute if no fallback exists
BF: Sitemap: Correction of path normalization for non Windows
CR: Sitemap: Optimization of compute when using data types
CR: Sitemap: MetaData based on the initial values of WebDavMapping
CR: Sitemap: Optimization from CreationDate, based on the build date of the application
CR: WebDavFilter: More tolerant URL pattern
CR: WebDavFilter: Optimization of the determination from the context path
CR: WebDavFilter: Optimization from CreationDate, based on the build date of the application

1.0.0 20210729

29 Jul 11:32
Compare
Choose a tag to compare
NT: Release is available