[gatein-commits] gatein SVN: r2161 - portal/trunk/web/portal/src/main/webapp/groovy/portal/webui.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 11 06:19:36 EST 2010


Author: tan_pham_dinh
Date: 2010-03-11 06:19:35 -0500 (Thu, 11 Mar 2010)
New Revision: 2161

Modified:
   portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/UILoginForm.gtmpl
Log:
GTNPORTAL-857: Bad redirect when log in

Modified: portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/UILoginForm.gtmpl
===================================================================
--- portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/UILoginForm.gtmpl	2010-03-11 10:50:05 UTC (rev 2160)
+++ portal/trunk/web/portal/src/main/webapp/groovy/portal/webui/UILoginForm.gtmpl	2010-03-11 11:19:35 UTC (rev 2161)
@@ -25,7 +25,7 @@
 						<% uiform.begin(); %>
 						<!--<form class="UIForm" id="$uicomponent.id" name="loginForm" action="<%= rcontext.getRequestContextPath() + "/login"%>" method="post" style="margin: 0px;">
 							<input type="hidden" name="<%= uiform.ACTION %>" value=""/>-->
-							<input type="hidden" name="uri" value="<%=session.getAttribute("initialURI"); %>"/>
+							<input type="hidden" name="initialURI" value="<%=session.getAttribute("initialURI"); %>"/>
 							<div class="VerticalLayout">
 								<table class="UIFormGrid">
 									<tr class="UserNameField">



More information about the gatein-commits mailing list