Closed
Bug 27741
Opened 26 years ago
Closed 26 years ago
can't visit directorys with ftp that include # or :
Categories
(Core :: MathML, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: andreas.otte, Assigned: jud)
Details
PROBLEM:
can't visit directorys with ftp that include # or :
HOW TO REPRODUCE:
create directorys on a ftp-server that contain # or : in it's names. Put some
files into this directorys. Fire up mozilla against the the ftp server and try
to visit these directorys by clicking with the mouse on the nsDirectoryViewer
representation. Nothing happens.
WHAT SHOULD HAPPEN:
the directorys should be opened and the files displayed.
NOTE: This works fine when visited over file urls (see bug 17964).
| Assignee | ||
Comment 1•26 years ago
|
||
I have a fix for this. Do you have a test URL?
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
nevermind. I found a test. works for me. I'll get this reviewed and checked in.
| Reporter | ||
Comment 3•26 years ago
|
||
Just my own local webserver that is not accessible from the outside, just send
me the diff, I will check it out.
Comment 4•26 years ago
|
||
Is there a high enough probability of hitting this that it should go in the
beta?
Target Milestone: M15
| Assignee | ||
Comment 5•26 years ago
|
||
this should be fixed. I think I already checked it in.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Component: Networking → MathML
Resolution: --- → FIXED
Comment 6•26 years ago
|
||
Jud, my test directory with the ':' in it's name will not open. Triangle keeps
spinning. Use ftp://slip/export/docroot/projects/dogbert/test/web/internal/
to see this. The directories are test1:dr and test2#dr. There should be
a test.html file included. Not a beta item obviously.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 7•26 years ago
|
||
This is happening again with : because we no longer escape : in filenames (in my
local build I'm doing that again to see if something fails, zdnet-urls are
comming to my mind ...) and the code that might have fixed this in most cases
without having to escape : is not making it into the build (bug 22251).
| Reporter | ||
Updated•26 years ago
|
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•