Project

General

Profile

Bug #5190

Updated by Peter Amstutz about 9 years ago

Something removes dashes from repository names before creating the actual repository. 

 However, nobody told the API server that, which can result in a mismatch between the API server record (with dashes) and actual repository as managed by gitolite (without dashes). 

 The API server should validate the name to ensure that only valid repository names can be set. 

Back