Ok, here is the problem. The configuration contains a bad mime type for the jpeg format. This is what's causing MapGuide to throw that MgUnclassifiedException
It's image/jpg when it should be image/jpeg And that's the solution, fix that bad mime type by editing the configuration document's XML form and replace "image/jpg" with "image/jpeg", at least until I fix the problem in Maestro proper. - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/WMS-config-files-and-image-formats-tp5057179p5058397.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
