Closed
Bug 49795
Opened 25 years ago
Closed 25 years ago
Handles "301 Moved Permanently" incorectly
Categories
(SeaMonkey :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: kaspar-bugmoz, Assigned: asa)
References
()
Details
I use Mozilla/5.0 (X11; U; Linux 2.3.51 i686; en-US; m18) Gecko/2000082108
If I point mozilla to directory and do not put trailing / (and this way force to
get 301 message with link *with* trailing slash), all the links are tought as if
they are in the parent directory.
Example. URL "http://www.lifosa.com/~kaspar/mozbug" point to directory. When I
write it to addressbar (*without* / at the end) mozilla runs to server and gets
response:
------------------- 8< -----------------
GET http://www.lifosa.com/~kaspar/mozbug HTTP/1.0
HTTP/1.1 301 Moved Permanently
Date: Tue, 22 Aug 2000 09:17:04 GMT
Server: Apache/1.3.9 (Unix) mod_ssl/2.4.0 OpenSSL/0.9.4
Location: http://www.lifosa.com/~kaspar/mozbug/
Connection: close
Content-Type: text/html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>301 Moved Permanently</TITLE>
</HEAD><BODY>
---------------------------- 8< ------------------------
then it retrieves document "http://www.lifosa.com/~kaspar/mozbug/" (note
trailing slash!). But in address bar no trailing slash appears (but this is not
the main problem). In this docuement there is a link <a href="a.html">bla
bla</a>. When I follow this link mozilla tries to find document
http://www.lifosa.com/~kaspar/a.html when it should
http://www.lifosa.com/~kaspar/mozbug/a.html
If I write URL with slash to the addressbar mozilla gets correct document.
Comment 1•25 years ago
|
||
I can confirm seeing this bug with nightly 2000080910 on Solaris. In my case
the browser failed to load images contained within the index page of a URL
provided without a trailing slash.
Comment 2•25 years ago
|
||
I think that this is a dupe of bug #48200, but I don't have bugzilla perms to
change it.
It WORKSFORME with current CVS.
| Reporter | ||
Comment 3•25 years ago
|
||
*** This bug has been marked as a duplicate of 48200 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 4•25 years ago
|
||
vrfy dup
bradley, I've given you the proper Bugzilla permissions; please exercise
caution in using them.
Status: RESOLVED → VERIFIED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•