enonic / lib-http-client

Http Client Library for Enonic XP.
Apache License 2.0
0 stars 4 forks source link

Support mTLS via javax.net.ssl.keyStore JVM parameter #79 #80

Closed gbbirkisson closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #80 (d1d0a58) into master (03f00f1) will increase coverage by 1.43%. The diff coverage is 80.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #80      +/-   ##
============================================
+ Coverage     80.56%   82.00%   +1.43%     
- Complexity       96      104       +8     
============================================
  Files             5        6       +1     
  Lines           319      350      +31     
  Branches         39       43       +4     
============================================
+ Hits            257      287      +30     
  Misses           35       35              
- Partials         27       28       +1     
Impacted Files Coverage Δ
...ava/com/enonic/lib/http/client/KeyStoreLoader.java 77.41% <77.41%> (ø)
...a/com/enonic/lib/http/client/CertificateTools.java 91.30% <85.71%> (+26.08%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 03f00f1...d1d0a58. Read the comment docs.

gbbirkisson commented 2 years ago

I will assign #79 to you then. This is a high priority ticket.

rymsha commented 2 years ago

replaced by #82