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 problem is that internet explorer caches request's response (even if headers, in specific the authentication's one, has been changed). So if you change page of the map list, the new page will show the correct number of results. If you go back to the page that had problem, you will see again the problem.
I verified it is is caused by Internet Explorer's ajax caching. If you clear cache from developer tools the problem is solved.
We need to choose if we have to invalidate cache using query string parameters or provide 'correct' caching headers from GeoStore
Description
Problems in accessing to maps using Explorer 11.0.51
In case of Bug:
Browser Affected
Browser Version Affected
Explorer 11 (11.0.51)
Steps to reproduce
Expected Result
Current Result
The text was updated successfully, but these errors were encountered: