janodvarko / firecookie

Automatically exported from code.google.com/p/firecookie
Other
0 stars 3 forks source link

Cookies having a path identical to the request-path won't be shown #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set cookie on path 'path/to/scriptname/'
2. Navigate to 'path/to/scriptname' (No trailing slash / .php)

What is the expected output? What do you see instead?
The cookie should be listed, but is not. It will be sent by the browser.

What version of the product are you using? On what operating system?
FireFox 12 (stable) and 13 beta on Mac, using FireCookie 1.4

Please provide any additional information below.
See attached script.

Original issue reported on code.google.com by maar...@talkin.nl on 18 May 2012 at 7:51

Attachments:

GoogleCodeExporter commented 9 years ago
According to RFC 6265 section 5.1.4 [1] the correct behavior would be as 
described in the test case I uploaded [2].

Firefox is currently incorrectly matching the paths [3].

Sebastian

[1] http://tools.ietf.org/html/rfc6265#section-5.1.4
[2] https://getfirebug.com/tests/manual/5591/issue5591.php
[3] https://bugzil.la/414582

Original comment by sebastia...@gmail.com on 20 Jun 2012 at 7:43

GoogleCodeExporter commented 9 years ago
Moved to: Issue fbug:5591

Original comment by sebastia...@gmail.com on 20 Jun 2012 at 7:43