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
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
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
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
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)
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: