-
Bug
-
Resolution: Done
-
Major
-
8.0 Update 2.1
-
None
Either when ./bin/jboss-eap-installation-manager.sh channel list --dir=/home/jkasik/tmp/base-from-scratch is called, or when user calls installer channel-list in CLI, some file URLs contain just one / instead of three.
e.g.:
------- # xp-channel manifest: org.jboss.eap.channels:eap-xp-5.0 repositories: id: temp-repo-0 url: file:/home/jkasik/tmp/8.0.0.GA-XP-2024-04-10/jboss-eap-8.0.0.GA-maven-repository/maven-repository/ ------- # test manifest: org.jboss.eap.channels:eap-xp-5.0 repositories: id: temp-repo-0 url: http:///home/jkasik
Can this be unified with the rest of URL handling on input and in YAML files?
- is caused by
-
JBEAP-26295 (8.0.z) [installation-manager] The file URL passed as --repositories argument is not validated correctly
- Closed
- is incorporated by
-
JBEAP-27430 (8.0.z) Upgrade jboss-eap-installation-manager (prospero) to 1.1.14.Final-redhat-00003
- Resolved