You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by gg...@apache.org on 2017/03/15 07:26:57 UTC

[1/2] karaf git commit: [KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default

Repository: karaf
Updated Branches:
  refs/heads/karaf-4.0.x 434e52502 -> 847f71a2b
  refs/heads/master cfa213ad6 -> 095e6f11e


[KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/847f71a2
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/847f71a2
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/847f71a2

Branch: refs/heads/karaf-4.0.x
Commit: 847f71a2b82ade844edc078cf7ae607b3903c880
Parents: 434e525
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Mar 14 12:12:33 2017 +0100
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Wed Mar 15 08:26:05 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/847f71a2/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index 6fe0368..4d97745 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -24,7 +24,7 @@
 # If set to true, the following property will not allow any certificate to be used
 # when accessing Maven repositories through SSL
 #
-#org.ops4j.pax.url.mvn.certificateCheck=
+org.ops4j.pax.url.mvn.certificateCheck=true
 
 #
 # Path to the local Maven settings file.


[2/2] karaf git commit: [KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default

Posted by gg...@apache.org.
[KARAF-5026] Turn on certificate validation for Maven HTTPS repositories by default


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/095e6f11
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/095e6f11
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/095e6f11

Branch: refs/heads/master
Commit: 095e6f11e83615ec81cf107ccc92ac2fa503fa8b
Parents: cfa213a
Author: Grzegorz Grzybek <gr...@gmail.com>
Authored: Tue Mar 14 12:12:33 2017 +0100
Committer: Grzegorz Grzybek <gr...@gmail.com>
Committed: Wed Mar 15 08:26:38 2017 +0100

----------------------------------------------------------------------
 .../src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/095e6f11/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
----------------------------------------------------------------------
diff --git a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
index f8b8ca8..fc8376b 100644
--- a/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
+++ b/assemblies/features/base/src/main/resources/resources/etc/org.ops4j.pax.url.mvn.cfg
@@ -24,7 +24,7 @@
 # If set to true, the following property will not allow any certificate to be used
 # when accessing Maven repositories through SSL
 #
-#org.ops4j.pax.url.mvn.certificateCheck=
+org.ops4j.pax.url.mvn.certificateCheck=true
 
 #
 # Path to the local Maven settings file.