[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/geode/pull/449 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-14 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/449#discussion_r111591894 --- Diff: geode-wan/src/test/java/org/apache/geode/management/internal/configuration/ClusterConfigurationIndexWithFromClauseDUnitTest.java --- @@ -0,0

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-11 Thread nabarunnag
Github user nabarunnag commented on a diff in the pull request: https://github.com/apache/geode/pull/449#discussion_r111037135 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/CreateIndexFunction.java --- @@ -93,6 +91,31 @@ public void

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-11 Thread jhuynh1
Github user jhuynh1 commented on a diff in the pull request: https://github.com/apache/geode/pull/449#discussion_r111036455 --- Diff: geode-core/src/main/java/org/apache/geode/management/internal/cli/functions/CreateIndexFunction.java --- @@ -93,6 +91,31 @@ public void

[GitHub] geode pull request #449: GEODE-2764: Added checks on the region name

2017-04-11 Thread nabarunnag
GitHub user nabarunnag opened a pull request: https://github.com/apache/geode/pull/449 GEODE-2764: Added checks on the region name * Substring the region name till the last occurance of '.' * Check if this substring is a valid region name * Continue this till we