Skip to content
Snippets Groups Projects

Fixed the bug where spaces weren't encoded in entitlements

Closed Pavel Břoušek requested to merge github/fork/BaranekD/bugfix_space_encoding into master
2 files
+ 3
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -232,6 +232,7 @@ class PerunEntitlement extends ProcessingFilter
private function encodeName($name)
{
$charsToSkip = [
' ' => '%20',
'!' => '%21',
'$' => '%24',
'\'' => '%27',
Loading