Skip to content
Snippets Groups Projects
Commit 36d21703 authored by brinn's avatar brinn
Browse files

fix: add the trailing slash to avoid a failing 302 redirect with Apache

SVN: 17320
parent 9b234c38
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ public class ScreeningOpenbisServiceFacade implements IScreeningOpenbisServiceFa
static final int MAJOR_VERSION_DSS = 1;
static final String DSS_SCREENING_API =
"/rmi-datastore-server-screening-api-v" + MAJOR_VERSION_DSS;
"/rmi-datastore-server-screening-api-v" + MAJOR_VERSION_DSS + "/";
private static final String OPENBIS_SCREENING_API = "/rmi-screening-api-v" + MAJOR_VERSION_AS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment