Bug 28368 - WebKit doesn't restore URL fragments (#c1) when a URL is redirected during loading
Summary: WebKit doesn't restore URL fragments (#c1) when a URL is redirected during lo...
Status: RESOLVED DUPLICATE of bug 24175
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-16 15:26 PDT by David Kilzer (:ddkilzer)
Modified: 2009-08-16 18:58 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2009-08-16 15:26:00 PDT
* 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>.
Comment 1 Mark Rowe (bdash) 2009-08-16 15:43:40 PDT
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.
Comment 2 Alexey Proskuryakov 2009-08-16 18:58:04 PDT

*** This bug has been marked as a duplicate of bug 24175 ***