Bug 152477

Summary: Limit cached redirect chain length
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, beidson, cdumez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Antti Koivisto
Reported 2015-12-21 06:20:11 PST
Networking layer prevents cycles and limits the redirect chain length so creating cache cycles is difficult. For robustness the network cache should still limit the maximum redirect chain length.
Attachments
patch (8.40 KB, patch)
2015-12-21 06:54 PST, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2015-12-21 06:54:13 PST
Andreas Kling
Comment 2 2015-12-21 11:13:36 PST
Comment on attachment 267749 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=267749&action=review r=me > Source/WebKit2/NetworkProcess/NetworkResourceLoader.cpp:53 > +// Networking layer follows over 30 redirects but caching that many seems unnecessary. This comment sounds platform-specific.
Antti Koivisto
Comment 3 2015-12-21 11:57:30 PST
Note You need to log in before you can comment on or make changes to this bug.