On Tue, 10 Mar 2026 20:41:42 GMT, Eirik Bjørsnøs <[email protected]> wrote:
> The trick is to normalize empty components to "" first which simplifies > checking for empty componeents by using reference comparisons. This introduced a subtle regression in that non-null but empty query and ref components were treated as not present. Since current tests did not catch this regression, I added a few new test cases to `Constructor.java` and verified that it succeeds with or without the change in this PR. ------------- PR Comment: https://git.openjdk.org/jdk/pull/30151#issuecomment-4034773298
