vt-middleware / passay

Password policy enforcement for Java.
http://www.passay.org
Other
275 stars 63 forks source link

Add support for regex flags. #118

Closed dfish3r closed 4 years ago

dfish3r commented 4 years ago

Both AllowedRegexRule and IllegalRegexRule use compiled patterns. Add support for accepting match flags for the pattern.

dfish3r commented 4 years ago

Fixes #117

serac commented 4 years ago

+1