File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,16 @@ Validator.Redirect=^\\/test.*$
5454
5555# Global HTTP Validation Rules
5656# Values with Base64 encoded data (e.g. encrypted state) will need at least [a-zA-Z0-9\/+=]
57+
58+ Validator.HTTPScheme =^(http|https)$
59+ Validator.HTTPServerName =^[a-zA-Z0-9_.\\ -]*$
60+ Validator.HTTPContextPath =^[a-zA-Z0-9.\\ -\\ /_]*$
61+ Validator.HTTPServletPath =^[a-zA-Z0-9.\\ -\\ /_]*$
62+ Validator.HTTPPath =^[a-zA-Z0-9.\\ -_]*$
63+ Validator.HTTPQueryString =^[a-zA-Z0-9()\\ -=\\ *\\ .\\ ?;,+\\ /:&_ %]*$
64+ Validator.HTTPURI =^[a-zA-Z0-9()\\ -=\\ *\\ .\\ ?;,+\\ /:&_ ]*$
65+ Validator.HTTPURL =^.*$
66+ Validator.HTTPJSESSIONID =^[A-Z0-9]{10,30}$
5767Validator.HTTPParameterName =^[a-zA-Z0-9_]{0,32}$
5868Validator.HTTPParameterValue =^[a-zA-Z0-9.\\ -\\ /+=_ ]*$
5969Validator.HTTPCookieName =^[a-zA-Z0-9\\ -_]{0,32}$
You can’t perform that action at this time.
0 commit comments