Tomcat Docker image updates today
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.
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 'sameSiteCookies' to 'none' did not find a matching property* if someone know what this error mean please let me know, any help would be appreciated. Thank you, Saivenkat Thatikonda.
Re: Tomcat 9.0.11 cookieprocessor question.
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 elog files: > *WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin > [SetPropertiesRule]{Server/Service/Engine/Host/Context/CookieProcessor} > Setting property 'sameSiteCookies' to 'none' did not find a matching > property* > It's my understanding this was merged in 9.0.21 (you state you're using 9.0.11). >
HTTP error response payload
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 have to log it. Best Regards, Saurav