19 declare(strict_types=1);
32 $path = preg_replace(
"#\\\\(?!['\\\])#m",
'/', $path);
33 $path = preg_replace(
'#\p{C}+#u',
'', (
string) $path);
36 foreach (explode(
'/', (
string) $path) as $part) {
44 throw new \LogicException(
45 'Path is outside of the defined root, path: [' . $path .
']' 57 return implode(
'/',
$parts);
if($clientAssertionType !='urn:ietf:params:oauth:client-assertion-type:jwt-bearer'|| $grantType !='client_credentials') $parts
static normalizeRelativePath(string $path)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...