Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ServletRequestImpl.mergePostParams ??

3 views
Skip to first unread message

Krish.Venkataraman

unread,
May 6, 2003, 5:27:03 PM5/6/03
to

Hi ,

I am on WLS70sp1 , solaris,win2k
I have a login page using j-security-check.
If the user puts in an incorrect username/password , then the authetication error
correctly comes back.But if the user puts in the correct user-name/password in
the same window/session I get an error saying

<May 6, 2003 4:23:29 PM EDT> <Error> <HTTP> <101017> <[ServletContext(id=7349425
,name=DefaultWebApp,context-path=)] Root cause of ServletException
weblogic.utils.AssertionError: ***** ASSERTION FAILED *****[ Assertion violated
]
at weblogic.utils.Debug.assertion(Debug.java:74)
at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletR
equestImpl.java:1249)
at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(Servlet
RequestImpl.java:1114)
at weblogic.servlet.internal.ServletRequestImpl.getQueryParams(ServletRe
questImpl.java:1097)
at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
cherImpl.java:158)
at com.symphoni.bofa.presentation.servlet.LoginController.doPost(LoginCo
ntroller.java:265)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run
(ServletStubImpl.java:1058)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:401)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
pl.java:306)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
n.run(WebAppServletContext.java:5412)
at weblogic.security.service.SecurityServiceManager.runAs(SecurityServic
eManager.java:744)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
rvletContext.java:3086)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2544)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:153)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:134)


But if the user closes his browser window , reopens a new one and then tries logging
in with
the right user-name/password it goes thru ?

Whatz missing here ?

Thanx
Krish

0 new messages