-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
False
-
False
-
2021 Week 46-48 (from Nov 15), 2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10), 2022 Week 05-07 (from Jan 31), 2022 Week 08-10 (from Feb 21), 2022 Week 11-13 (from Mar 14), 2022 Week 14-16 (from Apr 4)
if I use the property org.uberfire.nio.git.http.port to specify a port other than the default used by http, for example 8080,
<property name="org.uberfire.nio.git.http.port" value="8280" />
the business-central project settings page shows that the port 8280 is used in the http url:
http://localhost:8280/business-central/git/MySpace/myproject
However, if you import the project via this url through another business-central you get connection refused error.
After changing the port back to the default one 8080 it works fine then:
http://localhost:8080/business-central/git/MySpace/myproject
The command
netstat -a
shows the 8280 port is not used at all.
It looks the value specified by org.uberfire.nio.git.http.port is ignored.