I wrote a servlet that reads an HTML file, parses the contents, replaces certain delimited strings with some other values, and after that flushes the processed output to the client.
I find that in this servlet the doGet() method executes twice, although I am calling the servlet only once, through the browser.
.
