Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected proxy config changes detected #4702

Open
at055612 opened this issue Jan 20, 2025 · 0 comments
Open

Unexpected proxy config changes detected #4702

at055612 opened this issue Jan 20, 2025 · 0 comments
Assignees
Milestone

Comments

@at055612
Copy link
Member

Edit the proxy config file and change the value of prop proxyConfig.receive.autoContentCreation.enabled. When the file watcher detects the file change it is incorrectly identifying changes to other config props.

INFO  2025-01-20T14:51:17.815Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.receive.autoContentCreation.enabled has changed from [false] to [true] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.keepAlive has changed from [PT0S] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.validateAfterInactivityPeriod has changed from [PT0S] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.timeout has changed from [PT0.5S] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.retries has changed from [0] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.timeToLive has changed from [PT1H] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.cookiesEnabled has changed from [false] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.connectionRequestTimeout has changed from [PT0.5S] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.connectionTimeout has changed from [PT0.5S] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.maxConnectionsPerRoute has changed from [1024] to [null] 
INFO  2025-01-20T14:51:17.818Z ForkJoinPool.commonPool-worker-13 s.p.a.g.ProxyConfigProvider    Config property proxyConfig.security.authentication.openId.httpClient.maxConnections has changed from [1024] to [null] 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant