When using parameter baseURL, urls in UI are not correctly generated.
This parameter is mandatory to set baseUrl with https scheme, for example to use OAuth2.
Step to reproduce :
Start izanami in dev mode with following parameter :
-Dizanami.baseURL=http://localhost:9000
go to http://localhost:9000/features
click on Features link in the menu
click on Add Item
Expected:
The form is displayed
Result:
The page is empty. URL in address bar is http://localhost:9000/http://localhost:9000/features
When using parameter baseURL, urls in UI are not correctly generated. This parameter is mandatory to set baseUrl with https scheme, for example to use OAuth2.
Step to reproduce :
-Dizanami.baseURL=http://localhost:9000
http://localhost:9000/features
Expected: The form is displayed
Result: The page is empty. URL in address bar is
http://localhost:9000/http://localhost:9000/features