When I put a breakpoint @ line 254 in
org.eclipse.jetty.server.AbstractHttpConnection.getResuestFields() the
_fileds value is:

[[Host=192.168.6.67:42133], [User-Agent=Mozilla/5.0 (X11; Linux x86_64;
rv:38.0) Gecko/20100101 Firefox/38.0],
[Accept=text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8],
[Accept-Language=en-US,en;q=0.5], [Accept-Encoding=gzip, deflate], [Referer=
http://192.168.6.67:42133/jobs.jsp], [Cookie=ducc:refreshmode=automatic;
ducc:agents=show; JSESSIONID=yimag13sezeb18azc3oaoppe3; ducc:jobsmax=16;
ducc:jobsusers=], [Connection=keep-alive]]

Is there something wrong with the Cookie format which previously worked in
Jetty 7 but does not seem to work in Jetty 8?

Lou.

On Sun, Jan 17, 2016 at 7:29 AM, Lou DeGenaro <[email protected]>
wrote:

> We are attempting to upgrade from 7.4.4 to 8.1.16 and find that although
> the browser shows cookies, on the server side HttpServletRequest
> getCookies() does not find them.  What's changed?
>
> Lou.
>
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to