Tag: vulnerability

  • AmericanExpress.com: Tip On Configuring Your Web App

    For all you web application developers, I’d like to briefly note the following stack trace I received from the American Express website while clicking around: And here is the same trace in plain-text format: JSPG0036E: Failed to find resource /cardcenter/common/interstitial.jsp Root Cause: java.io.FileNotFoundException: JSPG0036E: Failed to find resource /cardcenter/common/interstitial.jsp at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.findWrapper(AbstractJSPExtensionProcessor.java:322) at com.ibm.ws.jsp.webcontainerext.AbstractJSPExtensionProcessor.handleRequest(AbstractJSPExtensionProcessor.java:284) at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3548)…