diff options
author | Steven Barth <steven@midlink.org> | 2008-03-03 16:52:14 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2008-03-03 16:52:14 +0000 |
commit | 93ede58cfcd4a120c827d217d30bb4bcb53ee44f (patch) | |
tree | 875cfaf4f7518cfa4b88bab6e59619073fb467ad | |
parent | 3f5de3273c9e103b4909802e339db06fe0b53312 (diff) |
Added known issue with old versions of busybox-httpd
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,3 +54,9 @@ HTTP-Abstraction and Formvalue validation support > See src/ffluci/http.lua for details > See src/ffluci/controller/public/example-action.lua for examples + + +Known issues: + There is a bug in older versions of busybox-httpd (as those in Kamikaze 7.09) + that do not handle Status-headers correctly making valid HTTP-Redirects impossible. + Using a newer version of Kamikaze should fix this.
\ No newline at end of file |