Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Handle Depth header for COPY as this is required by RFC #1495

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2023

  1. fix(CorePlugin): Handle Depth header in HTTP MOVE

    Only `Depth: infinity` is allowed, ref: rfc4918#section-9.9.2
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    e180fcc View commit details
    Browse the repository at this point in the history
  2. fix(CorePlugin): Handle Depth header for COPY requests

    1. According to the RFC[1] servers **must** support `Depth` 'infinity' and 0.
    2. And COPY method on a collection without a Depth header MUST act as if
    a Depth header with value "infinity" was included.
    
    [1] rfc4918#section-9.8.3
    
    Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
    susnux committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    1076773 View commit details
    Browse the repository at this point in the history