Are you saying that you don't want the url to be encoded? What are you using as a component? Jetty, spark etc?
On Mon, Jan 2, 2017 at 8:08 PM, diogopedreira [via Camel] < [email protected]> wrote: > Hi all, > > I'm trying to setup a route that contains an hash "#" in both "from" and > "to" URL's but camel is processing the routes and performing an URL encode: > > e.g. > > Correct URL: > http://localhost/xpto/QK7SYGTE2#/screens/170375275/ > > Converted URL: > http://localhost/xpto//QK7SYGTE2%23/screens/170375275/ > > This doesn't suit me as I need the hash to be placed in the url hence it > doesn't recognize the encoded url. > > I've made some research and I've found RAW function ( > http://camel.apache.org/how-do-i-configure-endpoints.html) but it seems > that it only works for request parameters. > > Does anyone know how to overcome this? > > Thanks! > > Diogo > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > http://camel.465427.n5.nabble.com/Special-characters-in-URL- > s-tp5792076.html > To start a new topic under Camel - Users, email > [email protected] > To unsubscribe from Camel - Users, click here > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=465428&code=c291Y2lhbmNlLmVxZGFtLnJhc2h0aUBnbWFpbC5jb218NDY1NDI4fDE1MzI5MTE2NTY=> > . > NAML > <http://camel.465427.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://camel.465427.n5.nabble.com/Special-characters-in-URL-s-tp5792076p5792077.html Sent from the Camel - Users mailing list archive at Nabble.com.
