Skip to main content

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

both jetty 7 and jetty 8 are end of life from the open source support perspective and have been for over a year now

If you want developers to look into it on this list then you should use the latest 9.2.x releases if you must use Java 7 (which itself is end of life) or 9.3.x if you can use Java 8.

Barring that professional support is available through webtide.com

cheers!
Jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

On Tue, Jan 19, 2016 at 2:34 PM, Lou DeGenaro <lou.degenaro@xxxxxxxxx> wrote:
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.


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top