> I've placed some "hit count" logic in the onAfterRequest logic on the
> project servlet. It appears to be excuting twice on a single web
> request. I don't see a problem in the processRequest code on
> ApplicationServletBase. Any ideas?
Try logging the request path info also. We sometimes see this when there is
a erroneous relative link on a page that is accidentally sent back to the
servlet by the browser. We especially see this for default NetDynamics
images in migrated projects.
Todd
Specifically, we have seen this with something as innocuous as an image tag
or background attribute:
For instance the background attribute background="ndBackground.gif" below
is insufficiently explicit and will cause the request to come back to the
JATO Servlet and could cause the type of behavior you are seeing.
< body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#800080"
alink="#FF0000" background="ndBackground.gif">
-- Original Message --
From: "Todd Fast" <<a href="/group/SunONE-JATO/post?protectID=189233080150012190218067203043176090006 144139218183041">toddwork@c...</a>>
Sent: Wednesday, May 02, 2001 6:34 PM
Subject: Re: [iPlanet-JATO] onAfterRequest getting executed twice
> > I've placed some "hit count" logic in the onAfterRequest logic on the
> > project servlet. It appears to be excuting twice on a single web
> > request. I don't see a problem in the processRequest code on
> > ApplicationServletBase. Any ideas?
>
> Try logging the request path info also. We sometimes see this when there
is
> a erroneous relative link on a page that is accidentally sent back to the
> servlet by the browser. We especially see this for default NetDynamics
> images in migrated projects.
>
> Todd
>
>
> <a href="/group/SunONE-JATO/post?protectID=210083235237078198050118178206047166215 146166214017110250006230056039126077176105140127082088124241215002153">iPlane t-JATO-unsubscribe@egroups.com</a>
>
>
>
>
>
>