oauth_facebook_login: update # hack to be compatible with Zope4 redirects
Zope4 uses urlparse + urlunparse to encode the URL, which has a side effect of removing the empty fragment from the URL. Using a lower level API to set the status code and the Location header we achieve the same result.
Showing
Please register or sign in to comment