Menu

#82 SSOAgentValve - When I user / web app

open
nobody
5
2007-08-08
2007-08-08
Anonymous
No

when i use "/" webapp.

buildBackToURL function has bug.
so my app was modified to

=====
if(contextPath.equals(""))
{
backto = mySelf.substring(0, mySelf.indexOf(hreq.getRequestURI()));
}else
backto = mySelf.substring(0, mySelf.indexOf(contextPath));
=====

Discussion