Github user jinmeiliao commented on the issue:

    https://github.com/apache/incubator-geode/pull/276
  
    A few things:
    1. In your RestSecurityPostProcessorTest, in the before method, you can get 
ahold of the region you created and pre populate the regions with a few keys 
and values, this way, you don't need to worry about putting in values in your 
tests.
    2. Looks like /{regions} end point also retrieves the values of the entire 
region, you need to post process the values there as well. 
    3. query end points definitely return region values as well.
    4. SecurityUtils.getSecurityService will definitely get the security 
service, but let's do it the spring way, I have a component called 
RestSecurityService, use that instead.


---
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.
---

Reply via email to