Summary | HORDE: PHP ERROR: Header may not contain more than a single header, new line detected |
Queue | Horde Framework Packages |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | tuxillo (at) quantumachine (dot) net |
Created | 03/03/2015 (3778 days ago) |
Due | |
Updated | 03/03/2015 (3778 days ago) |
Assigned | |
Resolved | 03/03/2015 (3778 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Rubinsky
State ⇒ Resolved
Priority ⇒ 1. Low
fix whatever underlying issues are causing the HTTP 500 to begin with.
I.e., this only affected the error text being sent back to the client.
commit bb52fdb413cc9abba46cf85789779a9fbd165817
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Tue Mar 3 18:48:07 2015 -0500
Bug: 13894Avoid returning invalid strings in HTTP response.Really no need to return the error message here anyway, just log it.
framework/Rpc/lib/Horde/Rpc/ActiveSync.php | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
http://github.com/horde/horde/commit/bb52fdb413cc9abba46cf85789779a9fbd165817
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ HORDE: PHP ERROR: Header may not contain more than a single header, new line detected
Type ⇒ Bug
State ⇒ Unconfirmed
When trying to connect an Android device (4.4.4) to my Horde
installation using Mail app through ActiveSync, connection fails and I
get the following error in /var/log/messages:
HORDE: PHP ERROR: Header may not contain more than a single header,
new line detected [pid 1007 on line 163 of
"/usr/share/php/Horde/Rpc/ActiveSync.php"]
Details from the server are:
- Debian 7
- PHP 5.4.36
- Apache 2.2.22 with mod_php
- Horde Groupware 5.2.5 (I believe the horde_rpc is 2.26 since I've
just upgraded).
Offending line would be:
https://github.com/horde/horde/blob/master/framework/Rpc/lib/Horde/Rpc/ActiveSync.php#L163
Cheers,
Antonio Huete