[
https://issues.apache.org/jira/browse/GEODE-6286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund resolved GEODE-6286.
------------------------------
Resolution: Won't Fix
Changing region names to not be case sensitive would break backwards
compatibility for existing users. It's better for a given user to devise a
standard naming scheme for regions to avoid any issues caused by trying to
access the region using different cases.
For example, if you want to avoid creating two similarly named regions that
vary only by case, then you should standardize on always and only using lower
case characters for naming Geode regions.
> Duplicate Region name
> ----------------------
>
> Key: GEODE-6286
> URL: https://issues.apache.org/jira/browse/GEODE-6286
> Project: Geode
> Issue Type: Bug
> Components: general
> Reporter: vaquar khan
> Priority: Minor
>
> {color:#333333}I am creating region account with three different way{color}
> {color:#333333}account{color}
> {color:#333333}Account{color}
> {color:#333333}ACCOUNT{color}
> {color:#333333}Instead of giving error GEODe creating there different region
> .{color}
>
> {color:#333333}It will create confusion as developer I can make mistake in
> Java code and calling different region in above three options.{color}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)