[Tickets #11639] Re: ActiveSync :: Extend the Autodiscover feature to return also valid answers to MS Outlook queries

bugs at horde.org bugs at horde.org
Thu Nov 15 11:25:17 UTC 2012


BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE  
E-MAIL-ADRESSE WERDEN NICHT GELESEN.

Ticket-URL: http://bugs.horde.org/ticket/11639
------------------------------------------------------------------------------
  Ticket           | 11639
  Aktualisiert Von | torben at dannhauer.info
  Zusammenfassung  | ActiveSync :: Extend the Autodiscover feature to return
                   | also valid answers to MS Outlook queries
  Warteschlange    | Horde Framework Packages
  Version          | Git develop
  Typ              | Enhancement
  Status           | Feedback
  Priorität        | 1. Low
  Milestone        |
  Patch            | 1
  Zuständige       | Michael Rubinsky
------------------------------------------------------------------------------


torben at dannhauer.info (2012-11-15 11:25) hat geschrieben:

> Implemented.
>
> Anyway you can test the current Git code in your setup?

In autodiscover.php in line 66 is an error:

       if (!empty($results['raw_xml'])) {

should be

       if (empty($results['raw_xml'])) {

in my opinion. otherwise it wouldn't call buildResponse( if raw_xml is empty..

Torben





More information about the bugs mailing list