Alexander Mjøs

Results 3 issues of 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);` ![image](https://user-images.githubusercontent.com/26794462/210389797-9bb5fca3-5aa9-42b4-90f8-c3264d721d0e.png) 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...