mijutu
mijutu
### Description of the bug Vaadin Flow seems to use `^[+-]?[0-8]?[0-9]{1,18}$` to detect whether a string contains a long value. This causes probllems when random numbers are used as url...
### ⚠️ This issue respects the following points: ⚠️ - [x] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [x] This issue is **not** already reported...
### Description of the bug When contextPath is same as Route value and the class implements HasUrlParameter with OptionalParameter, navigating to the view fails with "Could not navigate to ..."...