Gianks
Gianks
Hi all, currently i'm using the dev branch without any patch and it's working fine using onEnd lambda! I'm uploading up to 10MB in my tests without troubles, just to...
Hi and thanks for tour quick reply! What i was remarking is not about field names but about field values! Both are lowered and that's not fitting the standard!
I agree 100%. Just when surely well known headers should be lowered even in values otherwise provided as they are. If i can i'll play with it tomorrow... Let us...
Hi, we are working on it although some issues are slowing down the ops. Is there any problem in using cygwin or mingw to compile modsecurity? Would this cause troubles...
Hi, any progress? I have the same problem accessing http://autoconfig with a 500 error returned. Using https returns a 400 Bad Request: seems that the subdomain autoconfig is not configured...
A possible solution seems to be setting $max_server = 2 instead of 1 in /etc/amavis/conf.d/50-user (generated by modoboa). I did not investigate extensively why, but the magical number 20 is...
As Django Doc states i've added the following to settings.py DEFAULT_AUTO_FIELD='django.db.models.AutoField' This has fixed the million warnings issue (manage.py generate_rights). But this feels as i am working around something, i...
Well, apparently i missed that the new frontend is accessible via /new-admin/ and not /frontend/. Got to the login page but the login does not work. Ajax request returns a...
Hello, I've looked a little more into the issue and realized that the way queries are build require the NOT operator to be built in every possible command, as you...
I'll give it a try, it might work, I am not sure it will suffice in all cases but let me see.