*) adding a test if a seucrity manager is active

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3533 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
theli 18 years ago
parent 210ede8230
commit 75eb65028a

@ -228,6 +228,10 @@ public final class httpdSoapHandler extends httpdAbstractHandler implements http
private void deployDefaultServices() throws Exception {
try {
// testing if a security manager is active.
SecurityManager sm = System.getSecurityManager();
this.theLogger.logInfo("Security Manager is: " + ((sm==null)?"not ":"") + "active");
// create an Axis server
this.theLogger.logInfo("Init soap engine ...");
engine = new AxisServer();

Loading…
Cancel
Save