[Tickets #7769] Re: Linux Funambol 0.7+ on thunderbird gives send http request error

bugs at horde.org bugs at horde.org
Thu Jul 9 00:59:43 UTC 2009


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

Ticket URL: http://bugs.horde.org/ticket/7769
------------------------------------------------------------------------------
  Ticket             | 7769
  Updated By         | devendralaulkar at yahoo.com
  Summary            | Linux Funambol 0.7+ on thunderbird gives send http
                     | request error
  Queue              | SyncML
  Type               | Bug
  State              | No Feedback
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Jan Schneider
------------------------------------------------------------------------------


devendralaulkar at yahoo.com (2009-07-08 20:59) wrote:

After some testing, I figured out the problem.
In Horde.php in function compressOutput() - We are not checking for  
$no_compress set in rpc.php.
Hence, the function enables compression using the global setting.

This can be easily resolved by checking if $no_compress is true.
Patch for Horde.php is as follows

1235a1236,1239
>
>       if($GLOBALS['no_compress']) {
>         return;
>       }

This compresses the pages properly when enabled, and disables  
compression when called from rpc.php (as I have tested)
Cheers,
Devendra Laulkar.






More information about the bugs mailing list