zackad / manga-server

Serve your manga collection over network.
MIT License
3 stars 0 forks source link

Use raw url encoding/decoding to handle special character #202

Closed zackad closed 9 months ago

zackad commented 9 months ago

Some filename might contains special character that has meaning in the context of url parsing such as #;?. This character need to be encode/decode to prevent webserver or application interpreting it as special character instead of part of filename.

Close #198.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (e859b65) 100.00% compared to head (730f2c1) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #202 +/- ## =========================================== Coverage 100.00% 100.00% Complexity 77 77 =========================================== Files 14 14 Lines 354 356 +2 =========================================== + Hits 354 356 +2 ```

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