Description
If you invoke the logout URL twice or if your session has timed out, you will get a NullPointerException instead of a logout page.
According to the WS-Federation standard, a logout request should be idempotent, thus it should be possible to invoke logout on a non existing session without causing an exception.