Comment 8 for bug 1206396

Revision history for this message
Rohit Karajgi (rohitk) wrote :

Ideally, a resource's name should be restricted by the following validations:
* Length is >0 and <=255
* Characters fall within the set [a-zA-Z0-9_.- ]
* No leading and/or trailing white spaces