Changes between Initial Version and Version 6 of Ticket #2806


Ignore:
Timestamp:
Nov 26, 2006, 7:20:37 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Fixed formatting in description.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2806

    • Property Owner changed from Adrian Holovaty to Malcolm Tredinnick
  • Ticket #2806 – Description

    initial v6  
    44Python will here fail on a cookie error:
    55
     6{{{
    67  File "/home/neuron/Documents/Programming/django/django_src/django/core/handlers/wsgi.py", line 128, in _get_cookies
    78    self._cookies = http.parse_cookie(self.environ.get('HTTP_COOKIE', ''))
     
    1516    raise CookieError("Invalid Attribute %s" % K)
    1617CookieError: Invalid Attribute port
     18}}}
Back to Top