Nagaraj Gopal

Results 5 issues of Nagaraj Gopal

As part of our project we are trying to connect to S3 via proxy using preemptive authentication for proxy. Below is the snippet for the same config.withProxyUsername(username) .withProxyPassword(password) .withProxyAuthenticationMethods(Arrays.asList(ProxyAuthenticationMethod.BASIC)) .withPreemptiveBasicProxyAuth(true)...

bug
p2

**Affects:** v5.3.22 and prior. Module is spring-webflux The `insertCheckpoint` method in `DefaultWebClient` seems to log the URI. In few scenarios this URI can have sensitive information like email or phone...

in: web
type: bug

## Describe the bug Unable to take advantage of the gradle configuration cache as the swagger codegen is failing with error ``` Execution failed for task ':platform.clients.assets:generateSwaggerCodeApi'. > Could not...

bug

## Issue Description Gradle cache doesn't work when the same project is cloned to different location as the file inputs declared using InputFile are not declared with `@PathSensitive(PathSensitivity.RELATIVE)`. ## Steps...

bug

Is there any documentation available on deploying Spring Cloud Kuberentes Configuration watcher in HA setup? If HA setup is not possible and if the watcher was down for some period...

enhancement