When setting the redirect url as the result of a POST submission, the fullpath might not render a page when issued in a GET request, which is what it's going to happen once the user logs in.
I've also added the request referer as the redirect url for non-GET requests, but this is still subject to revision.
Fixes #122 .
When setting the redirect url as the result of a POST submission, the
fullpath
might not render a page when issued in a GET request, which is what it's going to happen once the user logs in.I've also added the request referer as the redirect url for non-GET requests, but this is still subject to revision.