mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-29 18:26:05 +00:00
PHP 5.3 URI escaping is in line with RFC 3986, so ~ is not escaped.
This commit is contained in:
parent
930d582e9b
commit
0e72376186
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
|
||||
<response>
|
||||
<href>/%7Euser1/</href>
|
||||
<href>/~user1/</href>
|
||||
<propstat>
|
||||
<prop>
|
||||
<acl>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user