[Tickets #2227] NEW: Malformed header

bugs@bugs.horde.org bugs at bugs.horde.org
Tue Jul 5 14:49:24 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2227
-----------------------------------------------------------------------
 Ticket             | 2227
 Created By         | johnp at ktro.com
 Summary            | Malformed header
 Queue              | Horde Base
 Version            | 3.0.4
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


johnp at ktro.com (2005-07-05 14:49) wrote:

Certain URL's in Emails do not process correctly.
The header is not created correctly.
Note the tick after the URL=
Possible to use double quotes, or completely
encompass the URL and args in quites.
  at or around line 77 of horde/services/go.php

// Otherwise we're issuing a refresh.
header('Refresh: 0; URL=' . $_GET['url']);

Either of the following work.
header("Refresh: 0; URL={$_GET['url']}");
header("location: $_GET[url]");








More information about the bugs mailing list