-
Bug
-
Resolution: Done-Errata
-
Normal
-
upstream
-
None
-
None
-
False
-
-
False
-
-
-
No
Description of problem:
We noticed a change in the behavior of the "Source Repository" field in the application creation wizard. Previously, it accepted standard URLs (https://github.com/ibraginsky/book-server), but now it requires a valid git URL (https://github.com/ibraginsky/book-server.git)
Version-Release number of selected component (if applicable): upstream
How reproducible: Always
Steps to Reproduce:
1. Open the application creation wizard
2. Under "source repository" field, provide the following url: https://github.com/ibraginsky/book-server
3. See the error displayed
Actual results:
An error with the message "Must be a valid URL." is displayed
Expected results:
The field should accept not only git URLs but standard URLs as well.
Additional info:
I believe the problem could be related to the `standardUrlRegex` being moved from a local variable on the application-form.tsx file to a constant on a common file while keeping the `\g` modifier
- mentioned on