Closed
Bug 57637
Opened 25 years ago
Closed 25 years ago
Redirect with a , in url fails.
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: gilles+mozilla, Assigned: harishd)
References
()
Details
At the url, there is a simple page with a meta tag used for redirection.
<meta http-equiv="refresh" content="0;
url=0,2320,seq-2030-48117---MIA,00.html?BV_SessionID=374288446.954158239&oid=537073483&pBW_KKOO=0,1489,UEFSQU1FVEVSMz1NVEF6TnlCN">
Mozilla tries to redirect to http://www.kasskooye.net/0
It stops at the first comma.
Comment 1•25 years ago
|
||
Yep, redirect with comma is stuffed. Bug confirmed here on 2hr old build.
Comment 2•25 years ago
|
||
While this does work in IE, I don't know that it's supposed to. I don't think
the comma is a valid character for use in a URL. I belive the proper way to do
this meta refresh sould be to replace each "," with a "%2C".
| Reporter | ||
Comment 3•25 years ago
|
||
Found today that it is only in the meta tag that the problem lies.
I came up on this page :
http://www.whatis.com/WhatIs_Definition_Page/0,4152,214107,00.html
which, as you can see, has comma in it but loads in Mozilla
Updated•25 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 4•25 years ago
|
||
This does not look like a Necko problem. The HTTP channel for the URL
http://www.kasskooye.net/0 is not created within Necko. It seems to me
that the parser is failing to parse the META refresh correctly. Also,
I've confirmed the bug under Linux [build 2000102309].
->parser
Component: Networking → Parser
Comment 5•25 years ago
|
||
Reassigning to parser group...
Assignee: gagan → harishd
QA Contact: tever → janc
Comment 7•25 years ago
|
||
Who's responsible for content sink bugs?
I think Peter Anemma ( hopefully I got his last name right! ) worked on the
<META> tag recently and I don't know his email/contact address. I will take a
look into this bug. Could you tell me how serious this bug is? Is this a must
fix for rtm? etc. Thanx
Status: NEW → ASSIGNED
Component: Parser → Layout
Comment 9•25 years ago
|
||
I've got a fix for this, harishd. I just need to look at the issues you had with
it (return values and add more comments).
*** This bug has been marked as a duplicate of 45143 ***
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Comment 10•25 years ago
|
||
Cool peter. Thanx for updating the bug.
Comment 11•25 years ago
|
||
This seems like a pretty serious bug to me... although I'm not sure how common
it is to have URLs with commas... and then to have META refreshs pointing to
those URLs.
You need to log in
before you can comment on or make changes to this bug.
Description
•