Closed
Bug 134921
Opened 23 years ago
Closed 9 years ago
Browser adding some lines to HTML source by itself.
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: desale, Unassigned)
References
()
Details
Attachments
(3 files)
BUILDS: 2002-04-01-03
Go to: http://hoth.mcom.com/
Select 'Administration Server'
Enter LDAP UID / PW
EXPECTED RESULTS:
We see Server Account Management for <UID user>.
ACTUAL RESULTS:
We see
0 0.9999 en_us
1 0.4998 en
If I try to see source of page then I see this
0 0.9999 en_us
1 0.4998 en
right above the actual source code. I'm sure there is nothing wrong with source
code. To prove that, I created 2 testcases.
First Please visit "http://bubblegum/desale/bug9536.html" & code there draws two
frames properly.
Second please visit "http://bubblegum/desale/bug9536-two.html" & code here is
similar to above but line "something" right above source code is added [which is
wrong]. Here you can see browser is not drawing frames.
This means that lines 0 0.9999 en_us & 1 0.4998 en are not allowing frames to be
drawn at https://hoth.netscape.com:4444/user-environment/bin/index
Now the Real problem is where we are getting this
0 0.9999 en_us
1 0.4998 en
from ?
[This is a bug in product which is adding these extra lines atleast at 3 places
in HTML code]
We are not getting this in 4.x, that means app is adding something to the source
code by itself.
It works fine on 2002-03-25-03, so this means its a bug in product.
Well then exact cause is that our application is adding extra lines to actual
HTML source everywhere in source which is causing this page not being rendered.
Comment 1•23 years ago
|
||
sounds like an HTTP bug...
Comment 2•23 years ago
|
||
tom: can you please investigate this bug?
Comment 3•23 years ago
|
||
could this be from the parser ?
Comment 4•23 years ago
|
||
darin: attaching a level 2 http log of this for you to look at. I'm noticing
that the server changes http versions after the login which seemed strange.
Also, we are ending up with a '500 Server error'.
Comment 5•23 years ago
|
||
Comment 6•23 years ago
|
||
re-assigning to networking:http
Assignee: jkeiser → darin
Component: HTMLFrames → Networking: HTTP
QA Contact: amar → tever
Comment 7•23 years ago
|
||
tom: thanks for the http log. the 500 error corresponds to the favicon request,
and failure there is benign. can you generate a full http log?
NSPR_LOG_MODULES=nsHttp:5
instead of level 2. thx!
Comment 8•23 years ago
|
||
started logging right before before clicking 'Administration Server' link which
brings up uid/pw dialog
Comment 9•23 years ago
|
||
I still saw the bug in the 03/25 build. In fact I had to go back to pre 03/01
before I could log in. Attaching the log for what its worth.
Comment 10•23 years ago
|
||
sorry, that last log is from 02/21/02 build
Updated•21 years ago
|
QA Contact: tever → core.networking.http
Comment 12•19 years ago
|
||
-> default owner
Assignee: darin → nobody
Component: Networking: HTTP → Networking
QA Contact: networking.http → networking
Target Milestone: Future → ---
Comment 13•9 years ago
|
||
-etimedout
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•