To be able to fully support Cross-Origin Resource Sharing (Cross- domain AJAX requests), we need to be able to respond to properly HTTP OPTIONS requests. The only obstacle to doing so currently is that Symfony\Components\HttpKernel\Request::getMethod() needs to support OPTIONS as an option. The patch is tiny:
http://github.com/jobywalker/symfony/commit/93a9bdeb58e0f50c24aaf72a8aa1152fae44a505 -- Joby Walker -- 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 developers" 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-devs?hl=en
