Closed scottx611x closed 6 years ago
After switching to the new proxy django-revproxy, requesting user information is not pass along with the proxied request by default. Instantiating the ProxyView with add_remote_user=True changes that
django-revproxy
ProxyView
add_remote_user=True
@mccalluc I got stuck when it came to updating the doctests, but this isn't a high priority right now. Just going t use an earlier version in Refinery for now.
Found a simpler fix, as discussed.
After switching to the new proxy
django-revproxy
, requesting user information is not pass along with the proxied request by default. Instantiating theProxyView
withadd_remote_user=True
changes that@mccalluc I got stuck when it came to updating the doctests, but this isn't a high priority right now. Just going t use an earlier version in Refinery for now.