Hello,

I did some more debugging on the PublicSuffixMatcher issue that I asked about 
earlier. 

So, if I understand the intention of this code correctly, the problem seems to 
be in 
org.apache.http.impl.cookie.PublicSuffixDomainFilter.match(Cookie, 
CookieOrigin). This method returns a boolean indicating whether the domain is 
in the blacklist. 

For any host name that is not a "localhost", the PublicSuffixMatcher.matches() 
is called, on line 76. This method returns true for any hostname that does not 
contain a dot charcter. Which causes the return false, on line 77. 

Is this a correct behavior? If my server is called "server1", why should its 
name "match" a public suffix? And how do I make this code to recognize simple 
host names like this?

This is client 4.5.

Thank you again

Alex 
   

Reply via email to