This justs gets more and more weird.
Using Ethereal I am able to capture the packets stream etc to and from the client to the server. You would think that there is a single request and then a single reply but no there are three requests being made to the server from Mozilla and of course three replies back.
This means that Apache is behaving itself and doing exactly what it is told. I then tried lynx and IE to see if the same thing is happening with them. It isn't so it looks as if Mozilla is sending 3 Get requests which is very odd.
Trivial solution although not particularly obvious. To produce the problem stick the following html in a page.
<style type="text/css"> [EMAIL PROTECTED] "";</style>
<style type="text/css"> [EMAIL PROTECTED] "";</style>
<style type="text/css"> [EMAIL PROTECTED] "";</style>
<style type="text/css"> [EMAIL PROTECTED] "";</style>The empty @import's force mozilla to make a page request for each one and it defaults to the page the emtpy import resides in. I have submitted a bug/feature request to Moz.
Harry
_______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
