Commit 5b8bca9
committed
fix(RepositoryUrl): update default value VCS_HOST
1. Update the default value for `SW360Utils.readConfig(VCS_HOSTS,"[]")`
2. Before using the static `KNOWN_VCS_HOSTS`, check if the config was
changed and update the map if required.
Signed-off-by: Gaurav Mishra <mishra.gaurav@siemens.com>1 parent 9720ece commit 5b8bca9
File tree
1 file changed
+8
-2
lines changed- backend/common/src/main/java/org/eclipse/sw360/common/utils
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
36 | 42 | | |
37 | 43 | | |
38 | 44 | | |
| |||
0 commit comments