summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-21 00:03:03 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-21 00:03:03 +0000
commit1ce85f34520acea8e582dfd50855b9019fbbd215 (patch)
tree279787a87304472c6607adae4475dfbc8934b9e1 /doc
parent9f6f53cb8611ec9845dcebab57c23bb5f46c07db (diff)
web commit by http://adam.shand.net/: changed 401 to 301 cause that's what they mean.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/aggregate_401_handling.mdwn8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/todo/aggregate_401_handling.mdwn b/doc/todo/aggregate_401_handling.mdwn
index cc65ad00e..4f7c96946 100644
--- a/doc/todo/aggregate_401_handling.mdwn
+++ b/doc/todo/aggregate_401_handling.mdwn
@@ -1,11 +1,11 @@
-The aggregate plugin's handling of http 401 (moved permanently) could be
+The aggregate plugin's handling of http 301 (moved permanently) could be
improved. Per [[rfc 1945]]:
> The requested resource has been assigned a new permanent URL
> and any future references to this resource should be done
> using that URL.
-So ideally aggregate would notice the 401 and use the new url henceforth.
+So ideally aggregate would notice the 301 and use the new url henceforth.
It's a little tricky because the aggregate plugin can't just edit the page and
change the url in the preprocessor directive. (Because committing such an
@@ -14,3 +14,7 @@ url for the site, which may also have changed. Perhaps the thing to do is
record the new url in the aggregate plugin's state file, and change the message
to "Processed ok (new url http://..)", and let the user deal with updating
the page later.
+
+----
+
+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. \ No newline at end of file