lprimak commented on code in PR #1026:
URL: https://github.com/apache/shiro/pull/1026#discussion_r2738182733


##########
web/src/main/java/org/apache/shiro/web/filter/InvalidRequestFilter.java:
##########
@@ -40,15 +38,19 @@
  *     <li>Semicolon - can be disabled by setting {@code blockSemicolon = 
false}</li>
  *     <li>Backslash - can be disabled by setting {@code blockBackslash = 
false}</li>
  *     <li>Non-ASCII characters - can be disabled by setting {@code 
blockNonAscii = false},
- *          the ability to disable this check will be removed in future 
version.</li>
+ *     the ability to disable this check will be removed in future 
version.</li>
  *     <li>Path traversals - can be disabled by setting {@code blockTraversal 
= false}</li>
  * </ul>
  *
- * @see <a 
href="https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/web/firewall/StrictHttpFirewall.html";>

Review Comment:
   I put back the comment. It was causing issues with the build due to very 
long line length, but I fixed that the right way



-- 
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]

Reply via email to