You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2010/05/11 09:03:09 UTC

svn commit: r943022 - /geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp

Author: xuhaihong
Date: Tue May 11 07:03:09 2010
New Revision: 943022

URL: http://svn.apache.org/viewvc?rev=943022&view=rev
Log:
I checked the history, initially, it is showed that the browser may not support cookie. In the subsequent commits, it is changed to show "password". Do not think the display is of any use.

Modified:
    geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp

Modified: geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp?rev=943022&r1=943021&r2=943022&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp (original)
+++ geronimo/server/trunk/plugins/console/console-portal-driver/src/main/webapp/login.jsp Tue May 11 07:03:09 2010
@@ -103,11 +103,6 @@
               <tr>
                 <td class="MediumBackground">&nbsp;</td>
                 <td colspan="4" align="center" class="MediumBackground">
-                   <script>
-                   if (document.cookie == "") {
-                     document.writeln('<font color="red"><strong><fmt:message key="console.common.password"/></strong></font><br>');
-                   }
-                   </script>
                    <input name="submit" type="submit" value="<fmt:message key="console.common.login"/>"/>
                 </td>
                 <td class="MediumBackground">&nbsp;</td>