Skip to content

hkp: Fix pks/lookup with urlencoded parameter.

Nora Widdecke requested to merge nora/168 into master
  • Form::values does not apply url-decoding to its output, leading to #168 (closed). For this specific route, nginx has a rewrite rule that to do the decoding, so k.o.o was not affected.

  • Add a test for the pks/lookup route with a urlencoded parameter

  • Use rocket's build-in query parsing, to replace the custom FromRequest implementation.

Closes #168 (closed)

Edited by Nora Widdecke

Merge request reports