[jboss-jira] [JBoss JIRA] (WFLY-4922) Add smoke test for <deny-uncovered-http-methods/> tag
Jan Tymel (JIRA)
issues at jboss.org
Tue Jul 14 03:11:02 EDT 2015
Jan Tymel created WFLY-4922:
-------------------------------
Summary: Add smoke test for <deny-uncovered-http-methods/> tag
Key: WFLY-4922
URL: https://issues.jboss.org/browse/WFLY-4922
Project: WildFly
Issue Type: Task
Components: Test Suite
Reporter: Jan Tymel
Assignee: Jan Tymel
With Java Servlet 3.1 specification [1] comes possibility to use <deny-uncovered-http-methods/> tag in web.xml file. This new feature should be tested by a basic smoke test in WildFly testsuite.
Brief description of test case:
* set some of HTTP methods secured
* verify that these methods are accessible
* when anyone tries to use other than specified (i.e. secured) HTTP methods, status code 403 should be returned (according to specification)
[1] https://jcp.org/en/jsr/detail?id=340
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the jboss-jira
mailing list