Bug 999391
Summary: | loaning system to unknown user produced error 500 | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Jan HutaĆ <jhutar> |
Component: | web UI | Assignee: | matt jia <mjia> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 0.15 | CC: | aigao, asaha, dcallagh, mjia, qwan, rmancy, tools-bugs, xjia, xma |
Target Milestone: | 0.16.2 | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-04-28 23:00:29 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: | |||
Bug Depends On: | 1011858 | ||
Bug Blocks: | 545868 |
Comment 2
Nick Coghlan
2013-10-01 00:27:14 UTC
Moving this to 0.15.1, as there are already other loan related 500 errors being cleaned up in that maintenance release. The patch for bug 1011858 at least turns this into a 400 error, but still doesn't display a proper error message. On gerrit: http://gerrit.beaker-project.org/#/c/3018/ Cheers,Matt Jia *** Bug 1009333 has been marked as a duplicate of this bug. *** This was actually merged for Beaker 0.16.2. Steps to reproduce: 1. Go to the system page, click Loan Settings 2. Fill in an invalid username, for example "validuser" (Beaker usernames do not contain @domain portion) or "nonexistentuser" 3. Click Update Loan Actual results: Your request failed with the following error: Status 500 Expected results: a more descriptive error message Beaker 0.16.2 has been released. |