Code refactoring (config files, java classes, css file). Update LibrePlan version in files.
51 lines
1.4 KiB
XML
51 lines
1.4 KiB
XML
<zk>
|
|
<log>
|
|
<log-base/>
|
|
</log>
|
|
|
|
<desktop-config>
|
|
<!-- Seconds it takes between requests for a desktop to be invalidated -->
|
|
<!-- A timer is introduced to avoid invalidation of pages still open -->
|
|
<desktop-timeout>30</desktop-timeout>
|
|
</desktop-config>
|
|
|
|
<session-config>
|
|
<!-- 0 implies default from web.xml -->
|
|
<session-timeout>0</session-timeout>
|
|
<timer-keep-alive>true</timer-keep-alive>
|
|
</session-config>
|
|
<error-page>
|
|
<exception-type>java.lang.Throwable</exception-type>
|
|
<location>/common/event_error.zul</location>
|
|
</error-page>
|
|
|
|
<!-- Spring Security -->
|
|
<listener>
|
|
<description>ThreadLocal Synchronization Listener</description>
|
|
<listener-class>org.zkoss.zkplus.util.ThreadLocalListener</listener-class>
|
|
</listener>
|
|
|
|
<preference>
|
|
<name>ThreadLocal</name>
|
|
<value>
|
|
org.springframework.security.core.context.ThreadLocalSecurityContextHolderStrategy=contextHolder
|
|
</value>
|
|
</preference>
|
|
|
|
|
|
<system-config>
|
|
<disable-event-thread>false</disable-event-thread>
|
|
</system-config>
|
|
|
|
|
|
<library-property>
|
|
<name>org.zkoss.zul.Button.mold</name>
|
|
<value>trendy</value>
|
|
</library-property>
|
|
|
|
<library-property>
|
|
<name>org.zkoss.zul.chart.engine.class</name>
|
|
<value>com.igalia.java.zk.components.JFreeChartEngine</value>
|
|
</library-property>
|
|
|
|
</zk>
|