Tom Sandmann
Tom Sandmann
Is this something to be expected in a future release? The [`handle` method](https://github.com/zalando/problem-spring-web/blob/f27462af9fcbaaba8d6876a0f3faac9d6e270291/problem-spring-webflux/src/main/java/org/zalando/problem/spring/webflux/advice/ProblemExceptionHandler.java#L25) in the `ProblemExceptionHandler` currently checks if the throwable is an instance of `ResponseStatusException`, and if so transforms...
That would solve the problem indeed! Any idea when it will be merged?
It would right, the updated `handle` method would now search for the corresponding default interface method that can handle that specific exception, and invoke it.
Thanks for your quick response. I will start my search from there
You can circumvent this by specifying the scheme in the Gitlab URL provided to `--gitlab-url`: ``` $ gitlab-clone --group=123 --token=ABC --gitlab-url https://gitlab.com ```