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   

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 ***