mod_zip icon indicating copy to clipboard operation
mod_zip copied to clipboard

Don't decode and re-encode URLs unnecessarily.

Open dimaryaz opened this issue 3 years ago • 0 comments

This causes two problems:

  • '+' gets incorrectly decoded to ' '
  • '%2B' gets decoded to '+', but not encoded back to '%2B', resulting in a slightly different URL

Fixes https://github.com/evanmiller/mod_zip/issues/95

dimaryaz avatar Aug 05 '22 18:08 dimaryaz