]
Andre Dietisheim updated JBIDE-22452:
-------------------------------------
Fix Version/s: 4.4.0.Alpha3
Application Wizard: Git reference text widget does not validate
values
----------------------------------------------------------------------
Key: JBIDE-22452
URL:
https://issues.jboss.org/browse/JBIDE-22452
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.4.0.Alpha3
Reporter: Marián Labuda
Labels: application_wizard, openshift_v3
Fix For: 4.4.0.Alpha3
On the Build Configuration wizard page there is a text widget for git reference. Tooltip
say there could be put branch, tag or commit. There is no validation at the moment.
Although the field is optional, it would be nice if there is any value, it would be
validated. Commits are hexadecimal values what is less restrictive then tags or branches.
For tag and branches see reference at
https://git-scm.com/docs/git-check-ref-format or use
"git check-ref-format --help".