Ben Piper

Results 19 comments of Ben Piper

In light of https://doc.akka.io/docs/akka-http/current/security/2021-CVE-2021-42697-stack-overflow-parsing-user-agent.html, is it maybe worth going straight to 10.2.7? I'm not sure if that adds a lot of work/risk though. The vulnerability seems somewhat severe, and the...

I believe Play upgraded to 10.2 in the 2.8.15 release, so if Lagom is going to upgrade to the latest version of Play, then that would be a good time...

+1 for this. It would be great if we could add arbitrary Java options to the command in `master.sh` via an env variable.

@verma7 that presumably requires running a custom local universe (containing a cassandra package with a suitably altered resource.json file), right? Or is that somehow unnecessary?

Ok, thanks @verma7 . I think this enhancement would definitely benefit some users, since setting up one's own local universe (while possibly a good idea in the long run for...

I don't think I can test it in a later version because of that bug, i.e. it wouldn't even be able to connect to a local Minio server, let alone...

Ok, I think I tracked down the problem in the S3 CRT client code and raised this issue - https://github.com/awslabs/aws-c-s3/issues/206... so I guess the resolution here will be to update...

@yasminetalby the issue can be reproduced with the following code. This assumes that Minio is running at localhost:9100, the correct credentials are filled in, and that a bucket named `test-bucket`...

Seems this might be caused by #3315 , as it works for me on `2.17.236`, but not `2.17.237` or any later version.

My concern with this change is that it's no longer possible to get an object with the intention of downloading it and react to it being absent before materialising the...