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">


Reply via email to