Brian Muller

Results 35 comments of Brian Muller

Haha - I'm not sure if it's "the right thing in the right place" as much as me just screwing around. Yeah - just like threading in Clojure - except...

For some reason it looks like the code is looking for "openid.modauthopenid.nonce" - when it should be looking for "modauthopenid.nonce". Can you post the relevant section of your apache conf?...

Does it happen with different IdPs or are you just testing with one? I've created a foresto branch - with a possible fix (I've been unable to reproduce the error)....

Do you know what IdP software the provider is using?

OK - I've create a new branch to incorporate these changes named prefixfix. This should fix the issue of double openid prefixes.

Hey @Paranaix - thanks for the contribution! I'd be happy to merge, but I think the tests on CI are failing with these changes (though at first glance, I think...

Hey @Paranaix - I think there are still a few issues. For instance [this line](https://github.com/Paranaix/twistar/blob/master/twistar/utils.py#L5) still imports `twisted.internet.reactor` which isn't used.

I'd accept a PR for this.

Can you compile with --enable-debug and set the apache log level to debug and then paste the output of your error log here?

Right now, there's no concept of having multiple pools (let alone, one per class). The only way to get around it would be to manually switch out the value of...