It looks like the assetpack is ignoring the requested file extension when returning the asset.
For example if you have an image on disk called images/my_gif.gif then a request for images/my_gif.png or images/my_gif.jpg also returns the .gif where I would expect it to return a 404.
It looks like the assetpack is ignoring the requested file extension when returning the asset.
For example if you have an image on disk called
images/my_gif.gif
then a request forimages/my_gif.png
orimages/my_gif.jpg
also returns the.gif
where I would expect it to return a 404.