Closed abhishekjadhav4 closed 3 years ago
That would be DOSWhitelistUri /jasperserver/flow.html
Edit: query params are not part of the URI, which is everything between the domain name (localhost
in this case) and the ?
.
Is there any way to blacklist a specific URL by mentioning in whitelistURI? Any regex or something else we can use? I want to blacklist only "/j_spring_security_check" and apart from this all URI should be accepted.
I am looking to whitelist following URL http://localhost/jasperserver/flow.html?_flowId=searchFlow
Please share the value of DOSwhitelistURI