On Sat, Dec 11, 2010 at 4:50 PM, Gabriel Roldán <[email protected]> wrote: > The following from that URL looks like a nice and non invasive way of > working around that for IE if you change "ISAPI filter" by "Servlet > filter": > > "Method 3 > Use an ISAPI filter that forces the content length of all HTTP 500 > responses to be larger than 512 bytes, effectively padding all 500 > responses so that they are large enough to override the "friendly" error > setting in Internet Explorer 5.x and 6.x...."
Yep, tried it just for WFS exceptions so far and it works. Spot on, thanks a lot Eli! Now, making it work is going to be a bit trickier in that we have to disable the gzip compression filter when the status code is anything other than 200, and to do so we'll have to wrap the HTTPServletResponse since status only has a setter. But yeah, seems quite doable. I'll let you know what happens when we try out the odd mime types that WCS 1.0 and WMS 1.1 have. Cheers Andrea - ----------------------------------------------------- Ing. Andrea Aime Senior Software Engineer GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions, improved concurrency, built-in packages, OCI, SQL*Plus, data movement tools, best practices and more. http://p.sf.net/sfu/oracle-sfdev2dev _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
