Bug 28368
Summary: | WebKit doesn't restore URL fragments (#c1) when a URL is redirected during loading | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, beidson, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
David Kilzer (:ddkilzer)
* SUMMARY
Short bug URLs with hash locations don't keep the hashes through the redirect.
* STEPS TO REPRODUCE
1. Open URL: <http://webkit.org/b/28355#c1>
* EXPECTED RESULTS
After being redirected, the URL should be <https://bugs.webkit.org/show_bug.cgi?id=28355#c1>.
* ACTUAL RESULTS
After being redirected, the URL should be <https://bugs.webkit.org/show_bug.cgi?id=28355>.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
This isn't a server issue. The fragment in the URL is never sent to the server, so it would be up to the client to preserve the fragment across the redirect. Firefox seems to get this right.
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 24175 ***