|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d
_______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Thanks, but I get exactly the same result with "application/vnd.ogc.se_inimage" as well as anything else I tried that's listed on http://docs.geoserver.org/stable/en/user/services/wms/reference.html (eg. "application/json")
Also, if the value of the exceptions parameter is invalid I think GeoServer should report an error about that, rather than ignoring it. That way the user will know about the problem straight away and can fix it. Ignoring it causes several issues:
1) The problem may go unnoticed until there actually is a real error.
2) Even when there is, they won't know what the error is (since they're expecting it as an image or whatever).
3) Even when the user reads the exception (in XML format) they have no clue why it's not being returned in the correct format - hence this bug.