I'm getting a flood of these warnings when running the Web UI.
[warn] - play - You are using status code '200' with flashing, which should only be used with a redirect status!
So... I guess the Web UI shouldn't use flashing with status code 200 then...
Flashing is currently used to set the browserId, sending errors/success messages etc to the templates. The "proper" way of doing it is probably to send them as arguments to the templates instead.
I'm getting a flood of these warnings when running the Web UI.
So... I guess the Web UI shouldn't use flashing with status code 200 then...
Flashing is currently used to set the browserId, sending errors/success messages etc to the templates. The "proper" way of doing it is probably to send them as arguments to the templates instead.