Hi,

I had reports from a small percentage of people (all IE users) that they were hitting our JSP pages and seeing the text of the JSP file instead of the compiled and executed results of the page. We upgraded to the last version (3.2.2 i think) and the problem went away.

hopefully this will solve your problem....

-dave


At 03:30 PM 4/9/2001, you wrote:

I've seen this posted before, but none of the proposed solutions has worked for me.

I am using a sendRedirect if a user is not logged in.  When I use IE, it displays output from the original
file (after where the re-direct would have taken place) and from the page it was redirected to.  If I hit refresh,
it is fine.  The included file that does the redirect is the first line of my JSP file so there is no other output from the JSP

before the redirect.  I have also tried adding a return after the redirect as someone suggested, but this did not work either.

Netscape works fine.

Are there any other suggestions for what I might try so that this works in both browsers?

Thanks.

Reply via email to