On Mon, Mar 25, 2013 at 6:13 PM, Donald Whytock <dwhyt...@gmail.com> wrote:
> 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

The @ in the name portion has been fixed recently.

No the RAW(value) is currently only for uri parameters. I didn't want
at first to "risk" side-effects if it was parsing the entire URI.

In the future we may want to expand on this and allow the RAW anywhere
in the URI. But for now people have most problems with URI parameters.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to