Closed
Bug 33579
Opened 25 years ago
Closed 24 years ago
Content-Type "application/octet-stream" being shown inline
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
M18
People
(Reporter: bugzilla, Assigned: rhp)
Details
(Whiteboard: [nsbeta3+] [Fix in hand])
Attachments
(1 file)
(deleted),
text/plain
|
Details |
The attached mail is being shown inline when it shouldn't. The Content-Type is
application/octet-stream;
which properly could give some kind of security problem.
Reporter | ||
Comment 1•25 years ago
|
||
Assignee | ||
Comment 3•25 years ago
|
||
Well, the problem here is that the MIME service in Necko that tells us what
kind of information is in a file is based on the file extension (a temp
solution). In this example, the extension is TXT so the MIME service tells us
we can render this. I'll have to look how this is overriding the content
type...weird.
- rhp
Status: NEW → ASSIGNED
Assignee | ||
Updated•25 years ago
|
Target Milestone: --- → M17
Comment 4•25 years ago
|
||
Mail Review hopes this is post-beta2, easy, polish work. Marking M18.
Target Milestone: M17 → M18
Assignee | ||
Updated•24 years ago
|
Keywords: correctness,
nsbeta3
Assignee | ||
Comment 5•24 years ago
|
||
Ok, I have a fix for this one now. Its in my tree waiting approval.
- rhp
Summary: Mail being shown inline → [FIXED] Mail being shown inline
Assignee | ||
Updated•24 years ago
|
Whiteboard: [FIXED]
Assignee | ||
Comment 6•24 years ago
|
||
per selmer and mail/news PDT
Whiteboard: [FIXED] → [FIXED] [nsbeta3+]
Assignee | ||
Comment 7•24 years ago
|
||
This should be fixed now.
- rhp
Summary: [FIXED] Mail being shown inline → Mail being shown inline
Whiteboard: [FIXED] [nsbeta3+] → [nsbeta3+]
Assignee | ||
Comment 8•24 years ago
|
||
This should be fixed now.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Reporter | ||
Comment 10•24 years ago
|
||
Doesn't work:
A mail with:
Content-Type: application/octet-stream; name="test.txt";
gets shown inline.
HOWEVER a mail with:
Content-Type: application/octet-stream; name="att:killer.sys";
or
Content-Type: application/octet-stream;
doesn't....
So it seems that the inline/not inline is still based on the filename of the
attachment.
"application/octet-stream" should never be shown inline....
Status: RESOLVED → REOPENED
Summary: Mail being shown inline → Content-Type "application/octet-stream" being shown inline
Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Assignee | ||
Comment 11•24 years ago
|
||
Ok, I have this fixed in my tree. Will checkin today
Summary: Content-Type "application/octet-stream" being shown inline → [FIXED] Content-Type "application/octet-stream" being shown inline
Whiteboard: [nsbeta3+] → [nsbeta3+] [Fix in hand]
Assignee | ||
Comment 12•24 years ago
|
||
Should be all better now.
- rhp
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Summary: [FIXED] Content-Type "application/octet-stream" being shown inline → Content-Type "application/octet-stream" being shown inline
Reporter | ||
Updated•24 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 13•24 years ago
|
||
it's much better!
Thanx rhp....
build 2000090608 on win2000
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•