[jetty-users] jetty9 and cookies

2016-10-15 Thread Walter Nordmann
Hi, i'm trying to set a cookie in a servlet, get no errors but the cookie is invisible to my web browser. it's quite simple but it does not work for me: Cookie cookieFileDownload = new Cookie("fileDownload", "true"); cookieFileDownload.setPath("/"); cookieFileDownload.setMax

[jetty-users] which version to use for production

2017-01-29 Thread Walter Nordmann
Hi, i'm installing a new server for production (something with openstreetmap) and i'm not shure, which version to install. 9.2.x, 9.3.x or 9.4.x? Running only java8. i'm highly interested in a stable version without need to reinstall each week. Currently running 9.2.11 v20150529 on the old se