mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +01:00
32739d64d6
- PUT with url containing an encoded % (%25) was stored as is, due to minimal encoding in HTTP_WebDAV_Server class, now this is changed back to store just % - PROPFIND/REPORT was urldecoding the caldav_name/path, so % as well as %25 were reported as %25 - multiget REPORT was not finding a caldav_name containing %25 reported in PROPFIND as %2525 --> all above is working now and caldav_name with %25 or %2525 can not read via multiget |
||
---|---|---|
.. | ||
Handler.php | ||
Hooks.php | ||
IcalIterator.php | ||
Principals.php | ||
PropfindIterator.php |