[
https://issues.apache.org/jira/browse/CONNECTORS-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16927529#comment-16927529
]
Markus Schuch commented on CONNECTORS-1566:
-------------------------------------------
The connection check of the authority connector requires that a user named
{{Admin}} does not exist to report "Connection Working". Is that really
intended?
{code}
final User user = cswsSession.getUserByLoginName("Admin");
if (user == null) {
return super.check();
}
return "Connection failed: User authentication failed";
{code}
I propose to use {{this.serverUsername}} and check for {{!= null}}.
> Develop CSWS connector as a replacement for deprecated LiveLink LAPI connector
> ------------------------------------------------------------------------------
>
> Key: CONNECTORS-1566
> URL: https://issues.apache.org/jira/browse/CONNECTORS-1566
> Project: ManifoldCF
> Issue Type: Task
> Components: LiveLink connector
> Affects Versions: ManifoldCF 2.12
> Reporter: Karl Wright
> Assignee: Karl Wright
> Priority: Major
> Fix For: ManifoldCF 2.14
>
> Attachments: OTCS_IIS.png, OTCS_Tomcat.png, chrome_cgfC00ujx7.png
>
>
> LAPI is being deprecated. We need to develop a replacement for it using the
> ContentServer Web Services API.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)