4748495051525354
public MyPermissionsAuthorizationFilter( boolean regexExp ){ super(); this.regexExpMatcher = regexExp; if( regexExp ){ pathMatcher = new RegExPatternMatcher(); } }