bendem

Results 193 comments of bendem

A simple reverse proxy setup should be enough. What would probably simplify your job is to switch `--module=https` to `--module=http` in `start.ini` and add ```properties jetty.http.host=127.0.0.1 jetty.httpConfig.forwardedOnly=true jetty.httpConfig.forwardedProxyAsAuthority=true ``` Be...

you set useSSL=true, but you left the protocol as ldap://. Do you use SSL (ldaps://) or starttls (ldap:// and connection upgrade)?

Just tried integrating sql-streams with spring, this feature is much needed. Try-with-resources is not good enough and causes a lot of pain to the user. I want this thing to...

Same problem with `ldap_salted_sha1`. You are removing functionality that's used in the wild without providing any alternative. Is there security bugs in passlib that have not been fixed? > [DEPRECATION...

We haven't seen this issue for a while. Our last update (to 1.18.2) 3 weeks ago seems to have fixed it: ![image](https://user-images.githubusercontent.com/2681677/218426311-9f59dba2-06b7-4248-be32-39ab5747ae37.png)

For reference, I'm gonna go on a limb and guess this was fixed by #20695

I didn't quite understand how the cli works. Flags seem to conflict with each others and the config file. Adding or removing a flag can change the behavior wildly. My...

> That's not exactly the behaviour that I think to have witnessed, as parsed (but not saved) messages were already moved to a folder, so that I think they would...

Could probably make use of [account-notify](http://ircv3.net/specs/extensions/account-notify-3.1.html) to solve this.

I had the problem today, but I think it's only half related. I auth using SASL, so there is no way I wasn't auth'd. Happened at 14:19:25 CEST. ``` 14:19:25...