Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate resource names via renaming #682

Closed
yvespp opened this issue Jan 3, 2023 · 0 comments · Fixed by #706
Closed

Duplicate resource names via renaming #682

yvespp opened this issue Jan 3, 2023 · 0 comments · Fixed by #706
Assignees
Labels

Comments

@yvespp
Copy link
Member

yvespp commented Jan 3, 2023

On resource creation via JSF UI the resource name check doesn't allow the same name with different case.
But on renaming a resource via UI (edit name property on the resource) the same name with different case is allowed.
Example:

  • Create app: myApp
  • Create app: MyApp => error
  • Create app: MyApp1
  • Edit MyApp1 and change name to MyApp => works, but shouldn't

Resource with the same name but different case shouldn't be allowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants