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

RFC 4918 compliance: Remove unexpected propstat #1285

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

Commits on Jul 15, 2020

  1. RFC 4918 compliance: Remove unexpected propstat

    According to RFC 4918, there is two types of response elements:
    
    Type 1 contains one or more href and one status child elements.
    
    Type 2 contains one href and one or more propstat child elements.
    
    Both types may contain further optional elements.
    
    For Type 1, sabre/dav inserts a spurious propstat element, which
    violated the element definition by RFC 4918.
    mstilkerich committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    74bd2d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    facb099 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Configuration menu
    Copy the full SHA
    1eeecce View commit details
    Browse the repository at this point in the history