Project

General

Profile

Actions

Bug #1040

closed

$_POST data empty on r1657

Added by Anonymous about 17 years ago. Updated 4 months ago.

Status:
Obsolete
Priority:
High
Category:
mod_proxy_backend_fastcgi
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

on r1657 POST data isn't transfered to php as expected.
uploading files or posting data via textareas is not possible.

We use a rewrite rule, so every url is sent to something like index.php?d=$0
so $_GET data is transfered too on every upload.

After fiddling around and asking someone on the freenode i tried 1640 and its working with it.

My config : http://rafb.net/p/GgdP7d85.html
./configure --with-bzip2 --with-pcre --with-memcache --with-linux-aio --with-lua5.1
on an debian - etch system.

-- malte


Files

post.html (744 Bytes) post.html html form test page. jakabosky, 2007-02-22 02:44
post_test.php (143 Bytes) post_test.php form post test php script jakabosky, 2007-02-22 02:44
Actions #1

Updated by jakabosky about 17 years ago

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

worksforme with the attached html form and php script with lighttpd revision 1688. I also had
url.rewrite-once = ( "^/post/post_test.php" => "/post/post_test.php?test=3" )
in my config.

Re-open if revision 1688 fails and attach example html form, php script and config settings to re-produce the bug.

Actions #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Missing Feedback
Actions #3

Updated by gstrauss 4 months ago

  • Description updated (diff)
  • Status changed from Missing Feedback to Obsolete
  • ASK QUESTIONS IN Forums set to No

lighttpd 1.5.x branch has been abandoned.

lighttpd 1.4.x branch is now far more advanced and continues to be maintained.

Actions

Also available in: Atom