Created attachment 588345 [details] screenshot1 Description of problem: I created one app named "kit" using Kitchensink template, and another app named "Kit" of nodejs type. Version-Release number of selected component (if applicable): int.openshift.redhat.com How reproducible: always Steps to Reproduce: 1.Go to openshift and login 2.Create two app as above 3.Visit the url of the two app Actual results: Two url will redirect to the same page. Expected results: Maybe we should not use the upper character for the first letter of every app name. Additional info:
DNS names are case insensitive. http://www.ietf.org/rfc/rfc4343.txt Since the application and domain name directly translate to a DNS name, they should be case insensitive as well; for example by forcing lower case names or testing in a case-insensitive manner.
The broker should not be allowing names that differe only by case, not the site.
Is there a reason this was tagged with the Security keyword? This does not sound like a security flaw to me.
Fixed and waiting for merge https://github.com/openshift/crankcase/pull/136
(In reply to comment #4) Tested this issue on devenv_1857, it has been fixed now, thanks.