Skip to content

v1.37

Compare
Choose a tag to compare
@ben-xo ben-xo released this 27 Oct 11:34
· 26 commits to main since this release
cfdbaf6

1.37 2022-10-27

  • Errors now return an HTTP status code 500 by default.
  • If the error is due to no content, or a bad URL passed to ?dir=, then it will be a 404 and no information about the server paths will be returned in the output. Thanks to @EdwarDDay for this security suggestion. (#64)
  • fix nasty bug where paths were sometimes invalid due to mishandling of trailing slashes (#55)