[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Mark Thomas changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #6 from Andy Wilkinson --- Thanks, Mark. It looks good to me now. I've got embedded Tomcat using a JKS KeyStore that's been loaded via an entry in a DKS KeyStore. -- You are receiving this mail because: You are the assignee for th

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-07-05 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #5 from Mark Thomas --- I've disabled in-memory keystores for DKS in trunk. If you could test again and let me know how you get on... -- You are receiving this mail because: You are the assignee for the bug. --

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-07-02 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #4 from Andy Wilkinson --- I've built trunk and the DKS keystore is now being handled specially but it doesn't appear to be working correctly: org.apache.catalina.LifecycleException: Protocol handler start failed at org.apa

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #3 from Mark Thomas --- Great. Thanks Andy. I've added a first pass at DKS support to trunk (9.0.x). You should be able to specify "DKS" for ConfigFileLoader.getURI(path) and the URI for certificateKeystoreFile. Once this works (ho

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #2 from Andy Wilkinson --- Cool. Thanks, Mark. I am willing and able to build from trunk (or a branch) or use a snapshot when something's available, -- You are receiving this mail because: You are the assignee for the bug. ---

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 --- Comment #1 from Mark Thomas --- This looks like it should be fairly easy to implement along the same lines as Spring Boot - i.e. store.load(new DomainLoadStoreParameter(url.toURI(), Collections.emptyMap())); There is a small additional co

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-29 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Andy Wilkinson changed: What|Removed |Added CC||awilkin...@pivotal.io -- You are rec

[Bug 62507] Insufficient control over keystore loading to support DKS-keystores

2018-06-28 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=62507 Kenny Stimson changed: What|Removed |Added CC||kenny_stim...@yahoo.com