When calling CookieStore.getURIs() method, it doesn't work and throw NullPointerException.
According to java docs, it should not throw any exception. Error info as below:
java.lang.NullPointerException
at sun.net.www.protocol.http.InMemoryCookieStore.getURIs(InMemoryCookieStore.java:154)
at TestCookieStore.main(TestCookieStore.java:86)
###@###.### 2005-05-30 06:39:09 GMT
According to java docs, it should not throw any exception. Error info as below:
java.lang.NullPointerException
at sun.net.www.protocol.http.InMemoryCookieStore.getURIs(InMemoryCookieStore.java:154)
at TestCookieStore.main(TestCookieStore.java:86)
###@###.### 2005-05-30 06:39:09 GMT