I am trying to customize the login.jsp page and when I add more formatting and some graphics the jsp that encodes the URL for the security check does not encode correctly.
Instead of <%= response.encodeURL("j_security_check") %> retruning
j_security_check;j_sessionid=A94B886CDA164C04611E9DF6E121DC5B
it simply returns
j_security_check
Any ideas why adding tables and graphics would change the return value?
Robert S. Harper
Senior Engineer
