Skip to content

fix: if-match and if-none-match header are present on the same request #62

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kesslerd
Copy link

Calling setEtag adds the header without removing previously added headers. This can lead to having multiples of the same header or conflicting headers like if-match='*' and if-none-match='*'

The error happens during the call writeCalendarOnServer when the parameter isNew is false

  1. The AbstractPutMethod constructor calls setEtag(null)
  2. The put method in the DefaultDavClientcalls setEtag("*")

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 this pull request may close these issues.

1 participant