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
--
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: http://git-wip-us.apache.org/repos/as
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: http://git-wip-u
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
--
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 multip
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
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 a
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 both