Closed
Bug 23150
Opened 26 years ago
Closed 26 years ago
seamonkey fails to run perl script
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
M15
People
(Reporter: amasri, Assigned: rpotts)
References
()
Details
with seamonkey 2000010408:
1. load url http://babel/automation/erik/framework
2. select "display xml widgets" or other script that uses perl
result: perl fails to run. Instead, seamonkey displays error: You are about to
download a file of type: x-unknown-content-type.
The scripts on this page are required for international testing.
| Reporter | ||
Updated•26 years ago
|
Component: URI Loader → HTML Element
Product: Architecture → Browser
Version: 5.0 → other
| Reporter | ||
Updated•26 years ago
|
Assignee: nobody → gagan
Component: HTML Element → Networking
QA Contact: nobody
| Reporter | ||
Comment 1•26 years ago
|
||
changed component and owner
Comment 4•26 years ago
|
||
I don't see how this is a dup of 19035 -- I reopened it.
This looks like the perl script isn't returning a valid content type. Maybe
this is where we need to infer that the content is text/plain or text/html, but
we don't do that yet.
Updated•26 years ago
|
Target Milestone: M15
| Assignee | ||
Comment 5•26 years ago
|
||
This was fixed when I checked in support for the unknown-content-type stream
decoder (ie. the buffer sniffer).
The stream is now correctly identified as text/html
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•