[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616138#action_12616138
 ] 

Ortwin Glück commented on HTTPCLIENT-788:
-----------------------------------------

Sebb, very true: we can't "distribute" the list in the test cases because of 
licensing issues. (pulled the patch file)
The java.net.IDN class was introduced in 1.6, hence the naming. But I can 
change it to something else like JdkIdn.
You're right about the whitespace / EOL bug. Will fix.
I'll also use Unicode escapes in the test case. I know, a lot of people have 
issues saving non-ASCII files (especially Emacs users *g*).


> Public Suffix List
> ------------------
>
>                 Key: HTTPCLIENT-788
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-788
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpCookie
>            Reporter: Ortwin Glück
>            Priority: Minor
>
> Hi,
> I just found this useful list: http://publicsuffix.org/
> and thought it would be nice to validate cookie domains against it, basically 
> serving as a black list of domain for which never to set any cookies. What do 
> you think about the attached patch? The download/parsing of the list is of 
> course not part of the implementation.
> Ortwin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to