
codesite-noreply at google
Dec 5, 2008, 11:56 AM
Post #5 of 6
(630 views)
Permalink
|
|
Issue 260 in cherokee: cherokee could accept empty POST
[In reply to]
|
|
Comment #4 on issue 260 by johnnyopposite: cherokee could accept empty POST http://code.google.com/p/cherokee/issues/detail?id=260 perhaps the issue only happens through a redirection $(document).ready(function(){ window.setInterval( function(){ $.post('$ajaxurl',{ foo: "bar"}); }, 1000 * 60 * 5 // 5 minutes ); }); where ajax url is http://localmomentum.net/admin/keep_login which is handled by redirection on Default ruleset with internal redirection handler ^.*$ -> /index.php -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings _______________________________________________ Cherokee-dev mailing list Cherokee-dev [at] lists http://lists.octality.com/listinfo/cherokee-dev
|