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

Response must not contain stats **and** propstat #1487

Closed
susnux opened this issue Sep 18, 2023 · 0 comments · Fixed by #1488
Closed

Response must not contain stats **and** propstat #1487

susnux opened this issue Sep 18, 2023 · 0 comments · Fixed by #1488

Comments

@susnux
Copy link
Contributor

susnux commented Sep 18, 2023

As per rfc2518 the response element

  • must contain a href
  • might contain a responsedescription
  • contain either (status|href*) OR propstat+

So this code might produce invalid responses:

if ($status = $this->getHTTPStatus()) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant