You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by jinmeiliao <gi...@git.apache.org> on 2016/10/28 22:24:20 UTC

[GitHub] incubator-geode issue #276: GEODE-1993: postprocess region/key

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---