Mike Hearn
Mike Hearn
@pron Any ideas here? This is one reason I wanted to disable TLS serialisation. It's kind of crazy how complicated working around this issue is.
OK, that sounds reasonable, thanks. @circlespainter Unfortunately that doesn't fix it, because by the time my code gets control, the bad ThreadLocal has already been created and inserted itself into...
@pron thanks for the new code. Brute force but works (I just hit this again, this time with a sun.misc.Cleaner generated by the NIO FS code). Could you maybe upload...
Thanks! For some things like file handles, sockets, threads, java internal classes etc, it doesn't make sense to serialise them anyway ... does Kryo know about these cases itself or...
Hm, that's odd. It looks reasonably similar. Perhaps the final modifiers are different in our case, but that shouldn't make any difference. Or perhaps it's something to do with the...
I haven't had time to try minimising the test case, sorry. We set up the verifier ant job for now.
I can't reproduce this anymore after upgrading to 0.7.9 but I'll keep trying, as it is tricky to reproduce. As this code doesn't seem to have changed lately I suspect...
Looks great! I read through the code and nothing wrong jumped out - all the obvious missing parts were already raised on the mailing list and reasonable arguments provided for...
A simple fix for the expiry issue would be to just not check expiry times on the old cert at all.