Bug #659

Header Host isn't correctly handled in POST

Added by Anonymous over 4 years ago. Updated almost 2 years ago.

Status:Missing Feedback Start:
Priority:Normal Due date:
Assigned to:- % Done:

0%

Category:core
Target version:-
Missing in 1.5.x:

Description

I found one trouble with Lighttpd.

When headers looks like:


POST http://test.dom/test HTTP/1.1
Host: test.dom
..[skipped]..

then lighttpd process it correctly.
But when headers looks like:


POST /test HTTP/1.1
Host: test.dom
..[skipped]..

then lighttpd doesn't correctly process header Host.

History

Updated by Anonymous over 3 years ago

Yes, I'm also getting it... Some first symbols of header are eaten. Horrible bug...

-- grue

Updated by stbuehler over 2 years ago

  • Status changed from New to Fixed
  • Resolution set to worksforme

I really don't believe you, never had any problems with this in recent versions. (The first request shouldn't work, the second should)

If this really is still a problem in current version, please reopen and give more details what goes wrong (config, url you tested, expected behaviour and what you got).

Updated by stbuehler almost 2 years ago

  • Status changed from Fixed to Missing Feedback

Also available in: Atom