#2026 project name should not be case sensitive
Closed: Fixed Opened by jhrozek.

Especially for projects whose name is an acronym this gets confusing. Consider that:
* https://pagure.io/SSSD
and
* https://pagure.io/sssd
are two different repos..


IMHO it should also conflict with projects in namespaces.
Or at least there should be such posibility.

  • https://pagure.io/SSSD
  • https://pagure.io/sssd
  • https://pagure.io/SSSD/sssd

Complementing Lukáš comment ...
Searching something on https://pagure.io/SSSD/sssd/issues redirects me to https://pagure.io/sssd/issues?status=Open&search_pattern=secrets

Regarding project names I agree, we should look into this, regarding namespace though, I don't think I do.

And nice bug on the search :)

Metadata Update from @pingou:
- Issue tagged with: RFE, bug

Metadata Update from @lslebodn:
- Issue tagged with: IDM

The bug on the search was opened as a different issue: https://pagure.io/pagure/issue/2036

Metadata Update from @pingou:
- Issue assigned to pingou

Fixed in https://pagure.io/pagure/pull-request/2071 but we'll need to remove one of the SSSD/sssd project as it will otherwise confuse pagure.

Commit 9528fac6 fixes this issue

Metadata