Re: CSRF Header broken on uWSGI

2011-03-09 Thread Luke Plant
On 09/03/11 13:07, Camilo Nova wrote: Gabriel, thanks for your response. How can i test the code that makes this crsf verification from the header, from my other testings this only happens after django make a fix in the latest security release. I would like to make a test enviroment, where can

Re: CSRF Header broken on uWSGI

2011-03-09 Thread Camilo Nova
Gabriel, thanks for your response. How can i test the code that makes this crsf verification from the header, from my other testings this only happens after django make a fix in the latest security release. I would like to make a test enviroment, where can i start to look? On Mar 8, 12:59 am, Ga

Re: CSRF Header broken on uWSGI

2011-03-07 Thread Gabriel Hurley
>From the information you've given I can't say what's causing your process to hang, but as to your other point about jQuery... yes, jQuery 1.5.0 had a legitimate bug that prevented headers from being properly set on AJAX requests. It was one of the reasons th

CSRF Header broken on uWSGI

2011-03-07 Thread Camilo Nova
Hi, im currently on: - Django version 1.3 rc 1 - uWSGI 0.9.6.8 - Python 2.6.5 - jQuery 1.5.1 This is my configuration from my production server, where i have an application that does simple operations on data, the general case is to have a form and send data over POST. Everything works fine unti