metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
69 stars 34 forks source link

Fix URLEncode to be backwards compatible #507

Closed dr0i closed 7 months ago

dr0i commented 7 months ago

Following https://github.com/metafacture/metafacture-fix/issues/273#issuecomment-1620336833.

Complements https://github.com/metafacture/metafacture-core/pull/490.

Sets default safe characters ".", "-", "*", and "_", following URLEncode.

Prerequisite for https://github.com/metafacture/metafacture-fix/issues/273 and https://github.com/metafacture/metafacture-core/issues/502.