dispatchUser() should use a 302 http status code
authorsbassett <sbassett@wikimedia.org>
Tue, 27 Aug 2019 20:55:39 +0000 (15:55 -0500)
committerReedy <reedy@wikimedia.org>
Sat, 21 Sep 2019 21:07:21 +0000 (21:07 +0000)
commit52b74d44d522c2a1b67f9ccc2b8f7e44b6b52d7c
tree26fb60a1523b98aa6599cac5dc885a55d2158f40
parent7ae26c302366cdd2b5c6970294e3b2b81a738efd
dispatchUser() should use a 302 http status code

dispatchUser() in SpecialRedirect.php should use a 302 http
status code instead of a 301 to avoid certain caching issues.

Bug: T231386
Change-Id: Idb0cb21cc81d73bb9f77fc211af9cfd8b4f71e7d
(cherry picked from commit 02f35caa16fa574bb36a1d22eea62c3b250de235)
includes/specials/SpecialRedirect.php