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?
[288 byte] By [Guest] at [2007-11-25 9:28:54]
# 1

> 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

Guest at 2007-7-1 16:34:40 > top of Java-index,Development Tools,Java Tools...
# 2

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>

>

>

>

>

>

>

Guest at 2007-7-1 16:34:40 > top of Java-index,Development Tools,Java Tools...