Closed
Bug 84525
Opened 24 years ago
Closed 24 years ago
Not handling 421 error on connect
Categories
(Core Graveyard :: Networking: FTP, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.3
People
(Reporter: mscott, Assigned: dougt)
References
()
Details
Using Build ID: 2001060704
If I try visit any web page that has an ftp url in it, I'm unable to run the ftp
url. I can click on it but nothing happens. I wonder if we are blocking the ftp
connection?
various urls that showed the same problem:
http://www.3dgamers.com/dl/games/unrealtourn/utpatch436.exe.html
I had to use a different browser in order to download these files =(.
| Assignee | ||
Comment 1•24 years ago
|
||
investigating..
Severity: normal → blocker
Target Milestone: --- → mozilla0.9.1
Comment 2•24 years ago
|
||
On 5/31 04 build, using your link and clicking on the Virginia ftp link, the
barber pole just spins and nothing happens. Does the barber pole spin for you?
| Assignee | ||
Comment 3•24 years ago
|
||
The server is dropping the control connection on us with a 421 status as soon as
we connect. We ain't handling that case:
0[482800]: nsFTPChannel::AsyncOpen() called
0[482800]: (425e630) nsFtpState created
0[482800]: (425e630) Establishing control connection...
0[482800]: (425e630) trying cached control
0[482800]: (425e630) creating control
0[482800]: (425dc80) nsFtpControlConnection created
0[482800]: (425e630) SUCCEEDED
0[482800]: (425e630) Waiting for control data (0)...
0[482800]: (425e630) nsFtpState::OnStartRequest() (spec
=ftp://www.unrealengine.com/ut/436/ut-patch-436.run)
0[482800]: (425e630) reading 8 bytes: "421 15
"
0[482800]: (425e630) Writing "USER anonymous
"
0[482800]: (425e630) Waiting for control data (0)...
0[482800]: (425e630) nsFtpState::OnStopRequest() rv=0
0[482800]: (425e630) nsFtpState stopping
0[482800]: (425e630) nsFtpState caching control connection
0[482800]: nsFTPChannel::OnStopRequest() called [this=425fae0, request=425fae0,
aStatus=804b0002]
*** Not a beta blocker. Adjusting milestone and priority...
Severity: blocker → major
Status: NEW → ASSIGNED
Target Milestone: mozilla0.9.1 → mozilla0.9.2
Comment 4•24 years ago
|
||
http://www.mozilla.org/releases/ has an ftp link called "Use This talkback
enabled .bin" that properly brings up the download dialog. Is there something
funky about the page where this happens?
Comment 5•24 years ago
|
||
answered :-)
| Reporter | ||
Comment 6•24 years ago
|
||
random ftp urls on cnet seem to be working ok.
| Assignee | ||
Comment 7•24 years ago
|
||
adjusting summary to mean something to me.
Summary: Can't click on ftp urls embedded in HTML pages → Not handling 421 error on connect
| Assignee | ||
Comment 8•24 years ago
|
||
can't get it done in time.
Target Milestone: mozilla0.9.2 → mozilla0.9.3
Comment 9•24 years ago
|
||
Doesn't look like this is getting fixed before the freeze tonight.
Pushing out a milestone. Please correct if I'm mistaken.
| Assignee | ||
Comment 10•24 years ago
|
||
I checked in fixes for this bug this afternoon. QA, please verify.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
verified:
win2000 2001082803
Linux rh6 2001082808
Status: RESOLVED → VERIFIED
Updated•1 year ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•