Changes between Initial Version and Version 1 of Ticket #14184, comment 14
- Timestamp:
- 07/07/12 09:42:54 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14184, comment 14
initial v1 1 After testing cases around using "empty" values in headers and cookies, the only place I've been able to verify a bug exists, is sending a cookie such as 'test=0', as the 0 trips the empty() check, causing no cookie to be sent to the server (This doesn't affect receiving headers).1 After testing cases around using "empty" values in headers and cookies, the only place I've been able to verify a bug exists, is sending a cookie such as 'test=0', as the 0 trips the empty() check, causing no cookie to be sent to the server (This doesn't affect receiving cookies). 2 2 3 3 As a result, The last chunk of 14184.2.diff is needed.
