Closed
Bug 218016
Opened 22 years ago
Closed 22 years ago
Cannot load stockback.com site
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mike+bugzilla, Assigned: mikepinkerton)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030827 Camino/0.7+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030827 Camino/0.7+
http://www.stockback.com/ won't load in Camino (or links or Safari, for that
matter) - looking at the request response, this may be a problem with excessive
newlines? If so, it's probably non-standard behavior by stockback.com... but I
thought I'd file a bug anyway.
Oddly, I can copy their html to http://blakeley.com/mozilla/stockback.html, and
view it in Camino without a problem. So maybe there's something amiss in the
Cookie or in another header?
$ wget --proxy=off -s -O - http://www.stockback.com/index.jsp | less
--14:41:55-- http://www.stockback.com/index.jsp
=> `-'
Resolving www.stockback.com... done.
Connecting to www.stockback.com[64.94.206.200]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
[<=> ] 0 --.--K/s
HTTP/1.0 200 OK
Date: Mon, 01 Sep 2003 21:45:06 GMT
Server: WebLogic WebLogic Server 6.1 SP2 12/18/2001 11:13:46 #154529
Content-Type: text/html
Set-Cookie: JSESSIONID=1T9i6Ti2l6tEDhglD835NH112B0F8mC9muGjUVDcXNPESRFRg5W3!-135
2260708!-668776419!80!443; path=/
Connection: Close
<HTML>
<HEAD>
<TITLE>Welcome to Stockback!</TITLE>
<script language="JavaScript">
<!--
cookie_name = "navCookie";
Reproducible: Always
Steps to Reproduce:
1. go to http://www.stockback.com/
Actual Results:
garbled JS source or blank page
Expected Results:
rendered page, resembling http://blakeley.com/mozilla/stockback.html
IE 5.2.2 loads the URL ok.
| Assignee | ||
Comment 1•22 years ago
|
||
-> mozilla
Component: General → Layout
Product: Camino → Browser
Version: unspecified → Trunk
Comment 2•22 years ago
|
||
http://www.stockback.com/index.jsp appears to load fine with Mozilla 2003082903
on Mac OS 10.1.5
Comment 3•22 years ago
|
||
That site isn't working as of this moment.
| Assignee | ||
Comment 4•22 years ago
|
||
works for me with a nightly.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•