Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] no cookies?

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 <lou.degenaro@xxxxxxxxx> 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.


Back to the top