
1 Dec
2004
1 Dec
'04
7:32 a.m.
On Wed, 01 Dec 2004 02:56:57 +0100, Stefan Scholl <stesch@no-spoon.de> wrote:
Some clients seem to make strange GET requests.
Like a "GET http://servername.domain/foo.html HTTP/1.1" where you would expect a "GET /foo.html HTTP/1.1".
This will not work with HTTP/1.1 as Apache will complain before TBNL has a chance to see the request. But it certainly works with HTTP/1.0.
ASDF-INSTALL was (is?) one of them. And maybe some misconfigured proxy servers (just a guess).
Feature request for TBNL: Strip the "http://servername.domain/" part from the URI when constructing SCRIPT-NAME.
I've uploaded a new version (0.3.5) which implements this and adds the doc fixes you sent privately. Thanks, Edi.