Dear, folks!

I wonder is there some architecture rule that doesn't allow 
CommonMiddleware raise PermissionDenied exception? 

Right now 
<https://github.com/django/django/blob/master/django/middleware/common.py#L48-L56>
 
if django-developer wants to use DISALLOWED_USER_AGENTS setting than all 
disallowed clients get empty page with simple header "Forbidden". 
And there is no way to change this behavior (except wright your own 
middleware class of cause).

Thanks!

--
Mikhail Nacharov

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/f43d50ac-8d79-4a14-a71b-d468902779ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to