Marcono1234 created HADOOP-17518: ------------------------------------ Summary: Usage of incorrect regex range A-z Key: HADOOP-17518 URL: https://issues.apache.org/jira/browse/HADOOP-17518 Project: Hadoop Common Issue Type: Bug Reporter: Marcono1234
There are two cases where the regex {{A-z}} is used. I assume that is a typo (and should be {{A-Z}} because {{A-z}} matches: - {{A-Z}} - {{\[}}, {{\}}, {{\]}}, {{^}}, {{_}}, {{`}} - {{a-z}} Affected: - https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/util/Check.java#L109 (and https://github.com/apache/hadoop/blob/trunk/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/java/org/apache/hadoop/lib/util/Check.java#L115) - https://github.com/apache/hadoop/blob/trunk/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/resourcetypes/ResourceTypesTestHelper.java#L38 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: common-dev-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-dev-h...@hadoop.apache.org