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
Create a layer with both vector tiles and PNG images in that order.
Enable FullWMS/Tile Fusing.
Make a non-tiled PNG WMS request for that layer.
The following error will be thrown.
400: class org.geowebcache.mime.ApplicationMime cannot be cast to class org.geowebcache.mime.ImageMime (org.geowebcache.mime.ApplicationMime and org.geowebcache.mime.ImageMime are in unnamed module of loader org.apache.catalina.loader.ParallelWebappClassLoader @6134ac4a)
The cast causing the problem occurs at these locations:
To Replicate:
The following error will be thrown.
The cast causing the problem occurs at these locations:
Work arounds:
The text was updated successfully, but these errors were encountered: