History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-2461
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Eric Dalquist
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

USER_INFO map returns the "null" String instead of the null value when no value is there

Created: 02/Jul/09 03:18 PM   Updated: 02/Jul/09 03:27 PM
Component/s: None
Affects Version/s: 3.0.4, 3.1.1
Fix Version/s: 3.2.0-RC1, 3.1.2, 3.0.5

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Null attribute values are run through String.valueOf resulting in an attribute value of "null". Attributes with null values should be ignored and not included in the map.

 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [02/Jul/09 03:27 PM]
Fixed by not included attributes with null values in the USER_INFO map