Re: [SAtalk] HTTP_CTRL_CHARS_HOST false triggering

2002-02-04 Thread Theo Van Dinter
On Mon, Feb 04, 2002 at 12:09:40AM -0800, Craig Hughes wrote: > No, it really is looking for actual control characters. The regular > expression in question will match if it sees a string which starts with > 'http://' then features a control character (ascii <= 0x1f except CR and > LF) before it

Re: [SAtalk] HTTP_CTRL_CHARS_HOST false triggering

2002-02-03 Thread Craig Hughes
No, it really is looking for actual control characters. The regular expression in question will match if it sees a string which starts with 'http://' then features a control character (ascii <= 0x1f except CR and LF) before it sees another '/'. Now on the line in question, it will in fact match