Repository: syncope Updated Branches: refs/heads/master a634f7c75 -> 1ff8cc44e
[SYNCOPE-738] Removing comment Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/35e35661 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/35e35661 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/35e35661 Branch: refs/heads/master Commit: 35e35661e594900a66a83e8e47e5b010fe26b8a1 Parents: a634f7c Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Sep 5 15:41:09 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Sep 5 15:41:09 2016 +0200 ---------------------------------------------------------------------- .../java/org/apache/syncope/core/logic/init/CamelRouteLoader.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/35e35661/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java ---------------------------------------------------------------------- diff --git a/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java b/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java index f44a648..4a3e577 100644 --- a/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java +++ b/ext/camel/logic/src/main/java/org/apache/syncope/core/logic/init/CamelRouteLoader.java @@ -151,7 +151,6 @@ public class CamelRouteLoader implements SyncopeLoader { TransformerFactory tf = null; DOMImplementationLS domImpl = null; NodeList routeNodes; - // When https://issues.jboss.org/browse/WFLY-4416 is resolved, this is not needed any more if (IS_JBOSS) { tf = TransformerFactory.newInstance(); tf.setFeature(javax.xml.XMLConstants.FEATURE_SECURE_PROCESSING, true);
