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