feliperochadev / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

XmlFileErrorLog does not exclude hidden files #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
XmlFileErrorLog current enumerates all files in the log path when building 
results for GetErrors. It uses Directory.GetFiles to do this and because 
that normally yields hidden and system files, it makes the solution 
fragile. XmlFileErrorLog should exclude hidden and system files.

Original issue reported on code.google.com by azizatif on 18 Oct 2007 at 9:47

GoogleCodeExporter commented 9 years ago
Fixed in r199.

Original comment by azizatif on 18 Oct 2007 at 4:27