Lukas Prettenthaler

Results 40 comments of Lukas Prettenthaler

correct, similar risk as with every proxy or tunnel... but that's why you can limit destination ranges in the config. port allow list could be a feature to add in...

Even calling `getInstance` on the same Thread will get you different instances of the object. So the idea is, not to re-use them. So i am not sure if we...

Understood but the Random use-case is a different one as this "should" be shared by definition, sharing the Signature object does not really add a lot of benefits from what...

Did conduct some tests and the results are: Using FastThreadLocal on a 12 core system had around 52ms versus 227ms with a plain `getInstance` for Signature and 36ms over 2651ms...

have a look at my last commit if this is in the direction or your idea and let me know

took me a while to find some time... did a quick apply of your approach on the JWS impl as well but this approach would only work if the algorithm...

@tsegismont looks great, thanks for that solution. I fear your example has the same issue -> `JWE` I can fix it there as well but i found out that the...

initially i was referring to your commit https://github.com/eclipse-vertx/vertx-auth/pull/726/commits/412682563165e06a8ee34ae302b083f9ee2f4cdc , that needs the same change with a selector on the algorithm, there is just no test that could fail in the...

sorry, i lost a bit track of that issue and did not find time to do some extended testing but i am pretty sure it adds performance shall i discard...

first i was on vacation and last week a bit downing in work - sorry for the delay regarding buildah version - i fear we have to live with the...