This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
0.19.5: add MethodNotAllowedException::getAllowedMethods(), only map HEAD -> GET if no other methods are suported
- added
MethodNotAllowedException::getAllowedMethods()
- HEAD requests will no longer be handled by GET controllers if any other methods are defined for the request; this is to avoid issues such as https://blog.teddykatz.com/2019/11/05/github-oauth-bypass.html