#10681: Etag parser crashes on invalid input ---------------------------+------------------------------------------------ Reporter: isagalaev | Owner: mtredinnick Status: new | Milestone: Component: HTTP handling | Version: Keywords: | Stage: Unreviewed Has_patch: 0 | ---------------------------+------------------------------------------------ Etag parser crashes on input with a trailing backslash trying to unquote the string. Apparently Opera 9.64 does send such etag in If-None-Match in some circumstances.
While strictly following HTTP requires to answer with "400 Bad Request" I believe it's too extreme for the real world. We can simply ignore the header in this case. Patch follows shortly... -- Ticket URL: <http://code.djangoproject.com/ticket/10681> 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 -~----------~----~----~----~------~----~------~--~---
