pawandubey / griffin

speedy and simplistic static site generator.
Apache License 2.0
27 stars 7 forks source link

MIME type recognition returns null on Windows #38

Closed pawandubey closed 3 years ago

pawandubey commented 8 years ago

Files.probeContentType() returns null on windows and hence it becomes impossible to parse any files. This is a known JDK bug. May need to research alternate ways to accomplish this more reliably.