luyadev / luya

LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
https://luya.io
MIT License
811 stars 205 forks source link

RobotsFilter with 2 forms on one page does not work #1914

Closed TheMaaarc closed 5 years ago

TheMaaarc commented 5 years ago

What steps will reproduce the problem?

Use two different forms on one CMS Page.

What is the expected result?

Both forms work.

What do you get instead? (A Screenshot can help us a lot!)

You won't be able to submit the second form because the Robots filter thinks it's a wrong submission (probably because the filter expects the CSRF token from the first form that's on the page).