Bug 990821
| Summary: | Group display name length is not validated | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Amit Saha <asaha> |
| Component: | general | Assignee: | Amit Saha <asaha> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.13 | CC: | aigao, asaha, dcallagh, ebaak, jingwang, llim, qwan, rmancy |
| Target Milestone: | 0.15 | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-03 02:29:28 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Amit Saha
2013-08-01 04:36:08 UTC
On Gerrit: http://gerrit.beaker-project.org/#/c/2144/1 verify on beaker-devel(20130806)-->pass steps: 1. via CLI: bkr group-modify --display-name=<morethan255charactersname> groupname bkr group-create --display-name=<morethan255charactersname> groupname 2. via webUI: 1)add a new group with a group displayname more than 255 characters. 2)modify a group displayname more than 255 characters. results: return proper warning text and limit to 255 characters. Beaker 0.15 has been released. |