added "Content-Type" header so that httpunit can parse the responses as HTML
authormaxcooper <maxcooper>
Mon, 26 May 2003 12:23:46 +0000 (12:23 +0000)
committermaxcooper <maxcooper>
Mon, 26 May 2003 12:23:46 +0000 (12:23 +0000)
web/share/error/403.jsp
web/share/forbiddenPage.jsp
web/share/index.jsp
web/share/loginError.jsp
web/share/loginForm.jsp
web/share/logout.jsp
web/share/securePage.jsp

index 12baf95..1dad04f 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Forbidden</title>
 </head>
 <body>
index 45cfd96..1dde0bf 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Forbidden Secure Page</title>
 </head>
 <body>
index 35b27e8..7ca65a0 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Home</title>
 </head>
 <body>
index 7eecc0b..6bab944 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Login Error Page</title>
 </head>
 <body>
index 2964134..e489fb8 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Login Form</title>
 </head>
 <body>
index 9709ec0..d1cb839 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>SecurityFilter Example Application: Logout</title>
 </head>
 <body>
index 6a612d5..1ace5c0 100644 (file)
@@ -1,5 +1,6 @@
 <html>
 <head>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
 <title>SecurityFilter Example Application: Secure Page</title>
 </head>
 <body>