Alexander Mjøs
Alexander Mjøs
Hi. I noticed that PlayStatusPlugin throws an ClassCastException when the input json=true. Steps to reproduce: `String playStatus = new PlayStatusPlugin().computeApplicationStatus(true);`  Anyone else get this error? It works fine if...
# Pull Request Checklist * [x] Have you read [How to write the perfect pull request](https://github.com/blog/1943-how-to-write-the-perfect-pull-request)? * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x] Have you referenced...
Hi. It looks like the ERROR cookie (PLAY_ERRORS) is missing the cookie configuration for "secure" and "httpOnly" when an exception occurs. This was discovered by an automated security scan in...