1
0
Fork 0
Commit Graph

2 Commits (a0caf8d18f85cffba816ced7ae1318d22ff63515)

Author SHA1 Message Date
Nicholas Narsing 8d1732ed02 Exclude directory paths from file system search (#401)
* 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 23:24:17 +02:00
Felix Becker b9f9871156 Files finder (#209) 2016-12-08 02:33:48 +01:00