Edward Lee wrote:
> Is this something that should be implemented in the network code

Well, in any case, some network code will have to get touched. Right 
now, redirecting HTTP channels will pass on a #fragment-id only if the 
new URL doesn't have its own #fragment-id.

rv = newURL->GetRef(ref);
if (NS_SUCCEEDED(rv) && ref.IsEmpty()) {

http://mxr.mozilla.org/mozilla/source/netwerk/protocol/http/src/nsHttpChannel.cpp#2253

For Link Fingerprints to be useful, it'll have to force its hash to be 
passed through redirects.

Ed
_______________________________________________
dev-tech-network mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-network

Reply via email to