thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.

Home Page:http://glide.thephpleague.com

Repository from Github https://github.comthephpleague/glideRepository from Github https://github.comthephpleague/glide

All parameters are used for the cache path hash

deluxetom opened this issue · comments

  • image.jpg?w=300&h=400&fit=crop
  • image.jpg?w=300&h=400&fit=crop&invalid=1 will have a different cache path when it shouldn't

I'm working on a fix that checks the parameters passed to the Glide server and API, I'll post a PR soon