-
Bug
-
Resolution: Done
-
Blocker
-
2.3.1.Final, 2.2.22.Final, 2.2.22.SP1
-
None
-
None
The Undertow upgrade to 2.3.1.Final in WildFly broke the DenyUncoveredHttpMethodsTestCase. The reason is that, because default security config is blank, the match algorithm assumes that deny-uncovered-methods makes any method uncovered from that perspective, even when there are security configs for that particular method.
Because security matches is merged, if the algorithm finds an allow and a deny, when merging the results the outcome is allow and hence the test fails.
- is caused by
-
UNDERTOW-2188 Adjust corner case of covered methods if no methods are present
- Closed
- relates to
-
UNDERTOW-2211 deny-uncovered-methods regards omitted methods as covered
- Resolved
-
UNDERTOW-2213 Revert deny-uncovered-methods fix for corner case
- Closed