View Issue Details

IDProjectCategoryView StatusLast Update
0005386SymmetricDSImprovementpublic2022-08-30 13:03
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.6 
Target Version3.13.7Fixed in Version3.13.7 
Summary0005386: Change index.html to redirect / to /app/ to minimize redirects through load balancers
DescriptionWhen the UI is accessed using /, the index.html at the root of the web server redirects to /app, causing another redirect from /app to /app/ by either Jetty or Vaadin.

This can cause load balancers to fail the request because of configuration that limits redirects to 1 redirect per request.

So, let's redirect to /app/ from / and limit the redirects to 1.
Tagsui

Activities

pmarzullo

2022-07-29 15:07

developer   ~0002121

Also merged into 3.14.1

Issue History

Date Modified Username Field Change
2022-07-29 14:59 pmarzullo New Issue
2022-07-29 14:59 pmarzullo Status new => assigned
2022-07-29 14:59 pmarzullo Assigned To => pmarzullo
2022-07-29 14:59 pmarzullo Tag Attached: ui
2022-07-29 15:01 pmarzullo Summary Change index.html to redirect / to /app/ to minimize redirects by load balancers => Change index.html to redirect / to /app/ to minimize redirects through load balancers
2022-07-29 15:07 pmarzullo Status assigned => resolved
2022-07-29 15:07 pmarzullo Resolution open => fixed
2022-07-29 15:07 pmarzullo Fixed in Version => 3.13.7
2022-07-29 15:07 pmarzullo Note Added: 0002121
2022-08-30 13:03 admin Status resolved => closed