Ticket #659 (closed defect: worksforme)

Opened 2 years ago

Last modified 3 months ago

Header Host isn't correctly handled in POST

Reported by: anonymous Assigned to: jan
Priority: normal Milestone:
Component: core Version: 1.4.11
Severity: normal Keywords:
Cc: Blocking:
Need Feedback: 0

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.

Attachments

Change History

04/16/2007 07:52:24 PM changed by grue@mail.ru

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

04/25/2008 02:10:13 PM changed by stbuehler

  • status changed from new to closed.
  • resolution set to worksforme.
  • blocking changed.
  • pending changed.

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).


Add/Change #659 (Header Host isn't correctly handled in POST)




Change Properties
Action