In 4.0 I'm occationally hitting:

java.util.NoSuchElementException
        at java.util.ArrayList$Itr.next(ArrayList.java:757)
at org .apache .http.impl.cookie.BestMatchSpec.formatCookies(BestMatchSpec.java:180) at org .apache .http.client.protocol.RequestAddCookies.process(RequestAddCookies.java: 190) at org .apache .http.protocol.BasicHttpProcessor.process(BasicHttpProcessor.java:251) at org .apache .http.protocol.HttpRequestExecutor.preProcess(HttpRequestExecutor.java: 168) at org .apache .http .impl .client.DefaultRequestDirector.execute(DefaultRequestDirector.java:422) at org .apache .http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java: 641) at org .apache .http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java: 576) at org .apache .http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java: 554)

I have no possibillity to debug this and can thus not supply any further details, but to me it looks like some non standard implementation of List<Cookie> that is passed down to BestMatchSpec.

Any hints?

I'll try to upgrade to a newer version later on, but any quick and dirty solution that can solve this problem is most welcome.


        karl

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to