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 u...@host.com as the FTP username, which results in an endpoint URL that looks like u...@host.com@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:dwhyt...@gmail.com] Sent: Monday, March 25, 2013 1:14 PM To: dev@camel.apache.org 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 b...@host.com was actually expected as the name, with the whole address being b...@host.com@host.com. The URI class parser doesn't like that. So, would RAW(b...@host.com)@host.com work? Don