f76afe580d
- upgrade to jsecurity 0.4 - merge portal controller from Jeremy - start implement adhoc conference api git-svn-id: http://bigbluebutton.googlecode.com/svn/trunk@2570 af16638f-c34d-0410-8cfa-b39d5352b314
14 lines
608 B
XML
14 lines
608 B
XML
<sitemesh>
|
|
<page-parsers>
|
|
<parser content-type="text/html"
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
|
<parser content-type="text/html;charset=ISO-8859-1"
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
|
<parser content-type="text/html;charset=UTF-8"
|
|
class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
|
|
</page-parsers>
|
|
|
|
<decorator-mappers>
|
|
<mapper class="org.codehaus.groovy.grails.web.sitemesh.GrailsLayoutDecoratorMapper" />
|
|
</decorator-mappers>
|
|
</sitemesh> |