upa-url / upa

An implementation of the WHATWG URL Standard in C++
https://upa-url.github.io/docs/
Other
13 stars 0 forks source link

Fix IPv6 handling when converting file URL to UNC path #64

Closed rmisev closed 2 months ago

rmisev commented 2 months ago

The IPv6 address is converted to the UNC-supported IPv6 format: colons are replaced by hyphens and .ipv6-literal.net is appended. This is necessary because colons are not valid in UNC path components.

More information:

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.66%. Comparing base (cd67f44) to head (8655991). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #64 +/- ## ======================================= Coverage 99.66% 99.66% ======================================= Files 16 16 Lines 2369 2373 +4 Branches 385 386 +1 ======================================= + Hits 2361 2365 +4 Misses 8 8 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.