[
https://issues.apache.org/jira/browse/GEODE-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15667746#comment-15667746
]
ASF GitHub Bot commented on GEODE-1617:
---------------------------------------
GitHub user kjduling opened a pull request:
https://github.com/apache/incubator-geode/pull/285
GEODE-1617: Regions can be created with a variety of characters that …
…are unsupported
Added comprehensive test to validate region names
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjduling/incubator-geode feature/GEODE-1617
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/285.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #285
----
commit 1672018170c979a4104dce83224a3d697becfe13
Author: Kevin Duling <[email protected]>
Date: 2016-11-15T17:33:59Z
GEODE-1617: Regions can be created with a variety of characters that are
unsupported
Added comprehensive test to validate region names
----
> Regions can be created with a variety of characters that are unsupported
> ------------------------------------------------------------------------
>
> Key: GEODE-1617
> URL: https://issues.apache.org/jira/browse/GEODE-1617
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Affects Versions: 1.0.0-incubating.M2
> Reporter: Kevin Duling
> Assignee: Kevin Duling
> Fix For: 1.0.0-incubating
>
>
> Per this
> [thread|https://www.mail-archive.com/[email protected]/msg04046.html],
> and this
> [thread|https://www.mail-archive.com/[email protected]/msg07079.html]
> on the dev forums and [geode
> documentation|http://docs-geode-develop.cfapps.io/docs/basic_config/data_regions/region_naming.html],
> region names may only consist of alphanumeric characters, an underscore, and
> a hyphen. These rules are not enforced.
> E.g., it is possible to create a region with:
> {{gfsh> create region --name=not^good --type=REPLICATE}}
> Some of these regions may be removed with the {{destroy}} command, while
> others cannot be located.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)