[Tickets #12486] Re: Can't download attachments over ActiveSync
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Jul 25 03:25:32 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12486
------------------------------------------------------------------------------
Ticket | 12486
Updated By | Michael Rubinsky <mrubinsk at horde.org>
Summary | Can't download attachments over ActiveSync
Queue | Synchronization
Version | Git master
Type | Bug
State | Not A Bug
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Michael Rubinsky <mrubinsk at horde.org> (2013-07-25 03:25) wrote:
> This has definitely worked in the past, could it be due to the
> devices now being on 14.1 instead of 12.1 that they are requested
> differently?
Not likely, but you can test this yourself by setting the supported
version level in the config to 12.1.
There was a bug recently fixed that was causing attachments to ALWAYS
be truncated regardless of what the client requested. It's possible
you weren't hitting on your issue because the size was never larger
than 1MB.
Your logs show that a request for the data is successfully received,
parsed, the server successfully finds the requested data, prepares it
in the correct format and begins to stream it to the client. It's
after this last step that your server dies - during the operation that
reads a chunk of data from the attachment data stream and sends it
over the php output stream to the client. You can tell this because of
the "[stream]" value printed as the last successful log entry in each
request.
What version of PHP are you running?
More information about the bugs
mailing list