Uploaded image for project: 'cTAKES'
  1. cTAKES
  2. CTAKES-359

UMLS Authentication failing despite correct username and password

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 3.2.1
    • 3.2.2
    • None
    • None

    Description

      It seems to me that the service https://uts-ws.nlm.nih.gov/restful/isValidUMLSUser returns now "<?xml version='1.0' encoding='UTF-8'?><Result>true</Result>" instead of "<Result>true</Result>". It means that the line

      result = line.trim().equalsIgnoreCase("<Result>true</Result>");

      in isValidUMLSUser() should be replaced with

      result = line.trim().equalsIgnoreCase("<?xml version='1.0' encoding='UTF-8'?><Result>true</Result>");

      Michal

      Attachments

        Activity

          People

            seanfinan Sean Finan
            chenpei Pei Chen
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: