lprimak commented on code in PR #1026:
URL: https://github.com/apache/shiro/pull/1026#discussion_r2738257245
##########
web/src/test/groovy/org/apache/shiro/web/filter/InvalidRequestFilterTest.groovy:
##########
@@ -39,10 +39,8 @@ class InvalidRequestFilterTest {
assertThat "filter.blockBackslash expected to be true",
filter.isBlockBackslash()
assertThat "filter.blockNonAscii expected to be true",
filter.isBlockNonAscii()
assertThat "filter.blockSemicolon expected to be true",
filter.isBlockSemicolon()
- assertThat "filter.blockTraversal expected to be true",
filter.isBlockTraversal()
Review Comment:
Put the tests back in place, they need to be in a different test method
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]