In java servlets, how do I tell if the current request is from an include?

Posted by Spines on Stack Overflow See other posts from Stack Overflow or by Spines
Published on 2010-03-14T23:20:14Z Indexed on 2010/03/14 23:25 UTC
Read the original article Hit count: 103

Filed under:
|

From within a servlet, how can I tell if the servlet is being called by a RequestDispatcher("").include, or if it was called normally?

© Stack Overflow or respective owner

Related posts about java

Related posts about servlets