Matthias Klass
Matthias Klass
Something like: ``` public boolean checkCertificate(X509Certificate certificate, String hostname) { try { if (certificate.equals(appKeyStore.getCertificate(hostname.toLowerCase(Locale.US)))) { return true; } return interactHostname(certificate, hostname); } catch (KeyStoreException e) { LOGGER.error("error while checking certificate",...
Hi there, Apple decided to remove Python 2.7 from MacOS 12.3 - which makes the plugin crash now. Any chance to get the plugin fixed to work against Python 3?...
**Jetty version(s)** 12.0.5 **Jetty Environment** jetty-12, jetty-websocket-jetty-server **Java version/vendor** `(use: java -version)` Java 18 **OS type/version** MacOS **Description** I am using jetty-websocket-jetty-server to open a WebSocket server for an endpoint....
Hi, I am trying to switch my vue-ads-table-tree implementation towards async loading. Everything works fine by now - except filtering rows using call-temp-rows. What I'd like to have is the...
Tested on Alfred 4 only (essentially I modified the files in the Alfred workflow folder and copied the stuff afterwards to the Github Repo - hope it works that way)
Hi there, I have recently integrated Dagger into my app. When rolling out the new application version, some users complained about black startup screens. The Android developer tools told me...