Files
agendula/dav
makiolaj 89c3a5f66e sync: do not cache a challenge we refuse to answer
The cleartext gate sits on the emission, but the 401 branch cached the
Basic challenge before reaching it. So after refusing a plain-HTTP
challenge the handler still believed Basic was in play: the preemptive
block is skipped because it requires both caches empty, the refusal
repeats, and the 401 after that logs "Basic credentials didn't work last
time" about a credential that never reached the wire.
2026-09-07 21:45:44 +02:00
..