Comment 7 for bug 689328

Revision history for this message
Brian Murray (brian-murray) wrote :

In addition to Loic's patch to get editmoin to work with wiki.ubuntu.com I had to add the following:

        if moinurl.startswith("https://wiki.ubuntu.com"):
            urlopener.addheader("Cookie",
                "MOIN_SESSION_80_ROOT=%s" % cookievalue)

That seems rather terrible but I can use editmoin again!