Hi,
We are having an issue with current code (JRA 9.2) when trying to login to a repository name contains a non-ascii character:
Repository name is début
Code:
Session session = new Session();
int port=80;
RepositoryRegistration repository = new RepositoryRegistration(servername, ,repoName, port);
session.connect(repository);
session.logIn(username, password); --> exception
There is no error when trying to connect to any other repository
Any help is appreciated.
Thank you