A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
Hi, I have a filter that takes all requests that try to hit http and redirects them through https. Here is the web.xml configuration for that. - filter filter-nameSecuredChannelFilter/filter-name filter-classcom.psi.servlet.filter.SecuredChannelFilter/filter-class /filter filter-mapping

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Robert Koberg
On Feb 6, 2009, at 12:24 AM, Anand HS wrote: However, I believe there must be a more 'elegant' way to exclude a url pattern through configuration than adding/modifying more code. :) Could you shed more ideas on this. ? Move it?

RE: A question about excluding URL patterns from filters

2009-02-05 Thread Caldarale, Charles R
From: Anand HS [mailto:anan...@gmail.com] Subject: A question about excluding URL patterns from filters I have a filter that takes all requests that try to hit http and redirects them through https. Why are you using a filter? Why not the transport-guarantee mechanism defined

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
to be happening. Is my configuraiton missing something. ? BTW, i use tomcat 6.0.18. Thanks, Anand On Fri, Feb 6, 2009 at 11:31 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anand HS [mailto:anan...@gmail.com] Subject: A question about excluding URL patterns from filters I

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
something. ? BTW, i use tomcat 6.0.18. Thanks, Anand On Fri, Feb 6, 2009 at 11:31 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Anand HS [mailto:anan...@gmail.com] Subject: A question about excluding URL patterns from filters I have a filter that takes all requests