> From: r9973 [mailto:[email protected]] > Subject: filter mapping in Tomcat6 > > Instead of passing through the filter once, it calls it for every > single include on the page i.e. every single tile
Turn on Tomcat's AccessLogValve or monitor the traffic between the browser and Tomcat with Wireshark or equivalent. I suspect you'll see the browser generating a separate request for each tile. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
