Closed Bug 59408 Opened 24 years ago Closed 24 years ago

Full path name of uploaded file not sent

Categories

(Core :: DOM: Core & HTML, defect, P3)

x86
Windows 2000
defect

Tracking

()

VERIFIED WONTFIX
mozilla0.9

People

(Reporter: bugzilla, Assigned: pollmann)

References

()

Details

Attachments

(1 file)

If you go to: http://gemal.dk/browserspy/upload.html and upload a file fx called c:\temp\adr.ldif you'll get the following info with Mozilla: Content-Disposition = form-data; name="upload"; filename="adr.ldif" But with both Netscape and IE you get the full path to the file: Content-Disposition = form-data; name="upload"; filename="C:\Temp\adr.ldif" I'm not 100% sure if it's a bug or not...
Hmmmmmmmmmmm, over to eric for now...
Assignee: rods → pollmann
Verified that this still exists, and setting a milestone - should be a trivial fix!
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Target Milestone: mozilla0.9 → Future
Will aim for 0.9 since this is a Low Risk(tm). :)
Whiteboard: fix in hand
Target Milestone: Future → mozilla0.9
It looks good, r=rods
Fix checked in. To verify, go the the URL above: http://gemal.dk/browserspy/upload.html Click on the Browse... button, and select a file to upload. Make a note of the full path that is present in the text field, then click the Upload file... button. On the next page, the Filename listed should be the full path to the file, exactly the text you noted before. Thanks!
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Shouldn't that patch have been reviewed by mstoltz before it was checked in?
verifying on build 2001-05-03-04-trunk
Status: RESOLVED → VERIFIED
Due to the fact that this behaviour was not causing any problems on real world sites, and it *could* be a security concern to send the full path, I'll be backing out this change. Thanks Jesse for pointing out the security concern. As a second reason, the patch above in fact *was* breaking sites because previous versions of Netscape on Linux would not send the full path so some server-side scripts could not deal with the absolute path. (See bug 83065 for more information). Reopening and marking WONTFIX. This will be backed out in the fix for bug 44464.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
wontfix
Status: REOPENED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → WONTFIX
verifying wontfix
Status: RESOLVED → VERIFIED
*** Bug 94536 has been marked as a duplicate of this bug. ***
*** Bug 183178 has been marked as a duplicate of this bug. ***
*** Bug 147684 has been marked as a duplicate of this bug. ***
*** Bug 231292 has been marked as a duplicate of this bug. ***
*** Bug 213077 has been marked as a duplicate of this bug. ***
*** Bug 270429 has been marked as a duplicate of this bug. ***
Summary: Full path name of uploaded file not send → Full path name of uploaded file not sent
Whiteboard: fix in hand
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: