﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2806	"Cookie system does not support ""port"""	aagaande@…	Malcolm Tredinnick	"When loading my web page with a .NET application's cookie system (in WebRequest) it'll send this cookie:
sessionid=a2be2e7debe71af8d88d350c4d14d768;$Path=/;$Domain=192.168.0.2;$Port=""8000""

Python will here fail on a cookie error:

{{{
  File ""/home/neuron/Documents/Programming/django/django_src/django/core/handlers/wsgi.py"", line 128, in _get_cookies
    self._cookies = http.parse_cookie(self.environ.get('HTTP_COOKIE', ''))
  File ""/home/neuron/Documents/Programming/django/django_src/django/http/__init__.py"", line 151, in parse_cookie
    c.load(cookie)
  File ""/usr/lib64/python2.4/Cookie.py"", line 621, in load
    self.__ParseString(rawdata)
  File ""/usr/lib64/python2.4/Cookie.py"", line 646, in __ParseString
    M[ K[1:] ] = V
  File ""/usr/lib64/python2.4/Cookie.py"", line 437, in __setitem__
    raise CookieError(""Invalid Attribute %s"" % K)
CookieError: Invalid Attribute port
}}}"	defect	new	Contrib apps	dev	normal		cookies		Unreviewed	0	0	0	0	0	0
