Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
; > 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 tak

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
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 that try to hit http and > > redirects them through https. > > Why are you using a filter

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 mechanism defined in t

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? ---

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. - SecuredChannelFilter com.psi.servlet.filter.SecuredChannelFilter SecuredChannelFilter * Now, I have a requirement to exclude only *.xsl from this f