Print

Print


  Branch: refs/heads/master
  Home:   https://github.com/xrootd/xrootd
  Commit: 7c44e645abd3865e01695977bc9c22ae08179970
      https://github.com/xrootd/xrootd/commit/7c44e645abd3865e01695977bc9c22ae08179970
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M src/XrdHttp/XrdHttpReq.cc

  Log Message:
  -----------
  XrdHttpReq: Corrected needs_base64_padding logic


  Commit: 8c9fbb3409e936b2f36861bcc0085c02dc0a9272
      https://github.com/xrootd/xrootd/commit/8c9fbb3409e936b2f36861bcc0085c02dc0a9272
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M src/XrdCl/XrdClUtils.hh
    M src/XrdHttp/XrdHttpReq.cc
    M src/XrdHttp/XrdHttpReq.hh
    A src/XrdUtils/XrdUtils.hh

  Log Message:
  -----------
  XrdHttp: Modified the checksum handling logic

a) Ignore unsupported checksums
b) On the first supported checksum return that checksum
c) If no requested checksums are supported return the default checksum
(with the proper name)
d) If checksums are not supported at all, return an error. (405 Method not allowed)

Fixes #1707


  Commit: 217c3968ca28629f638f576ee5ab9805c81eb72f
      https://github.com/xrootd/xrootd/commit/217c3968ca28629f638f576ee5ab9805c81eb72f
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-01-30 (Mon, 30 Jan 2023)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Update notes on issue 1707: XrdHttp checksum logic change


  Commit: 94fd932335375d030d7d5b19e1f0acc142d4f4cc
      https://github.com/xrootd/xrootd/commit/94fd932335375d030d7d5b19e1f0acc142d4f4cc
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M src/XrdHttp/XrdHttpProtocol.cc
    M src/XrdHttp/XrdHttpProtocol.hh
    M src/XrdHttp/XrdHttpReq.cc

  Log Message:
  -----------
  XrdHttp: The configured checksum list is now initialized in the Configure() method of the XrdHttpProtocol


  Commit: 2b4af13e832b25828e8ae1e787b12abb0ba626f4
      https://github.com/xrootd/xrootd/commit/2b4af13e832b25828e8ae1e787b12abb0ba626f4
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M src/XrdCl/XrdClUtils.hh
    M src/XrdHttp/XrdHttpReq.cc
    M src/XrdOuc/XrdOucUtils.hh
    R src/XrdUtils/XrdUtils.hh

  Log Message:
  -----------
  XrdOucUtils: Added the splitString() method to the XrdOucUtils class and deleted the XrdUtils directory


  Commit: 355bda02f6fc76fee4b318db92131cb80bfc4e94
      https://github.com/xrootd/xrootd/commit/355bda02f6fc76fee4b318db92131cb80bfc4e94
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M src/XrdOuc/XrdOucUtils.cc
    M src/XrdOuc/XrdOucUtils.hh

  Log Message:
  -----------
  XrdOucUtils: splitString() implementation moved to .cc file


  Commit: 42cdc25d56e4ed223570f30f9f08a9436df4749e
      https://github.com/xrootd/xrootd/commit/42cdc25d56e4ed223570f30f9f08a9436df4749e
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M src/XrdCl/XrdClUtils.hh

  Log Message:
  -----------
  XrdClUtils: Added history about the splitString() method


  Commit: 549837e8c2a8fd53b1421429d2130850aa3d26ed
      https://github.com/xrootd/xrootd/commit/549837e8c2a8fd53b1421429d2130850aa3d26ed
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M docs/PreReleaseNotes.txt

  Log Message:
  -----------
  Updated pre-release notes for the XrdHttp checksum logic change to follow the RFC


  Commit: fc603035d7e5043b667d40fc1781edf3aaa823ce
      https://github.com/xrootd/xrootd/commit/fc603035d7e5043b667d40fc1781edf3aaa823ce
  Author: Cedric Caffy <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M src/XrdCl/XrdClUtils.hh
    M src/XrdHttp/XrdHttpReq.cc
    A src/XrdOuc/XrdOucTUtils.hh
    M src/XrdOuc/XrdOucUtils.cc
    M src/XrdOuc/XrdOucUtils.hh

  Log Message:
  -----------
  XrdOucTUtils: Created this utility class so that it contains only templated code

splitString() has been moved to this class


  Commit: 0fc83b4c7269cd984a3cfea4d6bd8cfc86e32ed6
      https://github.com/xrootd/xrootd/commit/0fc83b4c7269cd984a3cfea4d6bd8cfc86e32ed6
  Author: Andrew Hanushevsky <[log in to unmask]>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M docs/PreReleaseNotes.txt
    M src/XrdCl/XrdClUtils.hh
    M src/XrdHttp/XrdHttpProtocol.cc
    M src/XrdHttp/XrdHttpProtocol.hh
    M src/XrdHttp/XrdHttpReq.cc
    M src/XrdHttp/XrdHttpReq.hh
    A src/XrdOuc/XrdOucTUtils.hh
    M src/XrdOuc/XrdOucUtils.cc
    M src/XrdOuc/XrdOucUtils.hh

  Log Message:
  -----------
  Merge pull request #1890 from ccaffy/XrdHttp-checksum-logic

XrdHttp checksum handling logic change


Compare: https://github.com/xrootd/xrootd/compare/c1cf1f658daa...0fc83b4c7269

########################################################################
Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1