You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Marcono1234 (Jira)" <ji...@apache.org> on 2021/02/05 21:45:01 UTC

[jira] [Created] (HADOOP-17518) Usage of incorrect regex range A-z

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}}
- {{\[}}, {{&#92;}}, {{\]}}, {{^}}, {{_}}, {{`}}
- {{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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-issues-help@hadoop.apache.org