[GitHub] [cxf] amarkevich merged pull request #528: cxf-rt-ws-security: fix PVS-Studio errors/warnings

2019-03-29 Thread GitBox
amarkevich merged pull request #528: cxf-rt-ws-security: fix PVS-Studio errors/warnings URL: https://github.com/apache/cxf/pull/528 This is an automated message from the Apache Git Service. To respond to the message, please

Re: http sig implementation

2019-03-29 Thread Colm O hEigeartaigh
Hi David, Also - should there be a PrivateKeyProvider: > PrivateKey getKey(String keyId); > +1. Please submit a PR. > > > > https://github.com/apache/cxf/tree/master/rt/rs/security/http-signature/src/main/java/org/apache/cxf/rs/security/httpsignature/filters > > There are no

JDK 13 - Early Access build 14 is available

2019-03-29 Thread Rory O'Donnell
Hi Andriy, *OpenJDK builds *- JDK 13 - Early Access build 14 is available at http://jdk.java.net/13/ * These early-access, open-source builds are provided under the GNU General Public License, versionĀ 2, with the Classpath Exception . *

Re: http sig implementation

2019-03-29 Thread David Karlsen
Also - should there be a PrivateKeyProvider: PrivateKey getKey(String keyId); similar to the public key provider? So that any signing mechanisms use this interface to resolve the key to use for signing? fre. 29. mar. 2019 kl. 11:55 skrev David Karlsen : > Hi @coheigea - I noticed you are

http sig implementation

2019-03-29 Thread David Karlsen
Hi @coheigea - I noticed you are cleaning a bit in the http signature stuff lately. There are a few things I'm wondering about. https://github.com/apache/cxf/tree/master/rt/rs/security/http-signature/src/main/java/org/apache/cxf/rs/security/httpsignature/filters There are no