Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix port-part matches algorithm for a null port input (#435)
The algorithm was expecting a non-null possibly-empty string while being called with null or a non-empty string. Now the algorithm correctly handles a null or non-empty input string.
- Loading branch information