bahrigencsoy

Results 4 comments of bahrigencsoy

We have to assume that user accounts can be compromised and have malicious intent. For example [this](https://codegolf.stackexchange.com/a/22383) kills the Java process, among with possible others in the same page. So,...

IMO the current design of `GrpcCleanupRule` is unnecessarily dependent on Junit4 `TestRule` api. It basically calls [teardown](https://github.com/grpc/grpc-java/blob/14e63fea61550d3a7f55ad3685cb2afc4a863fbc/testing/src/main/java/io/grpc/testing/GrpcCleanupRule.java#L149) method after each test case. So, I guess, if you can just separate...

We encountered a similar problem with `RewriteRequestParameterGatewayFilterFactory` for which I submitted a bug for spring-web: https://github.com/spring-projects/spring-framework/issues/32234

I have a similar problem. It seems futile trying to develop a Lambda-deployable Java application with a decent spring-boot stack. We might as well remove spring-security and implement an oauth2-capable...