Lothar Kimmeringer

Results 41 comments of Lothar Kimmeringer

> Can't this already be accomplished with the `Session.setClientVersion()` method? To be honest, I've missed this one ;-) Problem with this method is that you have to set everything, including...

I can add a check if the given String starts with `SSH-2.0-` and if not autoappend it. Edit: Same could be added to `Session.setClientVersion` so new users don't fall into...

That's true, didn't think about that.

I've already accepted my autoprefix-idea not being the best ;-)

I've missed this issue when creating mine. Shall we declare this a duplicate of #127 and close this one?

It seems to me that Jetty calls `keystore.getKey()` once and keeps the returned key forever. If it's not used for some time, the underlying session to the HSM becomes invalid...

> I think it's wrong to assume that a class like KeyStore which was designed to support file-system resources to load cryptographic material will behave the same when used over...

I'll check the test class but > No, because your error is indistinguishable from a client error such as the client abruptly closing the connection. A client closing a connection...

> Ich frage mich wie häufig sowas vorkommt... lohnt sich das? Oder korrigiert man einfach die Original Dividendenbuchung? Der Issue ist etwas älter, aber noch offen und diese Frage unbeantwortet....

> Out of curiosity: What is the motivation to replace those central components with own implementations? So that we can change it for the better. Old thread but still open,...