Re: Cookie rejected - Log noise

2015-06-17 Thread Johan Hertz
ut in the first place is it normal that your application is sending invalid cookies? 2015-06-17 11:30 GMT+02:00 Johan Hertz mailto:jhz.mailgro...@gmail.com>>: Hi, I get a lot of log noise in the form of cookie rejected messages (see below), can I disable this fro

Re: Cookie rejected - Log noise

2015-06-17 Thread Johan Hertz
invalid cookies? 2015-06-17 11:30 GMT+02:00 Johan Hertz <mailto:jhz.mailgro...@gmail.com>>: Hi, I get a lot of log noise in the form of cookie rejected messages (see below), can I disable this from being written to the log? Cookie rejected: "[version: 0][name: Sessio

Cookie rejected - Log noise

2015-06-17 Thread Johan Hertz
Hi, I get a lot of log noise in the form of cookie rejected messages (see below), can I disable this from being written to the log? Cookie rejected: "[version: 0][name: SessionStatId][value: **][domain: .priv.atos.fr][path: /][expiry: Thu Jun 15 11:23:17 CEST 2023]". Illegal domain attribute

Re: How to get the parameters from HttpRequest?

2014-12-19 Thread Johan Hertz
On 2014-12-19 14:47, Oleg Kalnichevski wrote: On Thu, 2014-12-18 at 17:59 +0100, Johan Hertz wrote: Hi, I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to

How to get the parameters from HttpRequest?

2014-12-18 Thread Johan Hertz
Hi, I am creating a class that implements the interface HttpRequestHandler. The handle method has a parameter of type HttpRequest on which I would expect to find the payload/parameters sent to the server. It does have a getParams method but it is deprecated. The deprecated message is /"use c