#7849: Authenticate before 404 -----------------------------+---------------------------------------------- Reporter: anonymous | Owner: nobody Status: new | Milestone: Component: Admin interface | Version: SVN Keywords: | Stage: Unreviewed Has_patch: 0 | -----------------------------+---------------------------------------------- This is a very trivial issue so feel free to ignore it, but:
It's possible to scope out the admin site structure by testing if a uri returns a login page or 404. Would it be better to authenticate all requests, even if they result in a 404? I suppose you'd just need to add a "match all" rule in the urls file and then return a 404 after authentication. -- Ticket URL: <http://code.djangoproject.com/ticket/7849> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
