Aw: Re: why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ?

2016-08-09 Thread Clemens Fuchs
Exception when setting a cookie with a domain attribute starting with a . ? On 5 August 2016 13:48:03 BST, Clemens Fuchs wrote: >Hi, >  >Why does Rfc6265CookieProcessor throw an IllegalArgumentException when >setting a cookie with a domain attribute starting with a . ? Because RFC6265 does

why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ?

2016-08-05 Thread Clemens Fuchs
Hi,   Why does Rfc6265CookieProcessor throw an IllegalArgumentException when setting a cookie with a domain attribute starting with a . ? I didn't find anything in https://tools.ietf.org/html/rfc6265 about this and think the Rfc6265CookieProcessor might be to restrictive here.   thx, Clemens ---