Issue Details (XML | Word | Printable)

Key: ZF-4020
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: N/A N/A
Assignee: Christoph Dorn
Reporter: Mickael Perraud
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Zend_Db_Profiler_Firebug with long headers

Created: 21/Aug/08 02:18 AM   Updated: 02/Sep/08 10:39 AM   Resolved: 24/Aug/08 07:21 PM
Return to search "Fixed in 1.5.1"
Component/s: Zend_Wildfire
Affects Version/s: 1.6.0RC2
Fix Version/s: 1.6.0

Time Tracking:
Not Specified

Fix Version Priority: Must Have


 Description  « Hide

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).



Christoph Dorn added a comment - 21/Aug/08 09:59 AM

This looks like an issue with the FirePHP extension. I'll keep the ticket here and update it for convenience.


Matthew Weier O'Phinney added a comment - 22/Aug/08 02:50 PM

Scheduling for RC3


Christoph Dorn added a comment - 24/Aug/08 12:11 AM

Christoph Dorn added a comment - 24/Aug/08 12:39 AM

This is an issue with the FirePHP Plugin.


Christoph Dorn added a comment - 24/Aug/08 07:16 PM

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.


Mickael Perraud added a comment - 26/Aug/08 11:57 AM

This is OK for me.
ZF SVN 11073, FF3.0.1, Firebug 1.2.0, FirePHP 0.1.2


Christoph Dorn added a comment - 26/Aug/08 12:04 PM

Great to hear that it works for you now. Thanks for reporting the issue and the follow-up.


Wil Sinclair added a comment - 02/Sep/08 10:39 AM

Updating for the 1.6.0 release.