Author: kwright
Date: Thu Sep 5 23:48:29 2019
New Revision: 1866494
URL: http://svn.apache.org/viewvc?rev=1866494&view=rev
Log:
Fix the authority service UI
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_en_US.properties
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_es_ES.properties
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_ja_JP.properties
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_zh_CN.properties
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/resources/org/apache/manifoldcf/authorities/authorities/csws/editConfiguration_Server.html
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/java/org/apache/manifoldcf/authorities/authorities/csws/CswsAuthority.java
Thu Sep 5 23:48:29 2019
@@ -564,10 +564,10 @@ public class CswsAuthority extends org.a
String authenticationServicePath =
parameters.getParameter(CswsParameters.authenticationPath);
if (authenticationServicePath == null)
- authenticationServicePath = "";
+ authenticationServicePath = CswsParameters.authenticationPathDefault;
String memberServiceServicePath =
parameters.getParameter(CswsParameters.memberServicePath);
if (memberServiceServicePath == null)
- memberServiceServicePath = "";
+ memberServiceServicePath = CswsParameters.memberServicePathDefault;
String serverHTTPNTLMDomain =
parameters.getParameter(CswsParameters.serverHTTPNTLMDomain);
if(serverHTTPNTLMDomain == null)
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_en_US.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_en_US.properties?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_en_US.properties
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_en_US.properties
Thu Sep 5 23:48:29 2019
@@ -37,7 +37,7 @@ CswsConnector.ServerPort=Server port:
CswsConnector.ServerUserName=Server user name:
CswsConnector.ServerPassword=Server password:
CswsConnector.AuthenticationServicePath=Authentication service path:
-CswsConnector.ContentServiceServicePath=ContentService service path:
+CswsConnector.MemberServiceServicePath=MemberService service path:
CswsConnector.UserNameRegularExpression=User name regular expression:
CswsConnector.LivelinkUserExpression=Livelink user expression:
CswsConnector.Parameters=Parameters:
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_es_ES.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_es_ES.properties?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_es_ES.properties
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_es_ES.properties
Thu Sep 5 23:48:29 2019
@@ -37,7 +37,7 @@ CswsConnector.ServerPort=Puerto de servi
CswsConnector.ServerUserName=Nombre de usuario del servidor:
CswsConnector.ServerPassword=Contraseña del servidor:
CswsConnector.AuthenticationServicePath=Authentication service path:
-CswsConnector.ContentServiceServicePath=ContentService service path:
+CswsConnector.MemberServiceServicePath=MemberService service path:
CswsConnector.UserNameRegularExpression=Nombre de usuario expresión regular:
CswsConnector.LivelinkUserExpression=Expresión user link directo:
CswsConnector.Parameters=Parà metros:
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_ja_JP.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_ja_JP.properties?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_ja_JP.properties
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_ja_JP.properties
Thu Sep 5 23:48:29 2019
@@ -37,7 +37,7 @@ CswsConnector.ServerPort=ãµã¼ã�
CswsConnector.ServerUserName=ãµã¼ãã¦ã¼ã¶åï¼
CswsConnector.ServerPassword=ãµã¼ããã¹ã¯ã¼ãï¼
CswsConnector.AuthenticationServicePath=Authentication service path:
-CswsConnector.ContentServiceServicePath=ContentService service path:
+CswsConnector.MemberServiceServicePath=MemberService service path:
CswsConnector.UserNameRegularExpression=ã¦ã¼ã¶åæ£è¦è¡¨ç¾å¼ï¼
CswsConnector.LivelinkUserExpression=Livelinkã¦ã¼ã¶å¼ï¼
CswsConnector.Parameters=弿°ï¼
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_zh_CN.properties
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_zh_CN.properties?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_zh_CN.properties
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/native2ascii/org/apache/manifoldcf/authorities/authorities/csws/common_zh_CN.properties
Thu Sep 5 23:48:29 2019
@@ -37,7 +37,7 @@ CswsConnector.ServerPort=æå¡å�
CswsConnector.ServerUserName=æå¡å¨ç¨æ·å:
CswsConnector.ServerPassword=æå¡å¨å¯ç :
CswsConnector.AuthenticationServicePath=Authentication service path:
-CswsConnector.ContentServiceServicePath=ContentService service path:
+CswsConnector.MemberServiceServicePath=MemberService service path:
CswsConnector.UserNameRegularExpression=ç¨æ·åæ£å表达å¼:
CswsConnector.LivelinkUserExpression=Livelinkç¨æ·è¡¨è¾¾å¼:
CswsConnector.Parameters=åæ°:
Modified:
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/resources/org/apache/manifoldcf/authorities/authorities/csws/editConfiguration_Server.html
URL:
http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/resources/org/apache/manifoldcf/authorities/authorities/csws/editConfiguration_Server.html?rev=1866494&r1=1866493&r2=1866494&view=diff
==============================================================================
---
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/resources/org/apache/manifoldcf/authorities/authorities/csws/editConfiguration_Server.html
(original)
+++
manifoldcf/branches/CONNECTORS-1566/connectors/csws/connector/src/main/resources/org/apache/manifoldcf/authorities/authorities/csws/editConfiguration_Server.html
Thu Sep 5 23:48:29 2019
@@ -74,13 +74,13 @@
</tr>
<tr>
<td class="description">
-
<nobr>$Encoder.bodyEscape($ResourceBundle.getString('CswsConnector.ContentServiceServicePath'))</nobr>
+
<nobr>$Encoder.bodyEscape($ResourceBundle.getString('CswsConnector.MemberServiceServicePath'))</nobr>
</td>
<td class="value">
- <input type="text" size="32" name="contentserviceservicepath"
value="$Encoder.attributeEscape($CONTENTSERVICESERVICEPATH)"/>
+ <input type="text" size="32" name="memberserviceservicepath"
value="$Encoder.attributeEscape($MEMBERSERVICESERVICEPATH)"/>
</td>
</tr>
-
+
<tr><td class="separator" colspan="2"><hr/></td></tr>
<tr>
<td class="description">