1
0
Fork 0
Commit Graph

2 Commits (93b5f5d2091f95bb4a31c7d0b4ea80ff65cad2b2)

Author SHA1 Message Date
Nicholas Narsing 93b5f5d209
Exclude directories from file system search
Directories can also match the glob search pattern if their names end in ".php", which will cause a read error later since the ContentRetriever implementers are expecting files. As far as I know, the only way to fix this is to do an additional check to ensure the URI is not of a directory.

This resolves #306.
2017-06-11 16:57:27 -04:00
Felix Becker b9f9871156 Files finder (#209) 2016-12-08 02:33:48 +01:00