accessing source files results in errors and directory creation
#191
Closed
opened 6 years ago by sorawee
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Say I access
http://localhost:8080/a/b/c/blah.pm
(which might or might not exist) in browser. This results in the following exception:In case that
a/b/c
doesn't exist, Pollen will create the directories.This seems bizarre, and the side effect is even more bizarre. I expect that I will simply get the 404 page.
Agreed. Fixed.