Author: schuch
Date: Sat Feb 25 21:27:26 2017
New Revision: 1784406
URL: http://svn.apache.org/viewvc?rev=1784406&view=rev
Log:
Fix for CONNECTORS-1388
Modified:
manifoldcf/trunk/CHANGES.txt
manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp
Modified: manifoldcf/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/CHANGES.txt?rev=1784406&r1=1784405&r2=1784406&view=diff
==============================================================================
--- manifoldcf/trunk/CHANGES.txt (original)
+++ manifoldcf/trunk/CHANGES.txt Sat Feb 25 21:27:26 2017
@@ -3,6 +3,10 @@ $Id$
======================= 2.7-dev =====================
+CONNECTORS-1388: The User ID field is now focused when the login
+page is loaded
+(Markus Schuch)
+
CONNECTORS-1387: Fix Amazon S3 connector not storing secret key
and proxy credentials properly
(Markus Schuch)
Modified: manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp?rev=1784406&r1=1784405&r2=1784406&view=diff
==============================================================================
--- manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp (original)
+++ manifoldcf/trunk/framework/crawler-ui/src/main/webapp/login.jsp Sat Feb 25
21:27:26 2017
@@ -79,7 +79,7 @@ if (value != null && value.equals("true"
<tr>
<td
class="description"><nobr><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"index.UserIDColon")%></nobr></td>
<td class="value">
- <input name="userID" type="text" size="32" value=""/>
+ <input name="userID" type="text" size="32" value=""
autofocus />
</td>
</tr>
<tr>