RapidTransit
Results
2
issues of
RapidTransit
Undertow seems to add a blank query param with a blank value on all the requests without Query Params causing the requests to fail.
I was working on something unrelated and needed to parse a string like `10s` or `10ms`, I did a quick search in my project and came up with: https://github.com/apache/logging-log4j2/blob/b4986fe109d2a37d99b7b167bf50a460c0510c1e/log4j-api/src/main/java/org/apache/logging/log4j/util/PropertiesUtil.java#L639C1-L674C6 I'm...