Project

General

Profile

Actions

Feature #377

closed

Incorrect handling of the 100 (Continue) Status

Added by Anonymous over 18 years ago. Updated about 7 years ago.

Status:
Fixed
Priority:
Normal
Category:
core
Target version:
ASK QUESTIONS IN Forums:

Description

Lighttpd currently does not handle section 8.2.3 of the HTTP/1.1 spec correctly (it always responds with HTTP/1.1 417 Expectation Failed). As a result many common HTTP/1.1 clients cannot POST data to lighttpd based web servers. (mshtml, Visual Studio, libcurl, HttpClient, HttpWebRequest)

Please see section 8.2.3 of
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html

-- cody


Files

98_add_chunked_support_1.4.23.diff (10.3 KB) 98_add_chunked_support_1.4.23.diff Patch for support chunked POST in lighttpd 1.4 ricardo, 2010-06-28 17:29
Actions #1

Updated by Anonymous about 17 years ago

I also see this when Flash 9 tries to upload files in Linux. Oddly, the Windows version of Flash doesn't send this header.

-- edenli+nospam

Actions #2

Updated by darix about 17 years ago

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

this bug is fixed for 1.5.x we wont fix it for 1.4.x though

Actions #3

Updated by Anonymous about 16 years ago

  • Status changed from Fixed to Need Feedback
  • Resolution deleted (fixed)

oh guys, come on. fix this in 1.4.19, who knows when 1.5 will be ready....

Actions #4

Updated by Anonymous about 16 years ago

anonymous: feel free to send a patch. Otherwise, please respect what the developers state.

-- Lfe

Actions #5

Updated by Olaf-van-der-Spek about 16 years ago

Otherwise, please respect what the developers state.

Why?

Actions #6

Updated by hoffie about 16 years ago

Because developers usually know their stuff better than users and probably have good reasons for their statements.
See #1017 in this case.

Actions #7

Updated by stbuehler almost 16 years ago

  • Status changed from Need Feedback to Fixed
  • Resolution set to wontfix
  1. not a bug - see http://tools.ietf.org/html/rfc2616#section-14.20
  2. if you think it is a trivial fix, then please provide a patch.
  3. fix your clients
Actions #8

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Wontfix
Actions #9

Updated by ricardo almost 14 years ago

I messed where I posted the comment. My apologies.

Actions #10

Updated by gstrauss over 7 years ago

  • Description updated (diff)
  • Status changed from Wontfix to Patch Pending
  • Target version set to 1.4.45

related: https://redmine.lighttpd.net/boards/3/topics/81

Transfer-Encoding: chunked is supported in lighttpd 1.4.44
Expect: 100-continue will be supported in lighttpd 1.4.46
This will replace the current behavior of sending 417 Expectation Failed, which is RFC compliant, but not very friendly, if server.reject-expect-100-with-417 = "enable", which is the default for some historical reason. (See #1017)

Actions #11

Updated by gstrauss over 7 years ago

  • Target version changed from 1.4.45 to 1.4.46
Actions #12

Updated by gstrauss about 7 years ago

  • Status changed from Patch Pending to Fixed
  • % Done changed from 0 to 100
Actions

Also available in: Atom