XMLSecurity key recovery fails when keystore and key use different passwords

2012-08-26 Thread dms79
Hello, I'm using Camel 2.10.0 (Java 1.6) with XMLSecurity in a route like this: http://www.w3.org/2001/04/xmlenc#aes128-cbc"; keyCipherAlgorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"; recipientKeyAlias="dummy" keyOrTrustStoreParametersId="dummyStore" /> Keygeneration: keytool -ge

Camel-Spring-Security with CXF Web Service does not receive Authentication header

2012-08-26 Thread dms79
Hello again, as before: I'm using Camel 2.10.0 (Java 1.6), and I'm having two issues with the Camel-Spring-Security component. The first one should be an easy one. It seems like the following dependency is missing when adding camel-spring-security to the pom: org.springframework.secu

Re: XMLSecurity key recovery fails when keystore and key use different passwords

2012-09-02 Thread dms79
Hi Rich, Sorry for the delay. And thanks for the patch, that's exactly what I was looking for! I will give that I try soon. Regards, Dominik Original-Nachricht > Datum: Wed, 29 Aug 2012 01:16:41 -0400 > Von: Rich Newcomb > An: users@camel.apache.org > Betreff: Re: XMLSecurity

Verification (crypto:verify) does not remove CamelDigitalSignature header

2012-02-08 Thread dms79
Hello,   I'm using Camel 2.9.0 (Spring 3.0.6) with Java 1.6 on Tomcat 7. The following route successfully signs and verifies a message:     However, the CamelDigitalSignature header is not removed after successful verification. Header after signature and after verification are c

Re: Verification (crypto:verify) does not remove CamelDigitalSignature header

2012-02-08 Thread dms79
Hi Hadrian, Perfect, thanks a lot for your fast answer and the fix! Looking forward to the new release. Regards, Dominik Original-Nachricht > Datum: Wed, 08 Feb 2012 22:50:41 -0500 > Von: Hadrian Zbarcea > An: users@camel.apache.org > Betreff: Re: Verification (crypto:verify)

Configuring ShiroSecurityPolicy in XML

2012-04-25 Thread dms79
Hello, With Camel 2.9.2, how can I configure a route using a ShiroSecurityPolicy in Spring XML like the following Java sample? I have noticed a policy XML element, but this seems to do something else. List permissionsList = new ArrayList(); Permission permission = new WildcardPermission("dummy: