Skip to content

Unexpected proxy config changes detected #4702

@at055612

Description

@at055612

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] 

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions