From 171be24d2affd58727c09c458475ad31d52c2324 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Fri, 25 May 2012 23:56:10 +0200 Subject: [PATCH] Better us OK status for redirection by default --- library/server/wsf/src/response/wsf_redirection_response.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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