You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2007/07/03 02:57:13 UTC

svn commit: r552633 - /portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp

Author: taylor
Date: Mon Jul  2 17:57:10 2007
New Revision: 552633

URL: http://svn.apache.org/viewvc?view=rev&rev=552633
Log:
changes to the index.jsp was causing the alternate login procedure to fail
I am bypassing the index.jsp

Modified:
    portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp

Modified: portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp?view=diff&rev=552633&r1=552632&r2=552633
==============================================================================
--- portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp (original)
+++ portals/jetspeed-2/trunk/applications/j2-admin/src/webapp/WEB-INF/security/login/portal-login.jsp Mon Jul  2 17:57:10 2007
@@ -52,7 +52,7 @@
         </c:if>
       </c:otherwise>
     </c:choose>   
-    <form method="POST" action='<c:url context="${portalContextPath}" value="/"/>'>
+    <form method="POST" action='<c:url context="${portalContextPath}" value="/portal"/>'>
       <table border="0">
       <tr>
         <td><fmt:message key="login.label.Username"/></td>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org