TommyLike e805dcad93 Don't raise 'NotAuthorized' inside when soft authorization
Using try/except block when performing soft
authorization is less efficient and will lead to
lots of confusing error messages, pass 'fatal'
parameter directly to inner authorize function.

Change-Id: I0bdf23e371ff8469080982553cb1ffd8a64c9e2d
Closes-Bug: #1736854
2017-12-12 07:56:22 +00:00
..