I need to get all parameters from the URL which is used to call a view.
The view class is set to @AnonymousAllowed
URL: http://localhost:8080/tourLists?name=paramvalue
It works fine, I can access the view without login and see the wanted content.
no, it only works when I first login once… even when I logout then it works fine …
but starting a new browser session without any login/logout, it does not work