Skip to content

Commit a8f0114

Browse files
andreaswolfirnnr
authored andcommitted
[BUGFIX] Send correct response code when not authenticated.
Change-Id: I095f9bca87cd9cd7eb63a2841a7702bff1d3797b Releases: master
1 parent 780850d commit a8f0114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/IndexQueue/PageIndexerRequestHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ public function run() {
8888
'index queue header' => $_SERVER['HTTP_X_TX_SOLR_IQ']
8989
)
9090
);
91+
http_response_code(403);
9192
die('Invalid Index Queue Request!');
9293
}
9394

0 commit comments

Comments
 (0)