This is necessary to make the overview test pass.
$subject was null so strpos was throwing an exception, probably since php8.
Signed-off-by: Louis Chemineau <louis@chmn.me>
For now this is modified JrdResponse from
https://github.com/nextcloud/server/pull/26178
Let's hope that we can switch to the OCP one in NC 25
Signed-off-by: Carl Schwan <carl@carlschwan.eu>