0

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

Henri Kerola
  • 4,947
  • 1
  • 17
  • 19
Malakai
  • 3,011
  • 9
  • 35
  • 49

1 Answers1

0

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

Henri Kerola
  • 4,947
  • 1
  • 17
  • 19
  • At this point, this is abnormal. Since i want to prevent end-user to do application restart application with that way. – Malakai Jan 08 '17 at 09:06
  • My bad, at some point it wont work until i relaunched/redeployed app on server – Malakai Jan 14 '17 at 17:19