cmailleux 2005/06/16 18:15:39 CEST
Modified files: (Branch: JAHIA-HIBERNATE-BRANCH)
core/src/webapp/WEB-INF/etc/config jahia.skeleton
Log:
Fusion Head Hibernate 16/06/2005
Revision Changes Path
1.12.2.3 +3 -2 jahia/core/src/webapp/WEB-INF/etc/config/jahia.skeleton
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/config/jahia.skeleton.diff?r1=1.12.2.2&r2=1.12.2.3&f=h
Index: jahia.skeleton
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/config/jahia.skeleton,v
retrieving revision 1.12.2.2
retrieving revision 1.12.2.3
diff -u -r1.12.2.2 -r1.12.2.3
--- jahia.skeleton 16 Jun 2005 15:27:59 -0000 1.12.2.2
+++ jahia.skeleton 16 Jun 2005 16:15:39 -0000 1.12.2.3
@@ -86,14 +86,14 @@
### Characters encoding ##############
# Global encoding parameter, used to encode content to/from the database
-utf8Encoding = false
+utf8Encoding = true
# You may need to change the following values depending on the servlet
# container you are using. The default values here are designed to work
# with Tomcat.
#
# Default encoding for the output generated by Jahia :
-defaultResponseBodyEncoding = ISO-8859-1
+defaultResponseBodyEncoding = UTF-8
# Default encoding for URI and URLs send to Jahia :
defaultURIEncoding = UTF-8
@@ -400,6 +400,7 @@
SchedulerService =
org.jahia.services.scheduler.SchedulerServiceImpl
JCRStoreService =
org.jahia.services.content.JCRStoreService
FileExtractionService =
org.jahia.services.fileextraction.JahiaFileExtractionServiceImpl
+CasService =
org.jahia.services.sso.CasService
### Added settings ##################