Fix mail server configuration.

This commit is contained in:
Paulo Veiga
2011-10-31 23:54:02 -03:00
parent cfda92195a
commit 537bc5d0b9
5 changed files with 26 additions and 53 deletions

View File

@@ -21,6 +21,7 @@
<value>/c/keyboard.htm</value>
<value>/c/renameMap.htm</value>
<value>/c/embeddedView.htm</value>
<value>/c/forgotPassword.htm</value>
</list>
</property>
</bean>
@@ -343,44 +344,4 @@
</bean>
<!--<bean id="publicViewTarget" class="com.wisemapping.controller.PublicViewController">-->
<!--<property name="methodNameResolver" ref="paramResolverByAction"/>-->
<!--<property name="mindmapService">-->
<!--<ref bean="mindmapService"/>-->
<!--</property>-->
<!--</bean>-->
<!--<bean id="publicView"-->
<!--class="org.springframework.aop.framework.ProxyFactoryBean">-->
<!--<property name="proxyInterfaces">-->
<!--<value>com.wisemapping.controller.BaseMultiActionController</value>-->
<!--</property>-->
<!--<property name="interceptorNames">-->
<!--<list>-->
<!--<value>viewsAdvisor</value>-->
<!--</list>-->
<!--</property>-->
<!--<property name="target">-->
<!--<ref bean="publicViewTarget"/>-->
<!--</property>-->
<!--</bean>-->
<!--<bean id="viewAdvice" class="com.wisemapping.aop.ViewsAdvise">-->
<!--<property name="mindmapService">-->
<!--<ref bean="mindmapService"/>-->
<!--</property>-->
<!--</bean>-->
<!--<bean id="viewsAdvisor"-->
<!--class="org.springframework.aop.support.NameMatchMethodPointcutAdvisor">-->
<!--<property name="advice">-->
<!--<ref bean="viewAdvice"/>-->
<!--</property>-->
<!--<property name="mappedNames">-->
<!--<list>-->
<!--<value>handleNoSuchRequestHandlingMethod</value>-->
<!--</list>-->
<!--</property>-->
<!--</bean>-->
</beans>