scireum / s3ninja

S3 ninja emulates the Amazon S3 API for developement and test purposes
MIT License
493 stars 91 forks source link

Search functionality is not working for filenames that require URL encoding #225

Closed ulasozguler closed 1 year ago

ulasozguler commented 1 year ago

Basically, anything that needs to be URL encoded cannot be searched directly. If the search term is URL encoded manually, it works.

Reproduce steps:

  1. Create and upload a file named a:b
  2. Search for a:b
  3. No results
  4. Search for a%3Ab
  5. File is found
jakobvogel commented 1 year ago

Many thanks @ulasozguler