devserega / httpfox

Automatically exported from code.google.com/p/httpfox
GNU General Public License v2.0
0 stars 0 forks source link

Cookie path not being parsed correctly #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Send a Set-Cookie response formatted without spaces after the
semicolons, e.g.,

Set-Cookie: MyCookie=42;Domain=.mydomain.com;Path=/mypath;Secure

What is the expected output?

The httpfox cookie pane should show the path as "/mypath".

What do you see instead?

The httpfox cookie pane shows the path as "/".

What version of the product are you using? On what operating system?

httpfox 0.8.4 on FF 3.0.1 under OS X 10.5.6.

Additional Info:

The cookie is parsed properly if the response is formatted as follows:

Set-Cookie: MyCookie=42; Domain=.mydomain.com; Path=/mypath; Secure

Original issue reported on code.google.com by adam.wil...@gmail.com on 12 May 2009 at 9:46

GoogleCodeExporter commented 8 years ago

Original comment by pappkame...@gmail.com on 19 Apr 2010 at 8:41

GoogleCodeExporter commented 8 years ago

Original comment by pappkame...@gmail.com on 25 Apr 2010 at 11:16

GoogleCodeExporter commented 8 years ago
fixed in version 0.8.6

Original comment by pappkame...@gmail.com on 26 Apr 2010 at 5:36