RE: ISAPI filter BUG

From: Murali Krishnan <murali.krishnan@xxx.com>
Date: Fri Nov 22 2002 - 11:50:45 PST

I know it is kind of odd, but answering to your question I'm not. Interestingly, I don't have any static pages except few .js and .css, which I'm taking care in the filter.
 

---
Murali
-----Original Message-----
From: Stefan [mailto:nickm@xxx.com]
Sent: Friday, November 22, 2002 2:49 PM
To: resin-interest@xxx.com
Subject: Re: ISAPI filter BUG
I am no filter expert but are you trying to apply the filter to static pages as well? 
 
Stef
----- Original Message ----- 
From: Murali Krishnan <mailto:murali.krishnan@xxx.com>  
To: resin-interest@xxx.com 
Sent: Friday, November 22, 2002 1:37 PM
Subject: RE: ISAPI filter BUG
Yes, it works, but /* url mapping means anything after "/" should hit filter. But it is not.
 
---
Murali
-----Original Message-----
From: Stefan [mailto:nickm@xxx.com]
Sent: Friday, November 22, 2002 10:17 AM
To: resin-interest@xxx.com
Subject: Re: ISAPI filter BUG
Hi,
 
I am not so sure about that, I use the Resin provided filter for GZIP and it seems to be working with IIS5.
 
Stef
----- Original Message ----- 
From: Murali Krishnan <mailto:murali.krishnan@xxx.com>  
To: resin-interest@xxx.com 
Sent: Friday, November 22, 2002 8:43 AM
Subject: ISAPI filter BUG
ISAPI filter ignores <filter-mapping> attributes in web.xml. I've following snippet in my web.xml. This filter never receives any request under IIS. But WORKS UNDER standalone mode. Is there any work-around? Please help.
  <filter-mapping>
    <filter-name>My Filter</filter-name>
    <url-pattern>/*</url-pattern>
  </filter-mapping>
---
Murali
Received on Fri 22 Nov 2002 11:50:45 -0800

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:25 PDT