Ticket #841 (defect)
Opened 3 months ago
Last modified 2 months ago
Strange output from THttpResponse
Status: reopened
| Reported by: | intol | Assigned to: | xue |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1.3 |
| Component: | Prado Framework v3 | Version: | 3.1 |
| Severity: | minor | Keywords: | |
| Cc: |
After trying to upgrade from 3.1.2a to 3.1.2 I'm seeing strange output (before and after normal page HTML). It's like "e999f". I'm certain it's connected to changes in THttpResponse file (checked).
I think it's same error: http://www.pradosoft.com/forum/index.php/topic,10063.0.html .
Attachments
Change History
05/06/2008 04:21:28 PM: Modified by intol
05/16/2008 08:00:00 AM: Modified by tof06
- status changed from new to closed.
- resolution set to fixed.
Thanks
05/18/2008 09:58:21 AM: Modified by aztech
- status changed from closed to reopened.
- resolution deleted.
Your changes in THttpResponse and THttpRequest did something strange with behaviour of my login panel where I'm using TAuthManager and TDbUserManager. I cannot say where the problem is but when I'm pressing login button I'm redirected into LoginPage? as usually, but all my controls which are using checking if user is logged to be visible do not appear!
05/19/2008 11:58:28 AM: Modified by tof06
Can you reproduce the issue with a small test ?
That's really strange. Can you give me also the value of $_SERVER['SERVER_PROTOCOL'] ?
05/23/2008 07:14:43 AM: Modified by silver
Attaching a simple example and a request result (just a phpinfo() inside)
05/23/2008 07:17:35 AM: Modified by silver
- attachment testandresult.zip added.
Simple test to reproduce Chunked response to HTTP1.0 request. See response txt
05/27/2008 08:04:12 AM: Modified by tof06
@silver: did you try with the latest trunk ? I can't reproduce with your test. But my php CLI is doing a HTTP/1.1 Request. Lynx is a HTTP/1.0 only browser, and I can open any prado page (since the changeset which has closed this issue)
06/02/2008 05:01:35 AM: Modified by silver
That was with snapshot 080523. I tried with the yesterdays snapshot now it works well in Apache 2.2.5 but still buggy with Nupshere SRV webserver.
Silver

Sorry, my mistake - this is not connected to the mentioned forum thread.