Hide Forgot
Using HTTP method OPTIONS on jsp page returns the page body instead of the allowed HTTP methods. Steps to reproduce: 1) start EAP and deploy web app with jsp 2) curl -i -X OPTIONS <http url to the jsp page> Expected: * list of HTTP methods allowed Actual * content of the jsp page (the same behaviour as with GET