Return-Path: X-Original-To: apmail-ctakes-notifications-archive@www.apache.org Delivered-To: apmail-ctakes-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09A6F17672 for ; Tue, 12 May 2015 13:23:00 +0000 (UTC) Received: (qmail 81297 invoked by uid 500); 12 May 2015 13:22:59 -0000 Delivered-To: apmail-ctakes-notifications-archive@ctakes.apache.org Received: (qmail 81264 invoked by uid 500); 12 May 2015 13:22:59 -0000 Mailing-List: contact notifications-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list notifications@ctakes.apache.org Received: (qmail 81254 invoked by uid 99); 12 May 2015 13:22:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 May 2015 13:22:59 +0000 Date: Tue, 12 May 2015 13:22:59 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@ctakes.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CTAKES-359) UMLS Authentication failing despite correct username and password MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CTAKES-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14539817#comment-14539817 ] ASF subversion and git services commented on CTAKES-359: -------------------------------------------------------- Commit 1678940 from [~seanfinan] in branch 'ctakes/trunk' [ https://svn.apache.org/r1678940 ] CTAKES-359 : added additional check for true preceded by xml declaration > UMLS Authentication failing despite correct username and password > ----------------------------------------------------------------- > > Key: CTAKES-359 > URL: https://issues.apache.org/jira/browse/CTAKES-359 > Project: cTAKES > Issue Type: Bug > Affects Versions: 3.2.1 > Reporter: Pei Chen > Fix For: 3.2.2 > > > It seems to me that the service https://uts-ws.nlm.nih.gov/restful/isValidUMLSUser returns now "true" instead of "true". It means that the line > result = line.trim().equalsIgnoreCase("true"); > in isValidUMLSUser() should be replaced with > result = line.trim().equalsIgnoreCase("true"); > Michal -- This message was sent by Atlassian JIRA (v6.3.4#6332)