Repository: camel
Updated Branches:
  refs/heads/master d62f5120f -> 9430e4d55


[CAMEL-7763] NettyServerBootstrapConfiguration now provides default SSL 
settings.


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9430e4d5
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9430e4d5
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9430e4d5

Branch: refs/heads/master
Commit: 9430e4d55ae7e91f46c70d7969156767a5f42da4
Parents: d62f512
Author: Henryk Konsek <hekon...@gmail.com>
Authored: Fri Aug 29 16:04:48 2014 +0200
Committer: Henryk Konsek <hekon...@gmail.com>
Committed: Fri Aug 29 16:04:48 2014 +0200

----------------------------------------------------------------------
 .../camel/component/netty/NettyServerBootstrapConfiguration.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9430e4d5/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyServerBootstrapConfiguration.java
----------------------------------------------------------------------
diff --git 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyServerBootstrapConfiguration.java
 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyServerBootstrapConfiguration.java
index 666415f..fd0c498 100644
--- 
a/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyServerBootstrapConfiguration.java
+++ 
b/components/camel-netty/src/main/java/org/apache/camel/component/netty/NettyServerBootstrapConfiguration.java
@@ -53,8 +53,8 @@ public class NettyServerBootstrapConfiguration implements 
Cloneable {
     protected File trustStoreFile;
     protected String keyStoreResource;
     protected String trustStoreResource;
-    protected String keyStoreFormat;
-    protected String securityProvider;
+    protected String keyStoreFormat = "JKS";
+    protected String securityProvider = "SunX509";
     protected String passphrase;
     protected BossPool bossPool;
     protected WorkerPool workerPool;

Reply via email to