llech

Results 6 comments of llech

To make it worse, setup.ilm.enabled was 'true' per default in filebeat 7.2.0, very annoying, if you expect everything work as expected and then find out, that since a few weeks...

Hello, We have exactly the same problem. I've tried: verify: (client, cb) => { client.query('SELECT 1').then(()=>{cb(false)}, (err)=>{cb(err)}) } however, it doesn't work as expected, the connection is invalidated and removed,...

@ciscomonkey I've got similar issues, only that your solution doesn't work for me because my object is used as attribute, not as child tag...

I've found a discussion where the author of the bug reveals himself and acknowledges reusing the code used to parse HTTP Headers: http://jersey.576304.n2.nabble.com/Jersey-truncating-the-slashes-from-the-uploaded-file-name-td5984041.html What is very sad, he doesn't acknowledge...

One important note: this patch does not fix a bug. It is not even a workaround for the bug. It is a workaround for a single manifestation of the bug....