From 2e315e21d941bd291fddb1416b711a1bef0110ab Mon Sep 17 00:00:00 2001 From: hns Date: Mon, 25 Aug 2003 14:40:33 +0000 Subject: [PATCH] Make HTTP response status default to 200. --- src/helma/framework/ResponseTrans.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/helma/framework/ResponseTrans.java b/src/helma/framework/ResponseTrans.java index f63361ec..d505bf1b 100644 --- a/src/helma/framework/ResponseTrans.java +++ b/src/helma/framework/ResponseTrans.java @@ -49,9 +49,9 @@ public final class ResponseTrans implements Externalizable { public boolean cache = true; /** - * Used for HTTP response code, if 0 code 200 OK will be used. + * Value for HTTP response code, defaults to 200 (OK). */ - public int status = 0; + public int status = 200; /** * Used for HTTP authentication