Re: Web filter and camel-servlet

2014-01-17 Thread Richard Kettelerij
Can you post your web.xml? On Thu, Jan 16, 2014 at 6:27 PM, helander wrote: > The servlet has a name parameter. > > But if id had not have a name, would that have made any difference? > > /Lasse > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Web-filter-and-camel-

Re: Web filter and camel-servlet

2014-01-16 Thread helander
The servlet has a name parameter. But if id had not have a name, would that have made any difference? /Lasse -- View this message in context: http://camel.465427.n5.nabble.com/Web-filter-and-camel-servlet-tp5746054p5746093.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Web filter and camel-servlet

2014-01-16 Thread Sergey Beryozkin
Hi, On 16/01/14 14:47, helander wrote: Hi Sergey, I am not sure what you mean by side-effects, I thought for a moment it was to do with the security filters having no effects but this is what I see (or really: NOT see) : I have a web application (WAR) that have a Web Filter and a Camel Servl

Re: Web filter and camel-servlet

2014-01-16 Thread helander
Hi Sergey, I am not sure what you mean by side-effects, but this is what I see (or really: NOT see) : I have a web application (WAR) that have a Web Filter and a Camel Servlet. This filter is used throughout a number of applications and is configured to be activated by all requests ("/*") to the

Re: Web filter and camel-servlet

2014-01-16 Thread Sergey Beryozkin
Hi On 16/01/14 12:58, helander wrote: It seems like camel-servlet "bypasses" web filters in my container. Is this correct? Anything that could be done to have the requests to the camel-servlet pass a web filter prior to hitting the camel-servlet? What side-effects do you observe in your case ?