]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/aggregate_401_handling.mdwn
Fix links
[ikiwiki.git] / doc / todo / aggregate_401_handling.mdwn
1 The aggregate plugin's handling of http 301 (moved permanently) could be
2 improved. Per [[!rfc 1945]]:
3
4 > The requested resource has been assigned a new permanent URL
5 > and any future references to this resource should be done
6 > using that URL.
7
8 So ideally aggregate would notice the 301 and use the new url henceforth.
9
10 It's a little tricky because the aggregate plugin can't just edit the page and
11 change the url in the preprocessor directive. (Because committing such an
12 edit would be .. hard.) Also, aggregate directives may also include a separate
13 url for the site, which may also have changed. Perhaps the thing to do is
14 record the new url in the aggregate plugin's state file, and change the message
15 to "Processed ok (new url http://..)", and let the user deal with updating
16 the page later.
17
18 ----
19
20 Assuming they really mean **301** (because 401 is "Unauthorized"), I've updated the body of the text but the page itself should really be renamed. -- adam.