(This bug is 1 year old).
I don't get any oopses or tracebacks from the SSO site, but I do get this error from the wiki site. It happens after I authenticate with SSO, I'm redirected back to the wiki, and the wiki is setting up another redirect.
It's traceback indicates it may be a problem with a patch over an older MoinMoin to enable OpenID. See https://bazaar.launchpad.net/~launchpad/moin-openid/moin-openid/annotate/26/moin-1.6-newauth/MoinMoin/request/__init__.py#L654 for the code that I suspect is incorrect. Line 660 is a call to http_redirect. Its docstring states on line 1288 that the URL must be a "relative or absolute url, ascii using url encoding." The traceback shows UTF-8 characters being passed.
(This bug is 1 year old).
I don't get any oopses or tracebacks from the SSO site, but I do get this error from the wiki site. It happens after I authenticate with SSO, I'm redirected back to the wiki, and the wiki is setting up another redirect.
It's traceback indicates it may be a problem with a patch over an older MoinMoin to enable OpenID. See https:/ /bazaar. launchpad. net/~launchpad/ moin-openid/ moin-openid/ annotate/ 26/moin- 1.6-newauth/ MoinMoin/ request/ __init_ _.py#L654 for the code that I suspect is incorrect. Line 660 is a call to http_redirect. Its docstring states on line 1288 that the URL must be a "relative or absolute url, ascii using url encoding." The traceback shows UTF-8 characters being passed.