#10834: BaseHandler does not handle resolver returning None
------------------------------------+---------------------------------------
Reporter: xerolas | Owner: ccahoon
Status: new | Milestone:
Component: HTTP handling | Version: SVN
Resolution: | Keywords:
Stage: Accepted | Has_patch: 1
Needs_docs: 0 | Needs_tests: 0
Needs_better_patch: 0 |
------------------------------------+---------------------------------------
Changes (by ccahoon):
* has_patch: 0 => 1
Comment:
I raise a Resolver404 if self.regex.search(path) returns None. This
happens if path is not a regular expression. The unit test gives some
examples of test cases that caused resolver to return None before the
patch.
--
Ticket URL: <http://code.djangoproject.com/ticket/10834#comment:3>
Django <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
-~----------~----~----~----~------~----~------~--~---