docs: add changelog for PR 13041

This commit is contained in:
zmstone 2024-05-14 10:26:35 +02:00
parent 93232d4253
commit 5983b7c6f2
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Improve HTTP authentication error log message.
If HTTP content-type header is missing for POST method, it now emits a meaningful error message instead of a less readable exception with stack trace.