Hi,
I am using Spring + Acegi for one of my projects.
Whenever I try to invoke any method on the object returned from request.getUserPrincipal(), I get the following error.
My configuration files are attached to this post.Code:Jan 9, 2006 12:13:57 PM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext SEVERE: Exception initializing page context java.lang.StackOverflowError at javax.servlet.http.HttpServletRequestWrapper.getSession(HttpServletRequestWrapper.java:215) at org.apache.catalina.core.ApplicationHttpRequest.getSession(ApplicationHttpRequest.java:544)
Any help would be highly appreciated.
Thanks!


