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 get valid region name * If there are no '.' left to substring on, send region not found exception. @jhuynh1 @ladyVader @gesterzhou You can merge this pull request into a Git repository by running: $ git pull https://github.com/nabarunnag/incubator-geode feature/GEODE-2764 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/geode/pull/449.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 #449 ---- commit b1f4f8ba53cf25d5df8a0cdbbf8e9fcc29763bb2 Author: nabarun <n...@pivotal.io> Date: 2017-04-10T18:41:14Z 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 get valid region name * If there are no '.' left to substring on, send region not found exception. ---- --- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---