DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19245>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19245

pageEncoding in static included file don't affect properly file from which is included

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|WONTFIX                     |



------- Additional Comments From [EMAIL PROTECTED]  2003-09-12 04:08 -------
---
Index: ParserController.java
===================================================================
RCS file: /home/cvspublic/jakarta-tomcat-
4.0/jasper/src/share/org/apache/jasper/compiler/ParserController.java,v
retrieving revision 1.18
diff -u -r1.18 ParserController.java
--- ParserController.java       21 May 2002 01:40:13 -0000      1.18
+++ ParserController.java       22 Aug 2003 02:40:56 -0000
@@ -122,9 +122,8 @@
     /*
      * The encoding of the "top" file. This encoding is used
      * for included files by default.
-     * Defaults to "ISO-8859-1" per JSP spec.
      */
-    private String topFileEncoding = "ISO-8859-1"; 
+    private String topFileEncoding = System.getProperty("file.encoding"); 
     
     /*
      * The 'new' encoding required to read a page.

---

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

Reply via email to