Summary | Picture over SyncML gets broken on MoreData tag |
Queue | Synchronization |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | joniw (at) t-online (dot) de |
Created | 12/14/2011 (4961 days ago) |
Due | |
Updated | 04/12/2012 (4841 days ago) |
Assigned | 04/05/2012 (4848 days ago) |
Resolved | 04/12/2012 (4841 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 626e2c753cfe248af05a1ae037298bf075678d77
Author: Jan Schneider <jan@horde.org>
Date: Thu Apr 12 18:28:01 2012 +0200
[jan] Don't corrupt binary data like images if sent in several
messages (Jonathan Westerholt <joniw@t-online.de>,
Bug #10864).framework/SyncMl/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/626e2c753cfe248af05a1ae037298bf075678d77
commit 5f723a701a66c96448d61f10dfd5d7efd5b0286b
Author: Jan Schneider <jan@horde.org>
Date: Thu Apr 12 18:25:44 2012 +0200
Tweaks, style (
Bug #10864).framework/SyncMl/lib/Horde/SyncMl/Command/Sync.php | 21 ++++++++++---------
1 files changed, 11 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/5f723a701a66c96448d61f10dfd5d7efd5b0286b
commit 90d969ef7a9d6b65e99484ff188891bd40cfac15
Author: Jonathan Westerholt <joniw@t-online.de>
Date: Sun Feb 26 04:18:09 2012 +0100
Added trimming of the beginning of Data content to stop
corruption of pictures
Bug: 10864Signed-off-by: Jan Schneider <jan@horde.org>
framework/SyncMl/lib/Horde/SyncMl/Command/Sync.php | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/90d969ef7a9d6b65e99484ff188891bd40cfac15
State ⇒ Resolved
commit 626e2c753cfe248af05a1ae037298bf075678d77
Author: Jan Schneider <jan@horde.org>
Date: Thu Apr 12 18:28:01 2012 +0200
[jan] Don't corrupt binary data like images if sent in several
messages (Jonathan Westerholt <joniw@t-online.de>,
Bug #10864).framework/SyncMl/package.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/626e2c753cfe248af05a1ae037298bf075678d77
commit 5f723a701a66c96448d61f10dfd5d7efd5b0286b
Author: Jan Schneider <jan@horde.org>
Date: Thu Apr 12 18:25:44 2012 +0200
Tweaks, style (
Bug #10864).framework/SyncMl/lib/Horde/SyncMl/Command/Sync.php | 21 ++++++++++---------
1 files changed, 11 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/5f723a701a66c96448d61f10dfd5d7efd5b0286b
commit 90d969ef7a9d6b65e99484ff188891bd40cfac15
Author: Jonathan Westerholt <joniw@t-online.de>
Date: Sun Feb 26 04:18:09 2012 +0100
Added trimming of the beginning of Data content to stop
corruption of pictures
Bug: 10864Signed-off-by: Jan Schneider <jan@horde.org>
framework/SyncMl/lib/Horde/SyncMl/Command/Sync.php | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/90d969ef7a9d6b65e99484ff188891bd40cfac15
State ⇒ Assigned
New Attachment: 0001-added-trimming-of-the-beginning-of-Data-content-to-s.patch
the sent xml is added to the saved content in the sync state there is
an additional linebreak in the new content.
I created a patch which trims the linebreak if the current sync
message is a successor of a message with the MoreData tag.
Now the pictures are not broken anymore when syncing.
with regards
Jonathan
with regards
Jonathan Westerholt
steps to generate complete SyncML debugging information.
contains some private data. Should i send it directlto to you?
with regards
Jonathan Westerholt
steps to generate complete SyncML debugging information.
other direction because i fill the data from outlook.
State ⇒ Feedback
Summary ⇒ Picture over SyncML gets broken on MoreData tag
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ [SyncML] Picture over syncML gets broken on moredata tag
Type ⇒ Bug
Queue ⇒ Synchronization
picture is interrupted with the <MoreData/> tag.
It seems that the rest of the picture is not appended to the beginning
of the photo.