nickva commented on issue #1851:
URL: https://github.com/apache/couchdb/issues/1851#issuecomment-2873501385

   The PR to fix it: https://github.com/apache/couchdb/pull/5540
   
   We already had a clause handling not finding any cookies in the headers. But 
if we found some cookies, and non of them were `AuthSession` we logged an 
error. The PR makes it so that case is treated the same as not finding any 
cookies.
   
   This also explains why  it didn't impact the replication per-se: if both a 
CouchDB `AuthSession` cookie and and another proxy cookie were set, the 
`AuthSession` was found and used properly without generating an error in the 
logs. 
   
   Thanks for reaching out, @peterfarrell, and taking the time to debug and 
report the issue. And thanks to @rnewson for the hint on how to properly fix 
the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to