Another double-encoded field...

This commit is contained in:
Andrew McMillan 2012-07-08 23:13:06 +12:00
parent dbfd835488
commit 1be5cd808a

View File

@ -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 */