Closed
Bug 207311
Opened 23 years ago
Closed 17 years ago
chicagoharley.com - Script truncates HTTP header, no Content-Type sent
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mike, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4b) Gecko/20030508
Build Identifier: Mozilla/5.0 (Windows; U; Win 9x 4.90; en-US; rv:1.4b) Gecko/20030508
load the url and enter a part number (a valid # is "66419-00") and submit. the
html code is displayed in the lower frame not rendered.
Reproducible: Always
Steps to Reproduce:
1. load the url
2. enter a part number 66419-00
3. submit
Actual Results:
html code is displayed in the lower frame unrendered
Expected Results:
render the html
Comment 1•23 years ago
|
||
Someone correct me if I'm wrong (I'm trying to learn) but...
when I look at the headers sent by the server after submitting a part number on
this page this is what I see in the headers:
https://www.chicagoharley.com/cgi-bin/search_part3T.pl?part_number=2005
GET /cgi-bin/search_part3T.pl?part_number=2005 HTTP/1.1
Host: www.chicagoharley.com
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.4b) Gecko/20030526
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: https://www.chicagoharley.com/2frames/search_part.html
HTTP/1.x 200 OK
----------------------------------------------------------
at the end of this I should see "Content-Type: text/html" if it's supposed to be
rendered as html.
I believe this is a fault caused by the search_part3T.pl script of the site.
To get this fixed you need to contact someone affiliated with the site.
If this is the case then this needs to be recategorized as a Tech Evangelism bug.
Part 2005 you guys, I'm going home!
Comment 2•23 years ago
|
||
It looks like the script adds an extra line-feed after the "HTTP/1.x 200 OK",
causing the headers to terminate prematurely. To Tech Evang.
Assignee: frame → susiew
Status: UNCONFIRMED → NEW
Component: Layout: HTML Frames → US General
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: madhur → zach
Summary: displays html code instead of rendering the page → Script truncates HTTP header, no Content-Type sent
Version: Trunk → unspecified
Comment 3•23 years ago
|
||
tech evang june 2003 reorg
Assignee: susiew → english-us
QA Contact: zach → english-us
Updated•22 years ago
|
Summary: Script truncates HTTP header, no Content-Type sent → chicagoharley.com - Script truncates HTTP header, no Content-Type sent
Comment 4•17 years ago
|
||
redirects now
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•