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 BugsAssignee: 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)
Reported 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>.
Attachments
Mark Rowe (bdash)
Comment 1 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.
Alexey Proskuryakov
Comment 2 2009-08-16 18:58:04 PDT
*** This bug has been marked as a duplicate of bug 24175 ***
Note You need to log in before you can comment on or make changes to this bug.