From b485e51bc479c0e2049cecaf718e777ca4d49a9e Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Thu, 5 Sep 2002 16:27:04 +0000 Subject: [PATCH] Missing newline in the output. This was causing some hickups for some UAs (perfectly understandably...) --- webtools/PLIF/output/http/login.failed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/PLIF/output/http/login.failed b/webtools/PLIF/output/http/login.failed index fa21af6b891..c198368e4cd 100644 --- a/webtools/PLIF/output/http/login.failed +++ b/webtools/PLIF/output/http/login.failed @@ -4,7 +4,7 @@ TemplateToolkit [% INCLUDE template.header title = 'Login' response = '401 Authentication Required' - headers = "WWW-Authenticate: Basic realm=\"$app.name\"" + headers = "WWW-Authenticate: Basic realm=\"$app.name\"\n" -%]