Fix path for resources in formflows
This commit is contained in:
parent
e701ad7f34
commit
4af43fb63e
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class FormFlows {
|
|||
|
||||
// TODO find a better way to obtain contextPath
|
||||
// Getting context path by removing "rest/" substring from the BaseUri path
|
||||
formDataBean.setContextPath(requestURI.substring(0,requestURI.length()-5));
|
||||
formDataBean.setContextPath(requestURI.substring(0, requestURI.length() - 6));
|
||||
formDataBean.setSocialRegistration(socialRegistration);
|
||||
|
||||
// Find the service and process relevant template
|
||||
|
|
Loading…
Reference in a new issue