Tomcat Docker image updates today

2020-02-07 Thread Martin Treide-Heuser
Did someone notice that Jenkins is currently updating all Docker Images to Debian 10, even the old ones?! Best regards Martin signature.asc Description: Message signed with OpenPGP

Tomcat 9.0.11 cookieprocessor question.

2020-02-07 Thread saivenkat thatikonda
Hello all, I am trying to set *sameSiteCookies = "none"* in * *in *server.xml *file of tomcat. But I see this in th elog files: *WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin [SetPropertiesRule]{Server/Service/Engine/Host/Context/CookieProcessor} Setting property 'sameSit

Re: Tomcat 9.0.11 cookieprocessor question.

2020-02-07 Thread calder
On Fri, Feb 7, 2020, 09:08 saivenkat thatikonda < saivenkatthatikon...@gmail.com> wrote: > Hello all, > > I am trying to set *sameSiteCookies = "none"* in * > *in *server.xml > *file of tomcat. > It's preferred to add this in the META-INF sub-dir in the context.xml file But I see this in th elo

HTTP error response payload

2020-02-07 Thread Saurav Sarkar
Hi All, Through tomcat access valve i can view the HTTP request url ,response code etc. But i can not view the error response being sent in the form of JSON payload. Is their any valve/filter/ any other setting on tomcat level which can enable this or applications (server and clients) themselves