Following on from this original issue. With Camel 2.12.2.
If you have a url route defined as aws-sqs://Queue?accessKey=xxx&secretKey=yyy And yyy contains an embedded "+". If you encode this using a %2B then Camel will double decode this value during route setup if using the DefaultCamelContext. As such the value passed to the AWS Credentials will in fact have embedded spaces. "normalizeEndpointUri" does the first decoding before passing onto the component. -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-AWS-Component-accessKey-secretKey-Parameters-not-working-tp4745604p5744630.html Sent from the Camel - Users mailing list archive at Nabble.com.
