X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/c8097457a77294aa3b1ed395fc703ffe8417a9a5..c1e9e121b738909a84eba8be327b5eaca74e7964:/doc/bugs/Can__39__t_create_root_page.mdwn diff --git a/doc/bugs/Can__39__t_create_root_page.mdwn b/doc/bugs/Can__39__t_create_root_page.mdwn index f07619db5..11be2b7b7 100644 --- a/doc/bugs/Can__39__t_create_root_page.mdwn +++ b/doc/bugs/Can__39__t_create_root_page.mdwn @@ -1,3 +1,7 @@ This is a link to a non-existent page in the root directory: [[/root_page_test]] (\[[/root\_page\_test]]) -When you click on it to create the page, you get *Error: bad page name*. It's a valid [[wikilink]], shouldn't it create the page? --[[sabr]] +When you click on the question mark to create the page, you get *Error: bad page name*. It's a valid [[wikilink]], shouldn't it create the page? --[[sabr]] + +> Is it a valid wikilink? Should Iki prevent the page from being created? --[[sabr]], 2 months later + +This type of page name (with leading slash) also gets created by the aggregate plugin: /cgi-bin/ikiwiki.cgi?page=%2FCalculated_Risk&from=news%2FAll_Stories&do=create I'm now pretty convinced that Iki should handle this without error. I'll investigate if I can find the time.