Closed
Bug 227538
Opened 21 years ago
Closed 21 years ago
Mozilla SHOULD not show the URI a 307 redirection points to
Categories
(SeaMonkey :: Location Bar, defect)
Tracking
(Not tracked)
People
(Reporter: pierre.thierry, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024 Debian/1.5-2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031024 Debian/1.5-2
According to RFC 2616:
10.3.8 307 Temporary Redirect
The requested resource resides temporarily under a different URI.
Since the redirection MAY be altered on occasion, the client SHOULD
continue to use the Request-URI for future requests.
Reproducible: Always
Steps to Reproduce:
1. Go to a 307 redirected URI
2. See the address bar
Actual Results:
The URI in the Location field is shown.
Expected Results:
The Request-URI should be shown.
Comment 1•21 years ago
|
||
The RFC doesn't mean that the client should not show the current URL in the URL
Bar.
Mozilla should always show the current URL in the URL bar and don't hide URLs
from the user.
Comment 2•21 years ago
|
||
*** This bug has been marked as a duplicate of 68423 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Component: Networking: HTTP → Location Bar
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•