Closed
Bug 451582
Opened 16 years ago
Closed 16 years ago
Page loads as blank for Apache Cocoon site
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 327796
People
(Reporter: tsk133, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.1) Gecko/2008071616 CentOS/3.0.1-1.el5.centos Firefox/3.0.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.0.1) Gecko/2008071616 CentOS/3.0.1-1.el5.centos Firefox/3.0.1
Xml-qstat, a way to monitor a cluster using the sun grid engine, doesn't work with Firefox 3. The page loads blank, and checking the page source, everything but a few lines from the top is grayed out as if its a comment.
Reproducible: Always
Steps to Reproduce:
1. Go to page http://hermes.igc.gulbenkian.pt/xmlqstat/qstat.html
2.
3.
Actual Results:
Page loads blank. Checking page source shows most of the code is interpreted to be commented out.
Expected Results:
The page should load since looking at the page code, there is no indication of a comment being opened.
This problem is not found in Opera or Safari. Internet Explorer is not supported by the site and a visitor is told this.
Comment 1•16 years ago
|
||
It's grey because the script Tag is never closed properly.
<script .../> is wrong.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
Comment 2•16 years ago
|
||
a forgot:
using <script .. /> is only valid for xhtml but your server sends (used http://web-sniffer.net) :
HTTP Status Code: HTTP/1.1 200 OK
Date: Thu, 21 Aug 2008 21:01:18 GMT
Server: Jetty/4.2.23 (Linux/2.6.5-7.252-smp i386 java/1.4.2_13)
X-Cocoon-Version: 2.1.8
Vary: User-Agent
Content-Type: text/html; charset=ISO-8859-1
Content-Length: 112498
Connection: close
and Gecko is using text/html, change the content type and it should work.
You need to log in
before you can comment on or make changes to this bug.
Description
•