Thomas Wolf

Results 117 comments of Thomas Wolf

All the methods in `SftpEventListener` take the `ServerSession` as an argument. It should thus be possible to maintain per-session state in the listener. Either maintain a map per session (and...

I looked at that a while ago myself in the context of [Gerrit issue 15944](https://bugs.chromium.org/p/gerrit/issues/detail?id=15944). I didn't see immediately how to do that. Perhaps someone more knowledgeable with FileSystems can...

Unfortunately MINA 2.0.x and 2.2.x are not source compatible. Switching might also require testing effort. (Perhaps we'd be lucky, and everything just still works. But maybe not.) We don't really...

Ian: I don't know. IIRC, openssh opens channels with an initial window size of zero, and only later, when the channel is set up, sends an initial window adjustment. That...

Left a +1 and comment in that Gerrit change. If we can get these log messages, that's good enough for starters.

The error message appears to indicate that this is Windows error 10038 ("An operation was attempted on something that is not a socket."). Searching the Internet for "OS 10038" or...

You could also try using a later Java version. Try Java 11 or 17, or maybe even 19.

I cannot reproduce this. Can you give precise steps on how to reproduce, which page(s) are affected? Is there anything in the HTTP logs?

So it's not necessarily an endless loop but just that the webcrawler overloads Gitblit. The only recent change was about those StackOverflow errors... (issue #21 and then #26). Possibly the...

I don't think I'll merge this. - The motivation section is correct, it clearly states that this was the state back when I started with this. - The official plugin's...