RE: ISAPI filter BUG

From: Murali Krishnan <murali.krishnan@xxx.com>
Date: Fri Nov 22 2002 - 10:37:42 PST

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 10:37:42 -0800

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