Vote #75134
完了Repository identifiers can be reserved words
0%
説明
A client of "Planio":https://plan.io has created a repository with the identifier @statistics@ and was unable to access that repository via the web UI. While investigating this issue, we discovered that the reserved words list for repository identifiers (source:/tags/2.5.1/app/models/repository.rb#L43) is incomplete (@browse@ and others are missing) or wrong (@stats@ should be @statistics@, @show@ is double).
journals
The attached patch fixes this and has a list of reserved words as per @rake routes | grep repository@ which should be complete. This doesn't handle possibly existing repos with those identifiers though.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed in r13127, thanks.
--------------------------------------------------------------------------------
Merged.
--------------------------------------------------------------------------------