Re: ISAPI filter BUG

From: Stefan <nickm@xxx.com>
Date: Fri Nov 22 2002 - 11:48:47 PST

I am no filter expert but are you trying to apply the filter to static pages as well?

Stef
  ----- Original Message -----
  From: Murali Krishnan
  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
      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:48:47 -0800

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