Hide Forgot
Description of problem: The applications with invalid app name can also be created successfully. Version-Release number of selected component (if applicable): devenv_1634 How reproducible:always Steps to Reproduce: 1.Go to Openshift website and login 2.Go to app/console/applications page 3.Try to create an application with invalid name like "ss@" Actual results: Error message will came out,but the application was created successfully. Expected results: The application should not be created successfully. Additional info:
Created attachment 565548 [details] Invaid application
Details see in attachment.The details and the link of application with invalid are not available,but it did exist in My Applications list.
Testing this bug on devenv_1642,the result is still not expected. When I try to create an application with invalid name,error message will came out: Name Application name is required and cannot be blank I think this is not expected and will confuse users.Please check this issue again.
API is not validating the name, it looks like. Maybe backend code too?
Fixed in dd288584c35f86e960610dfdcbf0ccdbe5f303fd
Verify this bug on devenv_1648,rhc-site-0.87.9-1.el6_2.noarch, it is fixed now.