I have a servlet that intercepts a request (for security).  I want the
request to be forwarded to the jsp engine.  This doesn't work:

context.getNamedDispatcher("jsp").forward(req, res);

error 
java.io.IOException: Unsupported
        at java.lang.Throwable.fillInStackTrace(Native Method)

What a good a way to do this?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to