Generating an HTML email from jsp page

2003-01-29 Thread Karl Kraft
I have code from an existing project that given an html email will wrap it up in a MIME email and send it off. Since the email is dynamic and fancy, I have found the best way to generate these (in other app servers), is to call on the app server to do the work. Instead of opening up a socket t

Filter and RequestDispatcher.forward()

2003-01-29 Thread Karl Kraft
I've written a Filter to get applied to all page requests so that I can perform some access control and logging. However, when a servlet redirects using the forward() method of RequestDispatcher, it doesn't seem to go through the filter. If needed, I can call the Filter manually before I do the