Project

General

Profile

Actions

Bug #659

closed

Header Host isn't correctly handled in POST

Added by Anonymous almost 18 years ago. Updated over 15 years ago.

Status:
Missing Feedback
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:

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.

Actions #1

Updated by Anonymous almost 17 years ago

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

-- grue

Actions #2

Updated by stbuehler almost 16 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).

Actions #3

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions

Also available in: Atom