Commit e771a4fb authored by Milan Crha's avatar Milan Crha
Browse files

EWebDAVDiscover can report failure on success and hide collections

Two issues:
a) when the server returns success on the given URL PROPFIND, but
   doesn't support /.well-known/ addresses, then the try on the
   /.well-known/ could overwrite the success of the given URL PROPFIND,
   causing return failure without setting the GError;
b) when the given URL is a collection of the type the output is filtered
   for, the URL could be skipped from consideration and not included
   in the output discovered resources.

Reported downstream as a gnome-calendar crash:
https://bugzilla.redhat.com/show_bug.cgi?id=1287073
parent fe4ac94c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment