diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-09 14:53:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-09 14:53:01 -0400 |
commit | f593a83ae32909d8ab24c3980728731a42dd0035 (patch) | |
tree | a66b2ed50328b6dac4366cf29296dba887bd2b29 | |
parent | af3e7a30ce3308ff11bc63f8c92ec79f9ebe3021 (diff) |
response
-rw-r--r-- | doc/bugs/removal_of_transient_pages.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/bugs/removal_of_transient_pages.mdwn b/doc/bugs/removal_of_transient_pages.mdwn index 67fa886b9..2667a2b83 100644 --- a/doc/bugs/removal_of_transient_pages.mdwn +++ b/doc/bugs/removal_of_transient_pages.mdwn @@ -17,3 +17,11 @@ pages, until this is fixed. --[[Joey]] >> --[[Joey]] >>> Yes. It's not entirely clear to me why that's there... --s + +>>>> Yeah, 2461ce0de6231bfeea4d98c86806cdbb85683297 doesn't really +>>>> say, and I tend to assume that when I've written paranoid code +>>>> it's there for a reason. I think that here the concern was that +>>>> the file might be in some underlay that the user should not be able +>>>> to affect by web edits. The `-f` check seems rather redundant, +>>>> surely if it's in `%pagesources` ikiwiki has already verified it's +>>>> safe. --[[Joey]] |