Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect extension extraction from file paths
Fixes #1029 Our extension extraction logic was taking into account folder names, which can include periods. The logic would incorrectly identify a file path of `.well-known/foo` as having the extension of `well-known/foo` when in reality it should be an empty string.
- Loading branch information