Getting Response.End() behavior in JSP
Posted
by Sam Ingrassia
on Stack Overflow
See other posts from Stack Overflow
or by Sam Ingrassia
Published on 2009-08-03T18:48:18Z
Indexed on
2010/03/23
18:13 UTC
Read the original article
Hit count: 511
Thanks to everyone in advance -
I am aware of closing the jspwriter/outputstream and returning as a method to stop further execution in the main context. Has anyone found a way to stop execution outside of the main context? From my understanding of how jsp is 'compiled' etc I do not think this is possible, but I thought I should see if anyone has any clever solutions -
Thanks,
Sam
© Stack Overflow or respective owner