• Mario de la Ossa's avatar
    Fix HandleMalformedStrings middleware · b6faa5af
    Mario de la Ossa authored
    Because of middleware loading order, sometimes we'd load before the
    path has been unescaped. Here we change the loading order to be as early
    as possible but also remove brittleness by unescaping the bits we care
    about ourselves.
    b6faa5af
handle_malformed_strings_spec.rb 3.49 KB