Bug 20062
Summary: | When being redirected by the webserver, the part after the # of the URL isn't saved | ||
---|---|---|---|
Product: | WebKit | Reporter: | hahn.seb |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Enhancement | CC: | grahamperrin, js-webkit |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 |
hahn.seb
When I access a website that redirects (for example https://torbutton.torproject.org/dev/design/#FirefoxBugs ) in Firefox, it will make the redirect and then append the #-part automatically. Webkit drops the #-part and adds an extra slash, which seems confusing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Jacek Stypuła
I just stumbled upon this bug. It's 14 years old and still not fixed (Safari 16.6). Firefox and Chrome preserve the hash on redirect (HTTP status 303 and 307).