Hi,
It is not severe, and my logout-success-url works fine, BUT its little bit strange that when I activate trace mode for logging, following declaration seems to cause next exception.
żDoes somebody knows why?
TRACE org.springframework.beans.TypeConverterDelegate - Field [/app/comun/loggedout.jsp] isn't an enum valueCode:<logout logout-success-url="/app/comun/loggedout.jsp" ...
java.lang.NoSuchFieldException: /app/comun/loggedout.jsp
at java.lang.Class.getField(Unknown Source) ~[na:1.6.0_23]
at org.springframework.beans.TypeConverterDelegate.at temptToConvertStringToEnum(TypeConverterDelegate.j ava:290) [org.springframework.beans-3.1.1.RELEASE.jar:3.1.1.RELEASE]
etc...


Reply With Quote