bruno 2003/06/03 00:50:34
Modified: . status.xml Log: mention fixing of bug 14327 Revision Changes Path 1.49 +5 -0 cocoon-2.1/status.xml Index: status.xml =================================================================== RCS file: /home/cvs/cocoon-2.1/status.xml,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- status.xml 3 Jun 2003 07:29:18 -0000 1.48 +++ status.xml 3 Jun 2003 07:50:33 -0000 1.49 @@ -181,6 +181,11 @@ <changes> <release version="@version@" date="@date@"> + <action dev="DC" type="fix" fixes-bug="14327"> + Encoding-related change to the JSP engine: the response charset is now + retrieved from the Content-Type, and if not found ISO-8859-1 is used as + default (previously UTF-8 was the default). + </action> <action dev="CZ" type="fix" fixes-bug="11533"> The deprecated source implementations are now wrapped by proxies. Modified patch from Jens Lorenz ([EMAIL PROTECTED])