Re: [squid-users] urlpath_regex doesn't match

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Thu, 16 Mar 2006 17:56:23 +0100

tor 2006-03-16 klockan 17:39 +0100 skrev Marco Berizzi:
> Christoph Haas wrote:

> and it works. The is a problem with the " character. There some web
> server (windoze) that doesn't put that char in the filename field. So
> I have modified the regex to \.wmv?$ but it doesn't match.

> Hints?

\.wmv"?$

should work better...

\. dot
wmv wmv
"? Optional "
$ end-of-line

Regards
Henrik

Received on Thu Mar 16 2006 - 09:56:30 MST

This archive was generated by hypermail pre-2.1.9 : Sat Apr 01 2006 - 12:00:04 MST