Closed
Bug 675767
Opened 14 years ago
Closed 14 years ago
Reset code validation should reject a None value
Categories
(Cloud Services :: Server: Core, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: telliott, Unassigned)
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
919 bytes,
patch
|
rmiller
:
review+
|
Details | Diff | Splinter Review |
Right now it throws an error if it gets None. However, request.get will return None if nothing has been passed in, so we should account for that and just return false
Attachment #549938 -
Flags: review?(rmiller)
Updated•14 years ago
|
Attachment #549938 -
Flags: review?(rmiller) → review+
| Reporter | ||
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Status: RESOLVED → VERIFIED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•