Bug 999391

Summary: loaning system to unknown user produced error 500
Product: [Retired] Beaker Reporter: Jan Hutaƙ <jhutar>
Component: web UIAssignee: matt jia <mjia>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 0.15CC: 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
This problem still exists in 0.15.

Comment 3 Nick Coghlan 2013-10-01 01:18:30 UTC
Moving this to 0.15.1, as there are already other loan related 500 errors being cleaned up in that maintenance release.

Comment 4 Nick Coghlan 2013-10-10 06:35:49 UTC
The patch for bug 1011858 at least turns this into a 400 error, but still doesn't display a proper error message.

Comment 6 matt jia 2014-04-11 05:58:50 UTC
On gerrit:

http://gerrit.beaker-project.org/#/c/3018/

Cheers,Matt Jia

Comment 7 matt jia 2014-04-14 00:46:08 UTC
*** Bug 1009333 has been marked as a duplicate of this bug. ***

Comment 8 Dan Callaghan 2014-04-28 04:36:10 UTC
This was actually merged for Beaker 0.16.2.

Comment 9 Dan Callaghan 2014-04-28 04:44:52 UTC
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

Comment 11 Dan Callaghan 2014-04-28 23:00:29 UTC
Beaker 0.16.2 has been released.