Re: [PATCH] Servlet Examples

2003-12-08 Thread Jeanfrancois Arcand
Done

Thanks,

-- Jeanfrancois

Mark Thomas wrote:

Noticed this while looking at the examples. Worth making sure we get this sort 
of thing right.

Mark

Index: webapps/examples/servlets/helloworld.html
===
RCS file: 
/home/cvspublic/jakarta-tomcat-4.0/webapps/examples/servlets/helloworld.html,v
retrieving revision 1.1
diff -u -r1.1 helloworld.html
--- webapps/examples/servlets/helloworld.html	17 Aug 2000 00:58:20 -	1.1
+++ webapps/examples/servlets/helloworld.html	6 Dec 2003 18:47:56 -
@@ -21,7 +21,6 @@
response.setContentType(quot;font 
color=#009900text/html/fontquot;);
PrintWriter out = response.getWriter();
out.println(quot;font color=#009900lt;htmlgt;/fontquot;);
-out.println(quot;font color=#009900lt;bodygt;/fontquot;);
out.println(quot;font color=#009900lt;headgt;/fontquot;);
out.println(quot;font color=#009900lt;titlegt;Hello 
World!lt;/titlegt;/fontquot;);
out.println(quot;font color=#009900lt;/headgt;/fontquot;);

Index: jsr154/examples/helloworld.html
===
RCS file: 
/home/cvspublic/jakarta-servletapi-5/jsr154/examples/helloworld.html,v
retrieving revision 1.2
diff -u -r1.2 helloworld.html
--- jsr154/examples/helloworld.html	29 Oct 2002 17:42:57 -	1.2
+++ jsr154/examples/helloworld.html	6 Dec 2003 18:49:44 -
@@ -21,7 +21,6 @@
response.setContentType(quot;font 
color=#009900text/html/fontquot;);
PrintWriter out = response.getWriter();
out.println(quot;font color=#009900lt;htmlgt;/fontquot;);
-out.println(quot;font color=#009900lt;bodygt;/fontquot;);
out.println(quot;font color=#009900lt;headgt;/fontquot;);
out.println(quot;font color=#009900lt;titlegt;Hello 
World!lt;/titlegt;/fontquot;);
out.println(quot;font color=#009900lt;/headgt;/fontquot;);

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[PATCH] Servlet Examples

2003-12-06 Thread Mark Thomas
Noticed this while looking at the examples. Worth making sure we get this sort 
of thing right.

Mark

Index: webapps/examples/servlets/helloworld.html
===
RCS file: 
/home/cvspublic/jakarta-tomcat-4.0/webapps/examples/servlets/helloworld.html,v
retrieving revision 1.1
diff -u -r1.1 helloworld.html
--- webapps/examples/servlets/helloworld.html   17 Aug 2000 00:58:20 -  1.1
+++ webapps/examples/servlets/helloworld.html   6 Dec 2003 18:47:56 -
@@ -21,7 +21,6 @@
 response.setContentType(quot;font 
color=#009900text/html/fontquot;);
 PrintWriter out = response.getWriter();
 out.println(quot;font color=#009900lt;htmlgt;/fontquot;);
-out.println(quot;font color=#009900lt;bodygt;/fontquot;);
 out.println(quot;font color=#009900lt;headgt;/fontquot;);
 out.println(quot;font color=#009900lt;titlegt;Hello 
World!lt;/titlegt;/fontquot;);
 out.println(quot;font color=#009900lt;/headgt;/fontquot;);


Index: jsr154/examples/helloworld.html
===
RCS file: 
/home/cvspublic/jakarta-servletapi-5/jsr154/examples/helloworld.html,v
retrieving revision 1.2
diff -u -r1.2 helloworld.html
--- jsr154/examples/helloworld.html 29 Oct 2002 17:42:57 -  1.2
+++ jsr154/examples/helloworld.html 6 Dec 2003 18:49:44 -
@@ -21,7 +21,6 @@
 response.setContentType(quot;font 
color=#009900text/html/fontquot;);
 PrintWriter out = response.getWriter();
 out.println(quot;font color=#009900lt;htmlgt;/fontquot;);
-out.println(quot;font color=#009900lt;bodygt;/fontquot;);
 out.println(quot;font color=#009900lt;headgt;/fontquot;);
 out.println(quot;font color=#009900lt;titlegt;Hello 
World!lt;/titlegt;/fontquot;);
 out.println(quot;font color=#009900lt;/headgt;/fontquot;);


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]