Hello! I had a short talk about request params from the master request with @kriswallsmith @lsmith @jmikola and would like to pic it up here.
When some actions render their specific parts of a page and some parts may use a parameter for paging for example, I would have to pass the page parameter down to all subrequests; even those that do not use the param. And also the master action does not even know if any part of the page uses paging. I understand the point that a subrequest should not use params from the master request due to ESI support terms. But passing parameters to actions that do not use them seems also wierd to me. Any conclusions? -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en
