diff --git a/library/server/wsf/src/response/wsf_redirection_response.e b/library/server/wsf/src/response/wsf_redirection_response.e index 4bf91f92..10ee5aee 100644 --- a/library/server/wsf/src/response/wsf_redirection_response.e +++ b/library/server/wsf/src/response/wsf_redirection_response.e @@ -18,7 +18,7 @@ feature {NONE} -- Initialization make (a_url_location: like url_location) do - status_code := {HTTP_STATUS_CODE}.temp_redirect + status_code := {HTTP_STATUS_CODE}.ok url_location := a_url_location create header.make end