Camel component endpoints options for password is altered, how to prevent this?
问题 In Camel I am using the http4 component to make REST request on a remote server. The component documentation states that the credentials should be put in the options on the endpoint like this: https4://myremote.server.com/?authUsername=xxx&authPassword=yyy This was working well until someone put a password with a '+' character on another environment. We notice that the '+' character is transmitted as a space in the server which generates an error. By searching deeper in the Camel