[jboss-jira] [JBoss JIRA] Resolved: (JBPORTAL-932) Blank page after login

Roy Russo (JIRA) jira-events at jboss.com
Mon Jul 10 22:13:11 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBPORTAL-932?page=all ]

Roy Russo resolved JBPORTAL-932.
--------------------------------

    Fix Version/s: 2.2 Branch
       Resolution: Out of Date

Already fixed by Julien. 6/1/06

Fix is also in 2.4 Branch.

> Blank page after login
> ----------------------
>
>                 Key: JBPORTAL-932
>                 URL: http://jira.jboss.com/jira/browse/JBPORTAL-932
>             Project: JBoss Portal
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Portal Core
>    Affects Versions: 2.2.1 Final
>         Environment: Ubuntu 6.06, bundle JBoss Portal + JBoss AS, v.	2.2.1-SP2
>            Reporter: filippo diotalevi
>         Assigned To: Roy Russo
>             Fix For: 2.2 Branch
>
>
> When I login into the system (with the default 'admin' user as well as any newly created account), I'm redirected to a blank page.
> The problem is in the file jboss-portal/server/default/deploy/jboss-portal.sar/portal-server.war/login.jsp, line 22:
>               <form method="POST" action="<%= response.encodeURL("j_security_check") %>%>" name="loginform" id="loginForm">
> There's a double "%>" after:   response.encodeURL("j_security_check") 
> Rewriting the line as
>               <form method="POST" action="<%= response.encodeURL("j_security_check") %>" name="loginform" id="loginForm">
> everything seems to work fine

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list