Bug 1303654

Summary: [QE] Using HTTP method OPTIONS on jsp page returns incorrectly the page body instead of list of supported HTTP methods
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Radim Hatlapatka <rhatlapa>
Component: WebAssignee: jboss-set
Status: CLOSED EOL QA Contact: Michael Cada <mcada>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.5CC: rmaucher
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:49:02 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Radim Hatlapatka 2016-02-01 15:13:49 UTC
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