4 Replies Latest reply on Mar 1, 2004 7:22 PM by sgwood

    JSPs not working after the security changes


      I don;t know whether this is a coincidence, but after the security changes, JSPs are not working. Hitting test/test.jsp shows a blank content panel and no errors in the log.

      In trying to understand what is happening, I looked at the JspFilter and JspModule. There is redundant code in JspFilter - the set up of the Callback. Executing the Callback is commented out in the JspModule. The code that seems to get the JSP working is the dispatcher.forward in JspFilter.


      Any ideas?


      Sherman