|
Quick Lists
|
|
Bug ID:
|
6641309
|
|
Votes
|
0
|
|
Synopsis
|
Wrong Cookie separator used in HttpURLConnection
|
|
Category
|
java:classes_net
|
|
Reported Against
|
|
|
Release Fixed
|
7(b25)
|
|
State
|
10-Fix Delivered,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
|
|
Submit Date
|
13-DEC-2007
|
|
Description
|
HttpURLConnection uses ';' as a separtor for multiple cookies in the HTTP request headers, as it is specified in RFC 2965. However in the "real world" the expected separator is a semi-colon followed by a space (probably due to early implementation in Netscape).
The net effect is that many web servers can't parse correctly the Cookie: header as set by HttpURLConnection.
Posted Date : 2007-12-13 10:31:54.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
Description says it all. The fix is simple, and needed.
Will fix as soon as possible.
Posted Date : 2007-12-13 10:46:10.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |