Describe the bug
The redirect_uri sent to ORCID has two forward slashes after the base URL. This is handled gracefully by the Angular router, but could lead to other issues in the future.
To Reproduce
Steps to reproduce the behavior:
- Go to the sandbox environment;
- Login as administrator and go to the profile page;
- Click on View, then Open ORCID settings page in the context menu;
- Click Connect to ORCID ID;
- Note that the
redirect_uri queryParam has two forward slashes (%2F) right after the base URL: &redirect_uri=https:%2F%2Fsandbox.dspace.org%2F%2Fentities%2Fperson%2Fb5939462-34f8-471f-ab79-8b93f1e82948%2Forcid.
Expected behavior
There should be only one forward slash there.
Describe the bug
The
redirect_urisent to ORCID has two forward slashes after the base URL. This is handled gracefully by the Angular router, but could lead to other issues in the future.To Reproduce
Steps to reproduce the behavior:
redirect_uriqueryParam has two forward slashes (%2F) right after the base URL:&redirect_uri=https:%2F%2Fsandbox.dspace.org%2F%2Fentities%2Fperson%2Fb5939462-34f8-471f-ab79-8b93f1e82948%2Forcid.Expected behavior
There should be only one forward slash there.