Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
I think I was doing a mistake in the url-pattern. giving the correct URL pattern did the trick. Thanks for the tip on transport-guarantee Chuck. Thanks, Anand On Fri, Feb 6, 2009 at 12:11 PM, Anand HS wrote: > Hi, Thanks for the info about the transport-guarantee. > I did try to use it. Here i

Re: A question about excluding URL patterns from filters

2009-02-05 Thread Anand HS
Hi, Thanks for the info about the transport-guarantee. I did try to use it. Here is the config to exclude xsl files and allow all others through to HTTPS. Notify page, accessed internally by application *.xsl NONE Entire Site /* CONFIDENTIAL I would expect with this configuration th

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 the servlet spec? - Chu

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