sasjs / adapter

An adapter for bidirectional SAS® <-> Javascript communication

Home Page:https://adapter.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If the server url contains `.do` on SAS9` it gets stripped

medjedovicm opened this issue · comments

sas.domain.com - will get broken by the replace() function.

Example

sasomain.com

this.loginUrl.replace('.do', ''),

: loginUrl.replace('.do', '')

For reference, this should be explicitly for serverType "SAS9" (as not relevant for "SASJS")