You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way we handled HEAD request was
1. Different from the GET request, since it lacked some checks
2. Way to general for our needs
This commit refactors the old things with a single brand new function
that will
1. Make sure the request is a 200
2. Return only cache related headers, since that's the goal
Re #136
Cc #138
Cc #130
Cc #137
Latest Symphony + jit_image_manipulation 2.02
External images not working:
path: http://localhost:8080/www.site.ext/image/1/640/480/1/www.externaldomain/pictures/2787AL.jpg
Debugging i see that in class lib/jit.image.php $parameters['external'] should be $parameters['settings']['external']
public function fetchImagePath(array &$parameters)
{
// Fetch external images
if ($parameters['external'] === true) {
The text was updated successfully, but these errors were encountered: