Skip to content

Commit

Permalink
Merge pull request #1644 from jakartaee/issue1359
Browse files Browse the repository at this point in the history
Remove the SecurityManager uses
  • Loading branch information
arjantijms authored Nov 9, 2024
2 parents 06d5916 + 47b243e commit b3ba061
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 b3ba061

Please sign in to comment.