You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring version 5.3.25 no limit
spring version 5.3.26 is MAX_REGEX_LENGTH = 256
spring version 5.3.29 is MAX_REGEX_LENGTH = 1000
public class OperatorMatches extends Operator {
private static final int PATTERN_ACCESS_THRESHOLD = 1000000;
/**
* Maximum number of characters permitted in a regular expression.
* @since 5.2.23
*/
private static final int MAX_REGEX_LENGTH = 1000;
the notes are wrong too.
The text was updated successfully, but these errors were encountered:
spring version 5.3.25 no limit
spring version 5.3.26 is MAX_REGEX_LENGTH = 256
spring version 5.3.29 is MAX_REGEX_LENGTH = 1000
the notes are wrong too.
The text was updated successfully, but these errors were encountered: