6.0.0-beta1
7/6/25

[#14992] Autodiscover2-patch breaks Autodiscover1
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

History
02/24/2020 03:26:14 AM Michael Rubinsky State ⇒ Resolved
Priority ⇒ 1. Low
 
02/24/2020 03:23:32 AM Git Commit Comment #6 Reply to this comment
Changes have been made in Git (master):

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
02/24/2020 03:22:09 AM Git Commit Comment #5 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

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
02/24/2020 03:22:08 AM Git Commit Comment #4 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

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
02/24/2020 03:22:07 AM Git Commit Comment #3 Reply to this comment
Changes have been made in Git (FRAMEWORK_5_2):

commit a536bf22bb8b77fd0698aa3291995cb981e0a6f4
Author: Michael J Rubinsky <michael.rubinsky@theartcraftgroup.com>
Date:   Sun, 23 Feb 2020 22:19:52 -0500

Bug: 14992  Fix regression in v1 autodiscovery

  M lib/Horde/Core/ActiveSync/Driver.php

https://github.com/horde/Core/commit/a536bf22bb8b77fd0698aa3291995cb981e0a6f4
02/24/2020 03:18:19 AM Git Commit Comment #2 Reply to this comment
Changes have been made in Git (master):

commit f74ff9f77c4e85c10bcfb8f9e807fdba6cdf1536
Author: Michael J Rubinsky <michael.rubinsky@theartcraftgroup.com>
Date:   Sun, 23 Feb 2020 20:35:11 -0500

Bug: 14992  Fix regression in v1 autodiscovery

  M lib/Horde/Core/ActiveSync/Driver.php

https://github.com/horde/Core/commit/f74ff9f77c4e85c10bcfb8f9e807fdba6cdf1536
02/19/2020 12:06:48 PM rm (at) hetzner (dot) de Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Autodiscover2-patch breaks Autodiscover1
Queue ⇒ Synchronization
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
https://github.com/horde/Core/commit/d57b179fa730575f2ffe027eb9aaea5d116d24a2#diff-3d84f87349494a2a887c3dcedc03fb4c

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

Saved Queries