GNOME Bugzilla – Bug 730041
autodiscover error finding <OABUrl> and <ASUrl>
Last modified: 2014-05-30 13:45:20 UTC
Created attachment 276421 [details] Example XML response GOA fails to check authentication reporting an error finding "ASUrl" for an exchange account. This happens when the first <Protocol> node does not contain <ASUrl> in the server response.
Created attachment 276422 [details] [review] proposed patch
This is the counterpart of evolution-ews bug 730042
Review of attachment 276422 [details] [review]: Perfect. Thanks for the patch, Nathan. Extra points for fixing bug 730042 too. ::: src/goabackend/goaewsclient.c @@ +298,3 @@ + if (op_res) { + break; + } Nit pick: We don't use braces for one line if branches.
Created attachment 277548 [details] [review] ewsclient: Autodiscover XML can contain multiple Protocol elements