Author: kwright
Date: Tue Mar 19 00:52:44 2013
New Revision: 1458072
URL: http://svn.apache.org/r1458072
Log:
Fix a couple of issues having to do with using the wrong variable in the UI
Modified:
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_en_US.properties
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_ja_JP.properties
Modified:
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java?rev=1458072&r1=1458071&r2=1458072&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java
(original)
+++
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/java/org/apache/manifoldcf/crawler/connectors/livelink/LivelinkConnector.java
Tue Mar 19 00:52:44 2013
@@ -1749,7 +1749,7 @@ public class LivelinkConnector extends o
" <tr>\n"+
" <td
class=\"description\"><nobr>"+Messages.getBodyString(locale,"LivelinkConnector.ServerHTTPNTLMUserName")+"</nobr><br/><nobr>"+Messages.getBodyString(locale,"LivelinkConnector.SetIfDifferentFromServerUserName")+"</nobr></td>\n"+
" <td class=\"value\">\n"+
-" <input type=\"text\" size=\"32\" name=\"serverhttpntlmusername\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMUsername)+"\"/>\n"+
+" <input type=\"text\" size=\"32\" name=\"serverhttpntlmusername\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMUserName)+"\"/>\n"+
" </td>\n"+
" </tr>\n"+
" <tr>\n"+
@@ -1815,7 +1815,7 @@ public class LivelinkConnector extends o
"<input type=\"hidden\" name=\"serverpassword\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverPassword)+"\"/>\n"+
"<input type=\"hidden\" name=\"serverhttpcgipath\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPCgiPath)+"\"/>\n"+
"<input type=\"hidden\" name=\"serverhttpntlmdomain\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMDomain)+"\"/>\n"+
-"<input type=\"hidden\" name=\"serverhttpntlmusername\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMUsername)+"\"/>\n"+
+"<input type=\"hidden\" name=\"serverhttpntlmusername\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMUserName)+"\"/>\n"+
"<input type=\"hidden\" name=\"serverhttpntlmpassword\"
value=\""+org.apache.manifoldcf.ui.util.Encoder.attributeEscape(serverHTTPNTLMPassword)+"\"/>\n"
);
}
Modified:
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_en_US.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_en_US.properties?rev=1458072&r1=1458071&r2=1458072&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_en_US.properties
(original)
+++
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_en_US.properties
Tue Mar 19 00:52:44 2013
@@ -136,7 +136,7 @@ LivelinkConnector.ServerProtocol=Server
LivelinkConnector.internal=internal
LivelinkConnector.ServerHTTPCGIPath=Server HTTP CGI path:
LivelinkConnector.ServerHTTPNTLMDomain=Server HTTP domain:
-LivelinkConnector.ServerHTTPNTLMUsername=Server HTTP NTLM user name:
+LivelinkConnector.ServerHTTPNTLMUserName=Server HTTP NTLM user name:
LivelinkConnector.ServerHTTPNTLMPassword=Server HTTP NTLM password:
LivelinkConnector.ServerSSLCertificateList=Server SSL certificate list:
LivelinkConnector.EnterTheServerCgiPathToLivelink=Enter the server CGI path to
reach Livelink
Modified:
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_ja_JP.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_ja_JP.properties?rev=1458072&r1=1458071&r2=1458072&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_ja_JP.properties
(original)
+++
manifoldcf/branches/CONNECTORS-664/connectors/livelink/connector/src/main/native2ascii/org/apache/manifoldcf/crawler/connectors/livelink/common_ja_JP.properties
Tue Mar 19 00:52:44 2013
@@ -136,7 +136,7 @@ LivelinkConnector.ServerProtocol=Server
LivelinkConnector.internal=internal
LivelinkConnector.ServerHTTPCGIPath=Server HTTP CGI path:
LivelinkConnector.ServerHTTPNTLMDomain=Server HTTP domain:
-LivelinkConnector.ServerHTTPNTLMUsername=Server HTTP NTLM user name:
+LivelinkConnector.ServerHTTPNTLMUserName=Server HTTP NTLM user name:
LivelinkConnector.ServerHTTPNTLMPassword=Server HTTP NTLM password:
LivelinkConnector.ServerSSLCertificateList=Server SSL certificate list:
LivelinkConnector.EnterTheServerCgiPathToLivelink=Enter the server CGI path to
reach Livelink