Sebastiano Vigna created HTTPCLIENT-1417:
--------------------------------------------
Summary: Null pointer exception during cookie parsing
Key: HTTPCLIENT-1417
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1417
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpCookie
Affects Versions: 4.3 Final
Reporter: Sebastiano Vigna
We obtained the following exception:
bubing.2013-10-07.warn-java.lang.NullPointerException: null
bubing.2013-10-07.warn- at
org.apache.http.impl.cookie.BrowserCompatSpec.formatCookies(BrowserCompatSpec.java:183)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.client.protocol.RequestAddCookies.process(RequestAddCookies.java:174)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.protocol.ImmutableHttpProcessor.process(ImmutableHttpProcessor.java:131)
~[httpcore.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:192)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:85)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:186)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:214)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:185)
~[httpclient.jar:4.3]
bubing.2013-10-07.warn- at
it.unimi.di.law.bubing.util.FetchData.fetch(FetchData.java:308)
~[bubing-2.1.jar:na]
bubing.2013-10-07.warn- at
it.unimi.di.law.bubing.frontier.FetchingThread.run(FetchingThread.java:262)
~[bubing-2.1.jar:na]
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]