Changes between Initial Version and Version 6 of Ticket #2806
- Timestamp:
- Nov 26, 2006, 7:20:37 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2806
- Property Owner changed from to
-
Ticket #2806 – Description
initial v6 4 4 Python will here fail on a cookie error: 5 5 6 {{{ 6 7 File "/home/neuron/Documents/Programming/django/django_src/django/core/handlers/wsgi.py", line 128, in _get_cookies 7 8 self._cookies = http.parse_cookie(self.environ.get('HTTP_COOKIE', '')) … … 15 16 raise CookieError("Invalid Attribute %s" % K) 16 17 CookieError: Invalid Attribute port 18 }}}