productionMode=true wont disable ?args

67 Views Asked by At

In application.properties i've specified :

vaadin.servlet.productionMode=true

and relaunched application server. However, I still can relaunch app via adding ?restartApplication at the end of url. According to documentation, productionMode=true is cure for this. The question is - did i miss something?

Thanks

1

There are 1 best solutions below

2
On BEST ANSWER

You didn't miss anything, ?restartApplication works also in production mode.