Re: How to validate or parse HTTP request headers ( tomcat version 6.0.18 )

2014-01-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Kalasareddy, On 1/15/14, 1:12 AM, kalasareddy lingaraja wrote: yes i did it, but thing is that after parsing request in filter: if it is success then i should redirect the request to web service which running in embedded tomcat instance,

Re: How to validate or parse HTTP request headers ( tomcat version 6.0.18 )

2014-01-14 Thread JB MORLA
Have tout triés Witherspoon filters? Le 14 janv. 2014 17:39, kalasareddy lingaraja k.lingaraj...@gmail.com a écrit : Hi i have task to validate or parse following http header Accept Accept-Charset Accept-Encoding Accept-Language Accept-Datetime Content-Length Content-MD5 Content-Type

Re: How to validate or parse HTTP request headers ( tomcat version 6.0.18 )

2014-01-14 Thread André Warnier
kalasareddy lingaraja wrote: Hi i have task to validate or parse following http header Accept Accept-Charset Accept-Encoding Accept-Language Accept-Datetime Content-Length Content-MD5 Content-Type lets take Accept-Language as an example , if header language comes other than en-us i should

Re: How to validate or parse HTTP request headers ( tomcat version 6.0.18 )

2014-01-14 Thread kalasareddy lingaraja
yes i did it, but thing is that after parsing request in filter: if it is success then i should redirect the request to web service which running in embedded tomcat instance, could you help me how to shift control to web service from filter On Tue, Jan 14, 2014 at 11:10 PM, André Warnier