Skip to content

Releases: italiangrid/storm-webdav

StoRM WebDAV v1.4.2

27 Jun 20:06
db00352
Compare
Choose a tag to compare

Description

This release:

  • upgrades significant dependencies (spring-boot, canl, bouncycastle, jQuery)
  • removes the support for TRACE method
  • tunes some default values (default TPC timeout, default heap size, etc.)
  • and fixes other minor bugs/issues.

Bug fixes

  • [STOR-1396] - Ensure adler32 checksums are always 8 chars long
  • [STOR-1450] - Increase default timeout for TPC to 30 seconds
  • [STOR-1500] - When redis is disabled the health indicator for redis should be disabled
  • [STOR-1574] - Old java/canl creates problems with encoding of subject/issuer names in self-signed certificates
  • [STOR-1440] - StoRM WebDAV should configure a bigger heap by default
  • [STOR-1497] - Upgrade canl-java to v2.6.0
  • [STOR-1515] - StoRM WebDAV metrics on TPC.pull/push.throughput
  • [STOR-1555] - Upgrade jQuery version
  • [STOR-1556] - Remove TRACE from allowed methods
  • [STOR-1557] - Upgrade Spring Boot version to the latest
  • [STOR-1558] - Update bouncycastle version to 1.67
  • [STOR-1576] - Add .well-known endpoint for StoRM WebDAV to point to the Tape REST endpoint

Installation and configuration

If you’re upgrading, you can update and restart service:

yum update storm-webdav
systemctl restart storm-webdav

In case of a clean installation please read the System Administrator Guide.

StoRM WebDAV v1.4.1

01 Jun 16:07
Compare
Choose a tag to compare

1.4.1 (2021-05-12)

Description

This release fixes the failed state shown on stop/restart of the service due to a misunderstood exit code meaning.

Fixed

StoRM WebDAV v1.4.0

StoRM WebDAV v1.3.1

02 Oct 05:14
Compare
Choose a tag to compare
More logging handles for debugging sessions

StoRM WebDAV v1.3.0

09 Sep 15:37
Compare
Choose a tag to compare
Minor naming improvements

StoRM WebDAV v. 1.2.1

27 Dec 14:43
Compare
Choose a tag to compare
v1.2.1

Moved version to 1.2.1

StoRM WebDAV v. 1.2.0

07 Oct 09:47
Compare
Choose a tag to compare
v1.2.0

version 1.2.0 released with StoRM v1.11.16

StoRM WebDAV v. 1.1.0

01 Mar 09:58
ee720f2
Compare
Choose a tag to compare

StoRM WebDAV v. 1.0.5

07 Jul 15:13
Compare
Choose a tag to compare

Released within StoRM v. 1.11.12.

Description

This release is compiled and requires Java 8 JVM at runtime.

Enhancements

Installation and configuration

Check the the StoRM WebDAV installation and configuration guide for detailed installation and configuration information.

For the other StoRM services, check the System Administration Guide.

StoRM WebDAV v. 1.0.4

22 Jan 13:07
Compare
Choose a tag to compare

Description

This release provides fixes for a security vulnerability that was recently reported, and adds the support for RFC-3230. It explains how to get checksum type and value of the stored resources. From this release, each HEAD and GET response will include a header like:

Digest: adler32=8a23d4f8

to be compliant to the RFC-3230 specific.

Security vulnerabilities

More information concerning the security vulnerability addressed by this release are going to be published when appropriate at this URL.

New features

  • STOR-700 - Add support for RFC 3230 in StoRM WebDAV service

Installation and configuration

Check the the StoRM WebDAV installation and configuration guide for detailed installation and configuration information.

For the other StoRM services, check the the System Administration Guide.