Willy Tarreau 422246eb26 MEDIUM: http: block non-ASCII characters in URIs by default
These ones are invalid and blocked unless "option accept-invalid-http-request"
is specified in the frontend. In any case, the faulty request is logged.

Note that some of the remaining invalid chars are still not checked against,
those are the invalid ones between 32 and 127 :

    34 ('"'), 60 ('<'), 62 ('>'), 92 ('\'), 94 ('^'),
    96 ('`'), 123 ('{'), 124 ('|'), 125 ('}')

Using a lookup table might be better at some point.
2012-01-07 23:55:20 +01:00
..
2011-12-30 17:33:27 +01:00
2006-06-15 21:48:13 +02:00
2009-10-14 22:22:03 +02:00
2009-10-14 22:22:03 +02:00
2009-10-14 21:12:39 +02:00
2006-06-15 21:48:13 +02:00