RuntimeException: Invalid location URI received from client

Hi everyone,

I came across this issue myself during a test. I passed URL encoded characters such as double quotes or null on the v-loc POST param and it would break. I have seen this issue comes from long time ago (https://github.com/vaadin/framework/issues/5286).

I wonder why this hasn’t been dealt with - current version still doesn’t handle this - or if this fixing should rely on the developer’s side on implementing the framework.

Cheers