From bd7d6e4b2f451806a1716f0dc0dd7e0a8448423b Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Mon, 31 Mar 2025 13:55:46 +0200
Subject: [PATCH] WIP

Signed-off-by: Martin Weise <martin.weise@tuwien.ac.at>
---
 .docs/changelog.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.docs/changelog.md b/.docs/changelog.md
index 47439d975f..af778b5ec5 100644
--- a/.docs/changelog.md
+++ b/.docs/changelog.md
@@ -6,6 +6,8 @@ author: Martin Weise
 
 #### Features
 
+* Fixed a bug where validation of missing `Principal` object in Java services caused a 400 error instead of a 401 error
+  in [#512](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/512).
 * Refactored internal Java-based testing data that improves test consistency
   in [#510](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/510).
 * Added automated dashboard generation for all public databases where each view has an overview of its data and
-- 
GitLab