ZF-4020: Zend_Db_Profiler_Firebug with long headers
Description
When my header exceed 5000 characters, It is break into multiple parts. All parts seems to go out from my server (tested with my ZendStudio). They are not correctly combined on my Firefox (FF3.0, Firebug 1.2b07, FirePHP 0.1.1).
Comments
Posted by Christoph Dorn (cadorn) on 2008-08-21T09:59:13.000+0000
This looks like an issue with the FirePHP extension. I'll keep the ticket here and update it for convenience.
Posted by Matthew Weier O'Phinney (matthew) on 2008-08-22T14:50:07.000+0000
Scheduling for RC3
Posted by Christoph Dorn (cadorn) on 2008-08-24T00:11:27.000+0000
See FirePHP issue http://code.google.com/p/firephp/… for updates.
Posted by Christoph Dorn (cadorn) on 2008-08-24T00:39:23.000+0000
This is an issue with the FirePHP Plugin.
Posted by Christoph Dorn (cadorn) on 2008-08-24T19:16:02.000+0000
The problem is caused by headers being trimmed if there is whitespace at the beginning or end of the header value.
I will be updating the wildfire protocol to include a "|" character at the beginning and end of the header values to ensure whitespace is not trimmed.
Posted by Mickael Perraud (mikaelkael) on 2008-08-26T11:57:18.000+0000
This is OK for me. ZF SVN 11073, FF3.0.1, Firebug 1.2.0, FirePHP 0.1.2
Posted by Christoph Dorn (cadorn) on 2008-08-26T12:04:39.000+0000
Great to hear that it works for you now. Thanks for reporting the issue and the follow-up.
Posted by Wil Sinclair (wil) on 2008-09-02T10:39:39.000+0000
Updating for the 1.6.0 release.