Changelog:
Version 0.3.9
2004-12-31
Re-compute content length after applying MAYBE-REWRITE-URLS-FOR-SESSION (caught by Stefan Scholl)
Download:
<http://weitz.de/files/tbnl.tar.gz>
Happy New Year,
Edi.
Changelog
Version 0.3.7
2004-12-22
Change #\Del to #\Rubout in QUOTE-STRING (AllegroCL complains, #\Del isn't even semi-standard)
Download
<http://weitz.de/files/tbnl.tar.gz>
Happy Holidays,
Edi.
Changelog:
Version 0.3.6
2004-12-02
Make REQUIRE-AUTHORIZATION compliant to RFC 2616 (thanks to Stefan Scholl)
Download:
<http://weitz.de/files/tbnl.tar.gz>
Cheers,
Edi.
On Wed, 01 Dec 2004 02:56:57 +0100, Stefan Scholl <stesch(a)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.