#5557: The cache_page decorator fails on urls containing spaces -----------------------------+---------------------------------------------- Reporter: [EMAIL PROTECTED] | Owner: nobody Status: new | Component: Cache system Version: SVN | Keywords: cache_page Stage: Unreviewed | Has_patch: 1 -----------------------------+---------------------------------------------- Memcache raises an exception when a key contains a space. The cache_page decorator does not escape the url of the page causing a server error. The included patch wraps the use of request.path with a call to uri_to_iri()
-- Ticket URL: <http://code.djangoproject.com/ticket/5557> 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 -~----------~----~----~----~------~----~------~--~---
