Re: request for servlet filter

2008-09-22 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: > > The rule means that any request including Basic authentication > will be redirected to the indicated page. > > BASIC_AUTH > ^/.*$ > type="temporary-redirect

Re: request for servlet filter

2008-09-18 Thread André Warnier
Christopher Schultz wrote: [lots of good stuff snipped] You could check out http://tuckey.org/urlrewrite/, but I think that mod-rewrite is a full Swiss Army Chainsaw while urlrewrite is more of a santoku knife. Went there, saw it, downloaded it. It seems to do what I want, and lots more. Hav

Re: request for servlet filter

2008-09-18 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: However, to work around a problem of browsers not being set up properly, I would need a servlet filter inserted *before* jCIFS in the chain, which would : - detect if a client attempts a Basic

Re: request for servlet filter

2008-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, André Warnier wrote: > However, to work around a problem of browsers not being set up properly, > I would need a servlet filter inserted *before* jCIFS in the chain, > which would : > - detect if a client attempts a Basic (or Digest) authentica

request for servlet filter

2008-09-18 Thread André Warnier
Hi. In a Tomcat servlet application context, I use the jCIFS filter (see jcifs.samba.org) to perform Windows NTLM authentication of IE clients. It works well. However, to work around a problem of browsers not being set up properly, I would need a servlet filter inserted *before* jCIFS in the