]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/removal_of_transient_pages.mdwn
rename bugs/emails_should_not_be_considered_as_bronen_links.mdwn to bugs/emails_shoul...
[ikiwiki.git] / doc / bugs / removal_of_transient_pages.mdwn
index ef7607c3a56ddcf090aa9ec35ae378ca59d3f108..2667a2b8318cfdecddafb4caa9d1b1efd1913737 100644 (file)
@@ -15,3 +15,13 @@ pages, until this is fixed.  --[[Joey]]
 >> I assume by "non-regular file", you are referring to the check
 >> in remove that the file "Must exist on disk, and be a regular file" ?
 >> --[[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]]