You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 24, 2025. It is now read-only.
Hello, while configuring a github
base-urlin the.gitconfig.ymlfile I'm getting an error from the controller UI:The config I'm using is for my company's internal enterprise github address, similar to this:
base-url: https://github.mycompany.corp/api/v3Note that
corpis an internal domain for my company, and not a top-level domain (ref: https://data.iana.org/TLD/tlds-alpha-by-domain.txt)Code where the error happens:
ngrinder/ngrinder-controller/src/main/java/org/ngrinder/script/model/GitHubConfig.java
Line 102 in 25ac2bb
Please check this and perhaps make the validation more lenient. I'm not sure this would help:
https://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/UrlValidator.html#ALLOW_LOCAL_URLS