K 10 svn:author V 4 bapt K 8 svn:date V 27 2014-01-03T00:02:08.285595Z K 7 svn:log V 398 Allow to follow 302 redirection when fetching from http. The main reason for it to not be allowed was to avoid infinite redirection loop it appears that fetch(1) anyway limit the number of redirections to 5 on 8.3 and 9.1 20 on 9.2 and 10+ meaning we have no good reasons anymore to continue forbidding following redirections. Thanks to Michael Gmelin for having investigation Reported by: many END