Apache Maven 3.0.3 (r1075438; 2011-02-28 12:31:09-0500)
Java version: 1.6.0_32, vendor: Sun Microsystems Inc.
OS name: "windows 7", version: "6.1", arch: "x86", family: "windows"
T-5.4

Good Morning Folks,

I am trying to figure out why my request URI is compounded during this login 
attempt.

    public Object onActionFrompphlLoginForm() throws IOException
    {
        Subject currentSubject = securityService.getSubject();
...
        String requestURI = 
requestGlobals.getHTTPServletRequest().getRequestURI();
...
    }

in debugger it looks like this...

"/pphl/login.pphlloginform.pphlloginform"

Thanks in advance for any tips

Best regards 
and thanks... KEN                                         

Reply via email to