Ant Kutschera

Results 14 comments of Ant Kutschera

the line `contextBuilder.option("wasm.Builtins", "wasi_snapshot_preview1");` is missing in the docs: https://www.graalvm.org/latest/reference-manual/wasm/ and with graalvm 22.3.1 (Java version: 17.0.6, vendor: GraalVM Community, runtime: /shared2/graalvm/graalvm-ce-java17-22.3.1) the error that is output at the end...

example of a hostname verifier that works: https://github.com/square/okhttp/blob/58ee1ce170c2aea75a113012956260873e808dad/okhttp/src/jvmMain/kotlin/okhttp3/internal/tls/OkHostnameVerifier.kt

Unfortunately I don't agree. Hostname verification is an industry standard and if you use TLS, you simply expect this to work out of the box. If you don't verify the...