Its just an annoyance since its the only warnings our project generates and the project runs without error or issue. However, it would be nice to say we have no warnings. Does anyone know why this is occurring? Is there a checkbox somewhere to have this validate correctly?
We are receiving warnings in our spring xml configuration file using ZK Spring and Spring Security
<http auto-config="true" use-expressions="false" > ... <custom-filter ref="zkDesktopReuseFilter" position="FIRST" /> <custom-filter ref="zkDisableSessionInvalidateFilter" before="FORM_LOGIN_FILTER" /> <custom-filter ref="zkEnableSessionInvalidateFilter" before="FILTER_SECURITY_INTERCEPTOR"/> <custom-filter ref="zkLoginOKFilter" after="FILTER_SECURITY_INTERCEPTOR"/> <custom-filter ref="zkError403Filter" after="LOGOUT_FILTER"/> </http>Its just an annoyance since its the only warnings our project generates and the project runs without error or issue. However, it would be nice to say we have no warnings. Does anyone know why this is occurring? Is there a checkbox somewhere to have this validate correctly?