Closed Bug 265269 Opened 20 years ago Closed 11 years ago

following this steps will render the html code instead of the actual page

Categories

(Tech Evangelism Graveyard :: English US, defect)

x86
Windows XP
defect
Not set
minor

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: andreas, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

Go to the url specified above. Click on the link "Programming the SharePoint
Portal Server 2003 Object Model, Object Model, Web Services, and Events" a new
page opens click cancel and close the window. Now click on the link named " 	
FrontPage Customization Kit". Kinda strange just wanted to let you know what I
found.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a5) Gecko/20041018

step 1:
A dialogbox was telling me, I can´t load the page, I need IE5.x or newer, click
o.k. to download IE or Cancel to exit.
I canceled, and closed the window.

step 2: page was loaded..

Saw lots of CSS-Errors in the JS-Console, some JS-Warnings and some JS-Errors.

Error: window.navigate is not a function
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm
Line: 34

Error: illegal character
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/gogoprod.js
Line: 34, Column: 26
Source Code:
{MediaPlayer_StopClock();}@if (@ENABLE_LOGGING)

Warning: The stylesheet
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm
was loaded as CSS even though its MIME type, "text/html", is not "text/css".
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm
Line: 0

Error: Unknown property 'WMPrerollDisplay'.  Declaration dropped.
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm
Line: 0

Error: MediaPlayer_Create is not defined
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm

not the last one, but gave a good laugh:

Error: Expected ',' or '{' but found 'Microsoft'.  Ruleset ignored due to bad
selector.
Source File:
http://www.sharepointcustomization.com/demos/webcasts/SharePoint%20Portal%20Server%202003%20Object%20Model%20and%20Web%20Services/default.htm
Line: 2
Line: 105
I tried again after som restarts I dont get the error anymore sorry for taking
up your time. Good the hear you got a good laugh though :). Guess you can close
this thread.
confirming on Mozilla/5.0 (Windows; U; Win98; rv:1.7.3) Gecko/20040911
Firefox/0.10.1

I don´t think it is parser, maybe Networking:

I did step 2 before step 1, the page started to render fine, I canceled.

Then Step 1: didn´t load, but offered download of IE5, I canceled.

Then Step 2: immediate showing HTTP header and HTML source:

304 NOT MODIFIEDHTTP/1.1 200 OK
Date: Wed, 20 Oct 2004 18:41:18 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 6.0.2.5530
X-AspNet-Version: 1.1.4322
Cache-Control: private
Expires: Tue, 05 Oct 2004 18:41:18 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 13125

<html>

<head>
<meta http-equiv="Content-Language" content="en-us">
....
I also see this. Confirming and sending to networking. If I view-source the page
after step 2 (and when I see the HTML/HTTP headers in the document) then I see
the source of the sent document (the HTML only).
Assignee: parser → darin
Status: UNCONFIRMED → NEW
Component: HTML: Parser → Networking
Ever confirmed: true
QA Contact: mrbkap → benc
Component: Networking → Networking: HTTP
QA Contact: benc → core.networking.http
> 304 NOT MODIFIEDHTTP/1.1 200 OK

That's not a valid HTTP status line...

Sounds like the server-side code here is just getting confused and generating
random garbage. Over to evangelism.
Assignee: darin → english-us
Component: Networking: HTTP → English US
Product: Browser → Tech Evangelism
QA Contact: core.networking.http → english-us
Version: Trunk → unspecified
(In reply to comment #5)
> > 304 NOT MODIFIEDHTTP/1.1 200 OK
> 
> That's not a valid HTTP status line...
> 
> Sounds like the server-side code here is just getting confused and generating
> random garbage. Over to evangelism.

I've been having this problem on SharePoint sites too.  I tried sniffing out the problem header with windump(tcpdump) and ethereal.  I don't see in either of them where the server is sending a mangled header when this problem occurs.  Exporting the response header from Ethereal to plain text gives
Reassembled TCP (46594 bytes):
0000  48 54 54 50 2f 31 2e 31 20 32 30 30 20 4f 4b 0d   HTTP/1.1 200 OK.
0010  0a 44 61 74 65 3a 20 54 75 65 2c 20 32 32 20 41   .Date: Tue, 22 A
0020  75 67 20 32 30 30 36 20 31 39 3a 35 34 3a 32 34   ug 2006 19:54:24
0030  20 47 4d 54 0d 0a 53 65 72 76 65 72 3a 20 4d 69    GMT..Server: Mi
0040  63 72 6f 73 6f 66 74 2d 49 49 53 2f 36 2e 30 0d   crosoft-IIS/6.0.
...

Is the mangled header being fixed by ethereal and hidden by windump, or is it actually some piece of software on the client machine that mangles the header between receiving it and rendering the html?
Site no longer exists. Closing.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.