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

ASF subversion and git services commented on HADOOP-17518:
----------------------------------------------------------

Commit 5272ed86708afdce8bd878f7bd734ce4c0c369cf in hadoop's branch 
refs/heads/trunk from NishthaShah
[ https://gitbox.apache.org/repos/asf?p=hadoop.git;h=5272ed86708 ]

HADOOP-17518. Update the regex to A-Z (#5669). Contributed by Nishtha Shah.

Signed-off-by: Ayush Saxena <[email protected]>

> 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
>            Assignee: Nishtha Shah
>            Priority: Minor
>              Labels: pull-request-available
>
> 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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to