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 ETag is not only too weak, but also incorrect. Weak is that if we have two different mbtiles with same size and mtime, This ETags can not distinguish them. Incorrect is that the ETag should be different if the contents of tiles are different, but this algorithm returns same ETag for all tiles in one mbtiles.
How to fix it? I think just deleted it. Express, nginx, apache all have mechanism to calculate the ETag.
in https://github.com/mapbox/node-mbtiles/blob/master/lib/mbtiles.js#L165
This E-Tag may be too weak.
The text was updated successfully, but these errors were encountered: