This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.
from b4c3e94 GEODE-7763: Do not exportValue if no clients are waiting for
result (#4771)
add 8c320ce GEODE-7815: add Pulse custom security profile test (#4794)
No new revisions were added by this update.
Summary of changes:
geode-pulse/build.gradle | 18 +++++--
.../controllers/PulseControllerJUnitTest.java | 2 +-
.../pulse/security/CustomSecurityConfigTest.java | 55 +++++++++++-----------
.../pulse/security/DefaultSecurityConfigTest.java | 55 +++++++++++-----------
.../resources/pulse-authentication-custom.xml | 38 +++++++++++++++
.../internal/security/DefaultSecurityConfig.java | 4 +-
.../src/main/webapp/WEB-INF/pulse-servlet.xml | 3 +-
7 files changed, 111 insertions(+), 64 deletions(-)
copy
geode-web-management/src/integrationTest/java/org/apache/geode/management/internal/rest/RequestWithAuthTokenTest.java
=>
geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/CustomSecurityConfigTest.java
(50%)
copy
geode-web-management/src/integrationTest/java/org/apache/geode/management/internal/rest/RequestWithAuthTokenTest.java
=>
geode-pulse/src/integrationTest/java/org/apache/geode/tools/pulse/security/DefaultSecurityConfigTest.java
(50%)
create mode 100644
geode-pulse/src/integrationTest/resources/pulse-authentication-custom.xml