Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-12-30 17:00:18 +0300
committerStan Hu <stanhu@gmail.com>2017-12-30 17:14:23 +0300
commitb8f5a7d5e904ca41a9f7cf97d3eb0f9fa0249240 (patch)
tree1fbe031874a6742e29cd960387e6e9332bf6d011 /changelogs
parentff077cf7dc5cfd7c6c6206d801ea3f326f7af1aa (diff)
Fix 404 error after a user edits an issue description and solves the reCAPTCHA
When editing an issue, use the PUT method instead of POST to avoid a 404 after solving the reCAPTCHA. Closes #41445
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-spam-update-404.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-spam-update-404.yml b/changelogs/unreleased/sh-fix-spam-update-404.yml
new file mode 100644
index 00000000000..13daec35ecf
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-spam-update-404.yml
@@ -0,0 +1,5 @@
+---
+title: Fix 404 errors after a user edits an issue description and solves the reCAPTCHA
+merge_request:
+author:
+type: fixed