I hate Microsoft. You might have heard that a zillion times in the developer world, especially in the non-microsoft-technologies world. But yesterday, I felt like killing myself because of Microsoft's IE. Here is what is happened. I was writing an error page for handling a custom Exception in filter. <error-page> <exception-type>com.so.testapp.exception.CustomException</exception-type> <location>/error.jsp</location> </error-page> and the JSP has it simple too.. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <c:set var="cException" value="${requestScope['javax.servlet.error.exception']}"/> Got Exception : <c:out value="${cException}" /> This must be pretty darn simple but IE comes with this *Friendly* error page. I have had a nightmare trying to figure out why I dont get my message, Only to realise that there is 512k size threshold before which IE hi