mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-02-13 03:23:34 +00:00
Another double-encoded field...
This commit is contained in:
parent
dbfd835488
commit
1be5cd808a
@ -1742,7 +1742,7 @@ EOQRY;
|
||||
break;
|
||||
|
||||
case 'DAV::current-user-principal':
|
||||
$prop->NewElement('current-user-principal', $reply->href( ConstructURL($request->principal->url()) ) );
|
||||
$prop->NewElement('current-user-principal', $reply->href( ConstructURL(rawurldecode($request->principal->url())) ) );
|
||||
break;
|
||||
|
||||
case 'SOME-DENIED-PROPERTY': /** indicating the style for future expansion */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user