'After upgrading to spring cloud config 3.0.5 we see invalid location error when the label has '#' in it
We are upgrading our config server dependency versions (spring cloud config and spring boot) with spring-cloud-config-server 3.0.5 we started seeing the below error when the label in the uri consists of '#'
2022-04-28T21:30:27.04+0530 [APP/PROC/WEB/0] OUT 2022-04-28 16:00:27.045 WARN 7 --- [nio-8080-exec-4] o.s.c.config.server.support.PathUtils : Location contains "#"
if the uri is as below http://configserverhost/springcloudconfigname/profiles(comma separated)/label Via our concourse pipelines we generate labels as the format #-<first 6 characters of git commit>
How to make this config server process and fetch the properties from the label with # in it. Can some one please help with this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|