Hi, was just looking at HttpCache and noticed an error in the constructor:
public function __construct(HttpKernelInterface $kernel) { $store = new Store($kernel->getCacheDir().'/http_cache'); The constructor gets instance of HttpKernelInterface and calls getCacheDir() but HttpKernelInterface doesn't have such a function. That's defined in KernelInterface (which extends HttpKernelInterface). Silvain -- 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 symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en