[jboss-jira] [JBoss JIRA] Assigned: (JBPORTAL-932) Blank page after login
Roy Russo (JIRA)
jira-events at jboss.com
Mon Jul 10 22:03:15 EDT 2006
[ http://jira.jboss.com/jira/browse/JBPORTAL-932?page=all ]
Roy Russo reassigned JBPORTAL-932:
----------------------------------
Assignee: Roy Russo
> 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
>
> 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