Proxying OPTIONS *

2007-09-30 Thread Nick Kew
RFC2616 is clear that: 1. OPTIONS * is allowed. 2. OPTIONS can be proxied. However, it's not clear that OPTIONS * can be proxied, given that there's no natural URL representation of it (* != /*). The Co-Advisor suite has a test case to proxy OPTIONS * using: OPTIONS * HTTP/1.1\r\n Host:

Re: Proxying OPTIONS *

2007-09-30 Thread Roy T. Fielding
On Sep 30, 2007, at 4:05 PM, Nick Kew wrote: RFC2616 is clear that: 1. OPTIONS * is allowed. 2. OPTIONS can be proxied. However, it's not clear that OPTIONS * can be proxied, given that there's no natural URL representation of it (* != /*). An absolute http request-URI with no path.

Why permit --with-mpm=event ???

2007-09-30 Thread William A. Rowe, Jr.
when [Sun Sep 30 17:19:47 2007] [crit] (70023)This function has not been implemented on this platform: Couldn't create a Thread Safe Pollset. Is it supported on your platform? it seems like a config-time test. Bill

Backslashes in HTTP Headers

2007-09-30 Thread Nick Kew
Coadvisor has several testcases involving a Content-Type line with a lot of qualifier tokens. These tokens are quoted strings and include backslashes. This is going to wrap when I cutpaste: Content-Type: text/other; charset=ISO-8859-4; attribute=value; q=0.9; q=9. ; a=quoted text/html;