Re: Internal Orion requests vs External Requests?

2000-10-25 Thread Joe Walnes
How I've tackled it is by setting a request scope attribute in the filter. Before the filter is applied, a check is performed to see if this attribute has been set or not.. if it has then the request is an internal request. In doFilter() // Check if filter has been marked as applied if (

Internal Orion requests vs External Requests?

2000-10-25 Thread Mike Cannon-Brookes
I'm implementing a clickstream analysis application, and I've run into a problem. Using servlet filter to intercept requests and add to the streams, I intercept all of the Orion internal requests as well! (ee jsp:include requests) Is there anyway to tell from looking at a request object or it's