The GitHub Actions job "Coverage" on commons-vfs.git has failed. Run started by GitHub user garydgregory (triggered by garydgregory).
Head commit for run: cb45c9453669eb2570f582f491cb0e06b0e63466 / Arnout Engelen <[email protected]> Support URLencoding during normalization (#396) * Support URLencoding during normalization Earlier, the path would be URL-decoded after normalization. This meant some opportunities for normalization would be missed when dots or slashes were URL-encoded. One way to solve this would be to change the ordering of operations, but that seems risky as it would change the meaning of some of the abstractions. Because of that I opted for a more conservative approach, where normalization will take into account URL-encoded characters, but otherwise leave the input string intact. * Fix binary compatibility * Fix DefaultFileSystemManagerTest Might need some more reviewing to make sure this logic is correct * Make PMD happy * A few additional testcases --------- Co-authored-by: Gary Gregory <[email protected]> Report URL: https://github.com/apache/commons-vfs/actions/runs/7466322760 With regards, GitHub Actions via GitBox
