imi-ms / MoPat

Mobile Patient Survey (MoPat) is a Java based web application to create, distribute, complete and export medical questionnaires.
Apache License 2.0
7 stars 1 forks source link

Changing the language on the register page, after entering an invalid form redirects to login page #12

Open ywarnecke opened 3 months ago

ywarnecke commented 3 months ago

This is a Spring security error: The hash is removed from the request. When changing the language, the request is invalid and redirects to the login page. Currently the usage of query parameters for redirects is prohibited.