Christopher Schultz
Christopher Schultz
This seems like a lot of code to avoid two addition operations. What's the use-case, here?
Okay, sure. I don't see any negative security implication of how the current code is working, but that's no reason not to tighten this up. The current minimum Java version...
Yes, please! Difficult TLS configuration is something that is holding the whole industry back from becoming more secure. People resort to crazy things like modifying the JVM's `cacerts` file or...
Yes, please! Difficult TLS configuration is something that is holding the whole industry back from becoming more secure. People resort to crazy things like modifying the JVM's `cacerts` file or...
I'm not an actual direct user of Spring, only a user of a product which uses it. I'm afraid I'm not steeped enough in Spring-isms to do a very good...
> I have the same while running without wrapper. Also UI gives me "no IKVM64 in java.library.path: [.]" I'm using M1 mac, so that might be an issue ... You...
I've got a problem right now where the KVM launches and immediately quits. Capturing the command-line from `ps` while it's trying to load shows me the command line `/usr/bin/java -Djava.library.path=....
This wrapper class appears to specifically discard the key managers and trust managers. The constructor captures its arguments and then ignores them forever after that. Why bother capturing them in...
> > The constructor captures its arguments and then ignores them forever after that. Why bother capturing them in the first place? > > Well actually it is using the...
I place stuff like this into the global script. The only thing I have right now is adding prototypes for `Array.includes` and `String.startsWith`. Would this work for you, or is...