Bug 1303654 - [QE] Using HTTP method OPTIONS on jsp page returns incorrectly the page body instead of list of supported HTTP methods
Summary: [QE] Using HTTP method OPTIONS on jsp page returns incorrectly the page body ...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Web
Version: 6.4.5
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: jboss-set
QA Contact: Michael Cada
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-02-01 15:13 UTC by Radim Hatlapatka
Modified: 2019-08-19 12:49 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:49:02 UTC
Type: Bug


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.