David Becker
David Becker
If a node has an id, name, or other useful property, it would be helpful to show that in the summary when the node is collapsed (and maybe even when...
The issue of vendor specific pseudo elements seems it was at least partially fixed, but I've got another scenario that's triggering it. In my original GSS I have this: ```...
Fix NullPointerException when the remoteAddress is unresolved by using remoteAddress.getHostString() or remoteAddress.getAddress().getHostAddress() when it is. The ipAddressMatcher.matches(String) call will attempt to re-parse and resolve the address anyway. Closes gh-11888
**Describe the bug** When `server.forward-headers-strategy=framework` is used in a WebFlux project that makes use of an `IpAddressServerWebExchangeMatcher` a `NullPointerException` is thrown when a `Forwarded` or `X-Forwarded-For` header is present because...