Skip to content

Commit

Permalink
GEODE-17: pulse not started with gemfire security enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmeiliao committed May 13, 2016
1 parent c4b9756 commit 97d6172
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,9 @@ private void startHttpService(boolean isServer) {
if (logger.isDebugEnabled()) {
logger.debug(message);
}

if (isCustomAuthorizer()){
System.setProperty("spring.profiles.active", "pulse.authentication.gemfire");
}
}
else if (isCustomAuthenticator()){
System.setProperty("spring.profiles.active", "pulse.authentication.gemfire");
}

// Find developer REST WAR file
Expand Down

0 comments on commit 97d6172

Please sign in to comment.