Summary | Autodiscover2-patch breaks Autodiscover1 |
Queue | Synchronization |
Queue Version | FRAMEWORK_5_2 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | rm (at) hetzner (dot) de |
Created | 02/19/2020 (1964 days ago) |
Due | |
Updated | 02/24/2020 (1959 days ago) |
Assigned | |
Resolved | 02/24/2020 (1959 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Priority ⇒ 1. Low
commit 3bdfe2effc35a4d522014e710d5680293e38b62f
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 23 Feb 2020 22:23:27 -0500
[mjr] Fix regression in Autodiscover v1 (
Bug #14992).M doc/Horde/Core/changelog.yml
https://github.com/horde/Core/commit/3bdfe2effc35a4d522014e710d5680293e38b62f
commit 89f9751aae8e643fa7523913cad316760671ed5b
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 23 Feb 2020 22:21:58 -0500
[mjr] Fix regression in Autodiscover v1 (
Bug #14992).M doc/Horde/Core/CHANGES
M package.xml
https://github.com/horde/Core/commit/89f9751aae8e643fa7523913cad316760671ed5b
commit 995fc2527a64cd0c12c118cdb7a4aa1020359a57
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Sun, 23 Feb 2020 22:21:58 -0500
[mjr] Fix regression in Autodiscover v1 (
Bug #14992).M doc/Horde/Core/changelog.yml
https://github.com/horde/Core/commit/995fc2527a64cd0c12c118cdb7a4aa1020359a57
commit a536bf22bb8b77fd0698aa3291995cb981e0a6f4
Author: Michael J Rubinsky <michael.rubinsky@theartcraftgroup.com>
Date: Sun, 23 Feb 2020 22:19:52 -0500
Bug: 14992Fix regression in v1 autodiscoveryM lib/Horde/Core/ActiveSync/Driver.php
https://github.com/horde/Core/commit/a536bf22bb8b77fd0698aa3291995cb981e0a6f4
commit f74ff9f77c4e85c10bcfb8f9e807fdba6cdf1536
Author: Michael J Rubinsky <michael.rubinsky@theartcraftgroup.com>
Date: Sun, 23 Feb 2020 20:35:11 -0500
Bug: 14992Fix regression in v1 autodiscoveryM lib/Horde/Core/ActiveSync/Driver.php
https://github.com/horde/Core/commit/f74ff9f77c4e85c10bcfb8f9e807fdba6cdf1536
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Autodiscover2-patch breaks Autodiscover1
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
This patch breaks Autodiscover-v1
$params['url'] ist not populated for v1 anymore. This results in an
XML like this:
...
<Settings>
<Server>
<Type>MobileSync</Type>
<Url></Url>
<Name></Name>
</Server>
</Settings>
...
Solution: Set the URL-Parameter not only for v2