You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Marcin Gryszkalis <mg...@fork.pl> on 2003/05/10 00:35:25 UTC

[PATCH] bug 19617

Hi,
This is the first patch for Tomcat (Jasper actually) I did :)
It fixes bug 19617 (submitted by me too) - setting
default pageEncoding for included pages.

Could someone review/commit it? (I didn't build/test it yet,
my environment is not set up completly)

--- ParserController.java.orig	2003-03-19 09:20:58.000000000 +0100
+++ ParserController.java	2003-05-10 00:07:02.000000000 +0200
@@ -264,7 +264,7 @@
  			    }
  			}
  			if (newEncoding == null)
-			    newEncoding = "ISO-8859-1";
+			    newEncoding = topFileEncoding;
  		    } else {
  			return;
  		    }


-- 
Marcin Gryszkalis
http://fork.pl
<><


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org