MyEclipse: Intercept HTML nibeck - Mar 21, 2006 - 07:53 PM Post subject: Intercept HTML
We have a requirement to capture one of the screens of our applictaion and save the HTML to a DB for auditing. We need to store exactly what the user sees. Is there a way within struts, or Java/Apache to "intercept" the HTML output and 1) send to DB and 2) give to browser for user to see?
Oracle 10g App Server, Apache Web Server, Struts U/I
_mikesupport-rkalla - Mar 22, 2006 - 04:16 AM Post subject:
Moving to OT > Soft Dev
A good way you can do this is using a Filter. People typically use outgoing filters to zip content and send it compressed to the client, but you instead can capture it and store it in the DB.Adain - Nov 19, 2009 - 07:07 AM Post subject:
Thanks for taking the time to help, I really apprciate it.jesi - Dec 05, 2010 - 07:40 AM Post subject: Impressive
Impressive this help me alot thanks for sharing such a great informationrodesmichaels - May 10, 2012 - 05:44 AM Post subject:
I want to learn more from html, help me guys