Re: Servlet Component with REST DSL: problem in URI query string construction?

2014-11-18 Thread Willem Jiang
> > The code from ServletComponent looks like this (lines 194-197): > > > > > > String url = "servlet:///%s?httpMethodRestrict=%s"; > > > if (!query.isEmpty()) { > > > url = url + "?" + query; > > > } > > > > >

Re: Servlet Component with REST DSL: problem in URI query string construction?

2014-11-18 Thread Rodney van Luinen
ich is that > > my-servlet actually handles the request. > > > > I don't think I'm doing anything screwy here, can anyone else confirm > > they've had similar problems or not? I think it's a bug but following > > etiquette I'm posting here first and not raising issues in Jira > immediately. > > > > Regards, > > Rod > > > > > > > > -- > > View this message in context: > http://camel.465427.n5.nabble.com/Servlet-Component-with-REST-DSL-problem-in-URI-query-string-construction-tp5759228.html > > Sent from the Camel - Users mailing list archive at Nabble.com. > > > >

Re: Servlet Component with REST DSL: problem in URI query string construction?

2014-11-17 Thread Willem Jiang
n't think I'm doing anything screwy here, can anyone else confirm > they've had similar problems or not? I think it's a bug but following > etiquette I'm posting here first and not raising issues in Jira immediately. > > Regards, > Rod > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Servlet-Component-with-REST-DSL-problem-in-URI-query-string-construction-tp5759228.html > > Sent from the Camel - Users mailing list archive at Nabble.com. >

Servlet Component with REST DSL: problem in URI query string construction?

2014-11-17 Thread rvanluinen
see, which is that my-servlet actually handles the request. I don't think I'm doing anything screwy here, can anyone else confirm they've had similar problems or not? I think it's a bug but following etiquette I'm posting here first and not raising issues in Jira immediate