Hi Tony, I do not believe it is possible for a method to be executed again once aborted. However it may be possible to attempt executing a method again. My guess is that is what's happening. The HttpMethodDirector tries to re-execute a method that has been aborted, which causes an IllegalStateException, which eventually causes the director to give up. Could you verify that this is actually what's happening?
Mike On 9/5/05, Tony Seebregts <[EMAIL PROTECTED]> wrote: > Hi, > > The log indicates that the HttpRedirector does a retry after the > HttpMethodBase abort() method has been invoked. > > Is this intentional ? There is nothing in the abort code to stop it > retrying so .. > > regards > > Tony Seebregts > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
