Previously a null Cookie value was returned by DefaultCookieSerializer readCookieValues(). This could cause NullPointerExeptions later on. This commit ignores cookies with a null value. Fixes gh-392
Previously a null Cookie value was returned by DefaultCookieSerializer readCookieValues(). This could cause NullPointerExeptions later on. This commit ignores cookies with a null value. Fixes gh-392