-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
spring-boot 3.0.0, 7.10.0-alpha1
What are the steps to reproduce your problem?
1. Create Spring Boot application with Camunda Webapp starter included
2. Define following configuration parameter: camunda.bpm.webapp.index-redirect-enabled: false
3. Start the application and open localhost:8080
What is the problem?
Redirection to index.html bundled inside Camunda Webapps and in turn redirection to /app/tasklist takes place.
What would be the expected behavior:
Redirection should not happen.
I am having troubles validating this fix.
I have a Spring Boot app with Camunda Starter dependency and Angular app bundled in. All works on 7.8/2.3.0/1.5.x of Camunda/CamundaStarter/SpringBoot version.
After I upgraded to 7.9/3.0.0/2.0.4 I am not able to get to my custom index.html page - I get redirected to Camunda web app.
According to this bug it looks like it is supposed to be fixed in Camunda Starter 3.1.0-alpha1, but after I upgraded the dependencies to Camunda Starter 3.1.0-alpha1 and even Camunda 7.10.0-alpha2 I am still NOT able to get to my custom index.html page. However, I am able to get to other static files from the Angular app (like styles.ded9f2c7e8a889108fd8.bundle.css)
Am I missing something?
P.S. I have the following property set in application.properties and other camunda properties seem to be working correctly.
camunda.bpm.webapp.index-redirect-enabled=false
Thanks