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 "Kihwal Lee (Jira)" <ji...@apache.org> on 2021/02/08 16:39:00 UTC

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

    [ https://issues.apache.org/jira/browse/HADOOP-17518?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281189#comment-17281189 ] 

Kihwal Lee commented on HADOOP-17518:
-------------------------------------

It is only referenced by a HttpFS test. We could simply remove it.

> 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
>            Priority: Minor
>
> 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