Improve system execution
[lgpl/argeo-commons.git] / security / runtime / org.argeo.security.core / src / main / java / org / argeo / security / core / KeyBasedSystemExecutionService.java
index b5791c587f00ec2dd9ea021c4c06172cf3be7527..f41e5d99f6fdd41fd145f4cbb96b731388a7b69a 100644 (file)
@@ -41,7 +41,7 @@ public class KeyBasedSystemExecutionService extends AbstractSystemExecution
                                try {
                                        return runnable.call();
                                } finally {
-                                       deauthenticateAsSystem();
+//                                     deauthenticateAsSystem();
                                }
                        }
                };