|
Andrea Aime created an issue |
GWC direct integration gets fooled by non cacheable requests and returns tiles |
Issue Type: |
|
---|---|
Assignee: |
Unassigned |
Components: |
GWC |
Created: |
07/Sep/17 7:32 PM |
Priority: |
|
Reporter: |
The two following requests: Are clearly not cachable on the EPSG:4326 gridset and they span outside of the gridset bounds (the longitude goes down to -180 and up to 180) and yet GWC is not throwing any mis-alignment exception. This is happening because in GridSet.getClosestIndex does not use Math.abs, so if the difference between x and posX, y and posY is negative, the check does not trigger (in the -180 example, the difference on the y axis is -0.5) |
Get JIRA notifications on your phone! Download the JIRA Cloud app for Android or iOS |
|
This message was sent by Atlassian JIRA (v1000.1261.0#100059-sha1:3c555fd) |
|