Skip to content

Commit

Permalink
Remove the SecurityManager uses
Browse files Browse the repository at this point in the history
Fixes #1359

Signed-off-by: Scott M Stark <[email protected]>
  • Loading branch information
starksm64 committed Nov 9, 2024
1 parent 06d5916 commit 47b243e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 512 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public static void main(String args[]) {
sPort = args[1];
}

// SetSecurityManager
System.setSecurityManager(new RMISecurityManager());

// Create a new instance
try {
deploymentServer = new AutoDeploymentServer();
Expand Down
Loading

0 comments on commit 47b243e

Please sign in to comment.