Skip to content

A fix for projects that override request.urlconf in custom middleware. #136

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

jallum
Copy link

@jallum jallum commented Feb 6, 2011

So, what do you think?

…ons where the project has middleware that's overriding the urlconf property of the HttpRequest, the existing implementation was stomping on this, causing whichever custom urlconf was hit first to be the *only* urlconf that would be used in processing further requests. Now, the debug url patterns are *appended* to the desired urlconf if they haven't previously.
@apollo13
Copy link
Contributor

apollo13 commented Jun 1, 2011

fixed in 3719bbe I guess

@dcramer
Copy link
Contributor

dcramer commented Jun 1, 2011

Ya this should be fixed now. Please reopen if there's a case thats not handled

@dcramer dcramer closed this Jun 1, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants