Closed
Bug 205175
Opened 22 years ago
Closed 22 years ago
Upload of a 'normal' OpenVMS VFC textfile will cause Bugzilla not to confirm the upload
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: munk, Assigned: myk)
Details
User-Agent: Mozilla/5.0 (X11; U; OpenVMS AlphaServer_DS10_466_MHz; en-US; rv:1.4b) Gecko/20030506
Build Identifier: Mozilla/5.0 (X11; U; OpenVMS AlphaServer_DS10_466_MHz; en-US; rv:1.4b) Gecko/20030506
This is a OpenVMS specific problem !
The standard type of textfiles on OpenVMS are VFC files. Mozilla on OpenVMS is
capable of reading and handling these files.
However when I try to upload such a file (as an attachment to a bug), Bugzilla
will accept the text, but Mozilla will 'wait for ever' on a confirmation.
After changing the textfile to a Stream-LF file (Unix type of text file), I had
no trouble uploading it.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
It used to refuse to upload a VFC file. There was a bug on this. I'll dig it
out. Basically the problem is that Mozilla has to know how many bytes the
content is BEFORE reading the file so that it can send a valid CONTENT-HEADER
first, and with VFC, the file system doesn't give us that information.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
*** This bug has been marked as a duplicate of 62582 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Comment 3•21 years ago
|
||
fixing product
Component: Attachments & Requests → Browser-General
Product: Bugzilla → Browser
Version: unspecified → Trunk
Assignee | ||
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•