What's Changed
- Fixes tests that check for "charset=utf-8" in the
Content-Type
header whenapplication/json
is the content type. - Alters the
Static
pipeline slightly. When a directory is trying to be accessed but the trailing slash is not provided, the request will first redirect before returning a404
ifdirectory_listing
isfalse
(the default behavior). Previously, the redirect would have been skipped and just returned.
- Resolved failing tests from merged PRs in v1.4.0 by @crimson-knight in #1335
Full Changelog: v1.4.0...v1.4.1