On Sun, May 04, 2008 at 12:49:31PM +0200, Michael Mende wrote:
Hi,
> I guess the problem is solved by linking against libpcre.
This is good news.
> I tried to reproduce your example with current version and it worked as
> expected:
>
> CheckURL "^/foo($|/)":
> http://bla/foo -> HTTP/1.1 4
Hello Andras,
I guess the problem is solved by linking against libpcre.
I tried to reproduce your example with current version and it worked as
expected:
CheckURL "^/foo($|/)":
http://bla/foo -> HTTP/1.1 404 Not Found
http://bla/foo/-> HTTP/1.1 404 Not Found
http://bla/foo/bla -> HTTP/
tags +upstream
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: pound
Version: 2.0-1
Severity: minor
Hi,
currently, the documentation doesn't say what syntax is supported when
specifying URL patterns. Based on the examples, it's a subset of POSIX
regular expressions, but ^ and $ don't seem to work. It would be nice if
extended regular expressions wer
4 matches
Mail list logo