sonyxperiadev / BacklogTool

This tool keeps track of the backlog for software development teams
43 stars 19 forks source link

Fixed potential NPE's for usernames #159

Closed fredrikpersson closed 10 years ago

fredrikpersson commented 10 years ago

Added some null checks for getting username of the active user.

fredrikpersson commented 10 years ago

Merging after discussions with Nicklas. It was concluded that we keep the "old way" with SecurityContext for getting usernames since it has been proven to work well.