Skip to content

Ignore extraneous cookie in replicator session plugin#5540

Merged
nickva merged 1 commit intomainfrom
replicator-ignore-other-cookies
May 12, 2025
Merged

Ignore extraneous cookie in replicator session plugin#5540
nickva merged 1 commit intomainfrom
replicator-ignore-other-cookies

Conversation

@nickva
Copy link
Copy Markdown
Contributor

@nickva nickva commented May 12, 2025

Previously, the replictor session plugin emitted an error log line if it found only non-AuthSession cookies in the headers.

It turns out, as we saw in #1851, some proxies can set their own cookies, and so CouchDb replicator should expect and skip over those without generating excessive log noise.

Fix #1851

Previously, the replictor session plugin emitted an error log line if it found
only non-`AuthSession` cookies in the headers.

It turns out, as we saw in #1851, some proxies can set their own cookies, and
so CouchDb replicator should expect and skip over those without generating
excessive log noise.

Fix #1851
@nickva nickva merged commit f45f0ee into main May 12, 2025
23 checks passed
@nickva nickva deleted the replicator-ignore-other-cookies branch May 12, 2025 19:18
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.

couch_replicator_auth_session : Could not parse cookie from response headers cookie_format_invalid

2 participants