Hi All,
I have an Action Class which calls a Stored Procedure to
Populate a temp table in the database and queries the table to retrieve the information and creates a pdf file using itext api.It writes the pdffile to the response object.
The problem is when UserA and UserB request for a PDF file,
UserA is seeing UserB PDF file.
This happens very rarely in production and i cannot reporduce this in development enviroment,
The execute method in the action class is synchronized, and there are no instance variables used.
We are also using cacheRowSet which is a local object too.
What could be the possbile reason?
any ideas
Thanks
I have an Action Class which calls a Stored Procedure to
Populate a temp table in the database and queries the table to retrieve the information and creates a pdf file using itext api.It writes the pdffile to the response object.
The problem is when UserA and UserB request for a PDF file,
UserA is seeing UserB PDF file.
This happens very rarely in production and i cannot reporduce this in development enviroment,
The execute method in the action class is synchronized, and there are no instance variables used.
We are also using cacheRowSet which is a local object too.
What could be the possbile reason?
any ideas
Thanks