]> cat aescling's git repositories - mastodon.git/commit
Fix /api/v1/tags/:id route constraints (#18854)
authorClaire <claire.github-309c@sitedethib.com>
Wed, 20 Jul 2022 15:06:52 +0000 (17:06 +0200)
committeraescling <aescling+gitlab@cat.family>
Mon, 5 Sep 2022 04:27:56 +0000 (00:27 -0400)
commit8fa52393e71967cac3d6f601f2f755def167e114
tree2497097af5bc3aabe4fb914200d119bc967b3d45
parentf907e52dab27f4e828f6c6d53a5ce868c2c0b631
Fix /api/v1/tags/:id route constraints (#18854)

The constraint was applied prior to decoding, and rejected anything containing
the '%' character, which would be used for anything with non-ASCII unicode
characters.
app/controllers/api/v1/tags_controller.rb
config/routes.rb