Bug #1040
closed$_POST data empty on r1657
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
Updated by jakabosky about 18 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.
Updated by stbuehler over 16 years ago
- Status changed from Fixed to Missing Feedback
Updated by gstrauss about 1 year 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.
Also available in: Atom