[Tickets #11624] ActiveSync Autodiscovery for Apple iOS devices (easy to fix)
bugs at horde.org
bugs at horde.org
Fri Nov 2 12:19:37 UTC 2012
BITTE NICHT AUF DIESE NACHRICHT ANTWORTEN. NACHRICHTEN AN DIESE
E-MAIL-ADRESSE WERDEN NICHT GELESEN.
Ticket-URL: http://bugs.horde.org/ticket/11624
------------------------------------------------------------------------------
Ticket | 11624
Erstellt Von | torben at dannhauer.info
Zusammenfassung | ActiveSync Autodiscovery for Apple iOS devices (easy to
| fix)
Warteschlange | Horde Framework Packages
Version | Git master
Typ | Bug
Status | Unconfirmed
Priorität | 3. High
Milestone |
Patch | 1
Zuständige |
------------------------------------------------------------------------------
torben at dannhauer.info (2012-11-02 12:19) hat geschrieben:
The ActiveSync AutoDiscovery does no work for iOS (iOS 6.0.1) because
the REQUEST_URI is checked case sensitive for
"autodiscover/autodiscover.xml" while iOS uses the URI
"Autodiscover/Autodiscover.xml"
Please adapt the following files and use stripos(..) instead of
strpos(..) or "=="
- Horde/Rpc/ActiveSync.php (3x)
- /horde/rpc.php (1x)
I tested with iOS6, with case insensitive comaprisions the
autodiscovery works.
More information about the bugs
mailing list