Skip to content

Resolve "ActionController::RespondToMismatchError in wiki controller"

What does this MR do?

This MR swaps the order of format.any and format.html to prevent a 500 error from being thrown. The root cause of this behavior is how Rails handles a request with the Accept: */* header. See this comment on an upstream Rails issue for more details.

Does this MR meet the acceptance criteria?

Conformity

Related to #235479 (closed)

Edited by Athar Hameed

Merge request reports