Francisco A. Lozano

Results 79 comments of Francisco A. Lozano

Is it possible to use the jetty handler for *decompression* of requests? Anyway my code is fully synchronous I/O, the servlet does no async operation. I understand the red flag...

> Then try again with Jetty 12.0.7. > Also, be careful what 3rd party libraries you use, many of them already use/expect/force async-supported on Servlet containers. > While you might...

Still happens with latest snapshot of buildship (3.1.7.v20221111-0445-s)

Works for us here, no problems

Small edit for clarification: I have seen `afero.NewBasePathFs` but I am not sure if it is a good direction

```diff diff --git a/fs/s3/s3.go b/fs/s3/s3.go index b4756f8..ae2e413 100644 --- a/fs/s3/s3.go +++ b/fs/s3/s3.go @@ -18,6 +18,7 @@ func LoadFs(access *confpar.Access) (afero.Fs, error) { bucket := access.Params["bucket"] keyID := access.Params["access_key_id"] secretAccessKey :=...

@marcingrzejszczak I suggest to try in Google groups ([email protected]), there is *some* activity by the maintainers and users there (not much)

what's the alternative? it's not like there are a ton of SAML implementations in Java...