Skip to content

Commit

Permalink
Add AuthenticationFilterUrlPattern to SymLoadBalancedConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Apr 18, 2019
1 parent 035e513 commit 63920e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
1 change: 0 additions & 1 deletion src/main/java/configuration/SymConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,5 +329,4 @@ public String getAuthenticationFilterUrlPattern() {
public void setAuthenticationFilterUrlPattern(String authenticationFilterUrlPattern) {
this.authenticationFilterUrlPattern = authenticationFilterUrlPattern;
}

}
1 change: 1 addition & 0 deletions src/main/java/configuration/SymLoadBalancedConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,6 @@ public void cloneAttributes(SymConfig config) {
this.setAppId(config.getAppId());
this.setDatafeedEventsThreadpoolSize(config.getDatafeedEventsThreadpoolSize());
this.setDatafeedEventsErrorTimeout(config.getDatafeedEventsErrorTimeout());
this.setAuthenticationFilterUrlPattern(config.getAuthenticationFilterUrlPattern());
}
}
23 changes: 0 additions & 23 deletions src/main/resources/config.json

This file was deleted.

0 comments on commit 63920e7

Please sign in to comment.