Actions
Bug #34464
closedMisleading error message when incorrect org label is entered
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2050323
Description of problem:
Misleading error message is displayed when wrong organization label is entered into 'Organization Label' field in 'CDN Configuration' tab of 'Content->Subscriptions->Manage Manifest'
Version-Release number of selected component (if applicable):
-
How reproducible:
always
- source
1. Prepare content on source Satellite server - target
1. Prepare Content Credential or use existing (wget http://<source_server>/pub/katello-server-ca.crt; hammer content-credentials create --name "SourceCA" --organization-title "Default Organization" --path katello-server-ca.crt --content-type "cert")
3. Go to 'Content->Subscriptions->Manage Manifest->CDN Configuration'
4. Enter valid values, except Organization Label (use invalid, e.g. "Bad_Org") and press "Update"
Actual results:
Internal Server Error: the server was unable to finish the request. This may be caused by unavailability of some required service, incorrect API call or a server-side bug. There may be more information in the server's logs.
Expected results:
Some reasonable error message is displayed (e.g. "Organization label not found")
Additional info:
Actions