netty5/handler/src/main
Aayush Atharva 0d93c24547 Change asterisk to 'x' in FQDN of SelfSignedCertificate (#11245)
Motivation:

`SelfSignedCertificate` creates a certificate and private key files and store them in a temporary directory. However, if the certificate uses a wildcard hostname that uses asterisk *, e.g. `*.shieldblaze.com`, it'll throw an error because * is not a valid character in the file system.

Modification:
Replace the asterisk with 'x'

Result:
Fixes #11240
2021-05-12 19:33:05 +02:00
..
java/io/netty/handler Change asterisk to 'x' in FQDN of SelfSignedCertificate (#11245) 2021-05-12 19:33:05 +02:00
resources/META-INF/native-image/io.netty/handler Enable nohttp check during the build (#10708) 2020-10-23 15:26:25 +02:00