The last thing I changed in my application is that I replaced all acegi occurences with spring.security.
When I run my application, I get this:
This one is lower:org.apache.jasper.JasperException: /WEB-INF/jsp/index.jsp(6,0) The absolute uri: http://acegisecurity.org/authz cannot be resolved in either web.xml or the jar files deployed with this applicationI don't even know where to search problem.java.lang.ClassNotFoundException: org.apache.jsp.WEB_002dINF.jsp.index_jsp


