This would be nice! We ran into this exact scenario about a year ago; a data center wanted us to use their FTP proxy server by specifying [email protected] as the FTP username, which results in an endpoint URL that looks like [email protected]@proxyhost. In the end they just had to make an exception for our application and punch a small hole in their firewall...
-----Original Message----- From: Donald Whytock [mailto:[email protected]] Sent: Monday, March 25, 2013 1:14 PM To: [email protected] Subject: Re: [HEADS UP] - Configuring passwords in Camel endpoints is now easier with new RAW syntax In addition to passwords, can it be used in the name portion of the address? There were issues with the FTP and email components where the user name the host was expecting had an "@" in it, as in [email protected] was actually expected as the name, with the whole address being [email protected]@host.com. The URI class parser doesn't like that. So, would RAW([email protected])@host.com work? Don
