Searched hist:"2 cc228b69e38ef42c5d9e9a7f7cf538c23021215" (Results 1 – 2 of 2) sorted by relevance
| /dokuwiki/inc/Remote/ |
| H A D | XmlRpcServer.php | 2cc228b69e38ef42c5d9e9a7f7cf538c23021215 Sat Jun 06 20:14:09 UTC 2026 Andreas Gohr <andi@splitbrain.org> Read REMOTE_USER through $INPUT in the RPC servers
Route the logged-in check that selects between a 401 and 403 response through the $INPUT abstraction instead of reading the $_SERVER superglobal directly. This matches how the rest of both servers already read request data and lets tests exercise both branches by setting the server value via $INPUT.
|
| H A D | JsonRpcServer.php | 2cc228b69e38ef42c5d9e9a7f7cf538c23021215 Sat Jun 06 20:14:09 UTC 2026 Andreas Gohr <andi@splitbrain.org> Read REMOTE_USER through $INPUT in the RPC servers
Route the logged-in check that selects between a 401 and 403 response through the $INPUT abstraction instead of reading the $_SERVER superglobal directly. This matches how the rest of both servers already read request data and lets tests exercise both branches by setting the server value via $INPUT.
|