incubator-geode git commit: GEODE-1467: Rename servlet URLs from gemfire to geode

2016-08-05 Thread jinmeiliao
Repository: incubator-geode Updated Branches: refs/heads/develop c7a0a458f -> fd4df9aac GEODE-1467: Rename servlet URLs from gemfire to geode * Add a second servlet for each. This allows both the old and new URL contexts for a time. * Updated some unit tests to use Parameterized so that

incubator-geode git commit: GEODE-1676: Multiple Not Equals in query with Compact Range Index returns incorrect results

2016-08-05 Thread jasonhuynh
Repository: incubator-geode Updated Branches: refs/heads/develop fd4df9aac -> 45299f3fa GEODE-1676: Multiple Not Equals in query with Compact Range Index returns incorrect results * Copy the not equals parameters instead of modifying the original set * PdxString and String comparison is now

[1/2] incubator-geode git commit: GEODE-1728: Recursively checking for wrapped http sessions

2016-08-05 Thread upthewaterspout
Repository: incubator-geode Updated Branches: refs/heads/develop 45299f3fa -> f3db3e82c GEODE-1728: Recursively checking for wrapped http sessions Our check for wrapped http sessions in the session caching module was not working if a request was wrapped by our module and then by a third party

[2/2] incubator-geode git commit: GEODE-1728: Removing the dispatcher elements from the session filter

2016-08-05 Thread upthewaterspout
GEODE-1728: Removing the dispatcher elements from the session filter The geode session filter is being applied to all requests. Because of that, all request objects should already be wrapped in a RequestWrapper. By adding these dispatcher elements to the filter, the filter was being applied

[1/2] incubator-geode git commit: GEODE-1726 Clean up compilation warnings in new GMS

2016-08-05 Thread bschuchardt
Repository: incubator-geode Updated Branches: refs/heads/develop f3db3e82c -> 5f8405495 http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/5f840549/geode-core/src/main/java/com/gemstone/gemfire/distributed/internal/membership/gms/mgr/GMSMembershipManager.java

[2/2] incubator-geode git commit: GEODE-1726 Clean up compilation warnings in new GMS

2016-08-05 Thread bschuchardt
GEODE-1726 Clean up compilation warnings in new GMS Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/5f840549 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/5f840549 Diff:

[2/2] incubator-geode git commit: GEODE-420: Locator ssl config.

2016-08-05 Thread udo
GEODE-420: Locator ssl config. Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/b557ccfe Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/b557ccfe Diff:

[1/2] incubator-geode git commit: GEODE-420: Locator ssl config.

2016-08-05 Thread udo
Repository: incubator-geode Updated Branches: refs/heads/feature/GEODE-420 7ecc66389 -> b557ccfef http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/b557ccfe/geode-core/src/main/java/com/gemstone/gemfire/internal/i18n/LocalizedStrings.java