Closed Bug 192050 Opened 22 years ago Closed 22 years ago

Server push pages are saved with all HTTP Headers instead of last HTML part

Categories

(Core Graveyard :: File Handling, defect)

x86
Windows 98
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 96146

People

(Reporter: Franke, Assigned: law)

Details

User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212 Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.3a) Gecko/20021212 When saving a "server push" page, Mozilla 1.3a saves the complete data. Only the last visible HTML part should be saved. Reproducible: Always Steps to Reproduce: 1. Open an URL using server push, e.g. any Bugzilla Bug List ;-) 2. File|Save As ...|"Enter some filename"|Save 3. View the file with a text editor or with Mozilla itself. Actual Results: File contains complete server push data including HTTP Headers, e.g. for Bugzilla: --thisrandomstring Content-Type: text/html <!-- 1.0@bugzilla.org --> <html> ... <title>Bugzilla is pondering your query</title> ... </html> --thisrandomstring Content-Type: text/html Set-Cookie: LASTORDER=... Set-Cookie: BUGLIST=... <!-- 1.0@bugzilla.org --> <html> ... </html> Expected Results: Only the HTML source of last visible page excluding HTTP headers should be saved. As a conseqence, server push pages cannot be saved as "Web page, complete" or "Text". Same problem applies to "View|Page Source".
*** This bug has been marked as a duplicate of 96146 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.