Don't emit 404 status code on Special:Redirect
authorFlorian <florian.schmidt.stargatewissen@gmail.com>
Thu, 31 Mar 2016 10:57:50 +0000 (12:57 +0200)
committerFlorian <florian.schmidt.stargatewissen@gmail.com>
Thu, 31 Mar 2016 10:57:50 +0000 (12:57 +0200)
commit97fc1ad55520dd2fbf5c7165bac9c701b7d8ed44
tree41e145c6f320e8572ca21c1866698b81a60192e7
parent39c4d09727499ceeae02abfd18fc79c580c0e249
Don't emit 404 status code on Special:Redirect

If the special page is opened without any value or redirect type,
it shouldn't emit a 404 status code, as the page exists and it should
be indexable.

With this change, Special:Redirect only emits a 404 status code, when
the value was not find for the redirect type.

Bug: T131328
Change-Id: I578b15058aed77b5f4fb296db862a6e534c0888e
includes/specials/SpecialRedirect.php